
/*-----FUENTES TIPOGRAFICAS*/
@font-face {
    font-family: 'sofiaregular';
	src: url('../../../fonts/sofia/sofia-regular-webfont.eot');
    src: url('../../../fonts/sofia/sofia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/sofia/sofia-regular-webfont.woff2') format('woff2'),
         url('../../../fonts/sofia/sofia-regular-webfont.woff') format('woff'),
         url('../../../fonts/sofia/sofia-regular-webfont.ttf') format('truetype'),
         url('../../../fonts/sofia/sofia-regular-webfont.svg#sofiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_slabregular';
    src: url('../../../fonts/josefin/josefinslab-regular-webfont.eot');
    src: url('../../../fonts/josefin/josefinslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/josefin/josefinslab-regular-webfont.woff2') format('woff2'),
         url('../../../fonts/josefin/josefinslab-regular-webfont.woff') format('woff'),
         url('../../../fonts/josefin/josefinslab-regular-webfont.ttf') format('truetype'),
         url('../../../fonts/josefin/josefinslab-regular-webfont.svg#josefin_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gidoleregular';
    src: url('../../../fonts/gidole/gidole-regular-webfont.eot');
    src: url('../../../fonts/gidole/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/gidole/gidole-regular-webfont.woff2') format('woff2'),
         url('../../../fonts/gidole/gidole-regular-webfont.woff') format('woff'),
         url('../../../fonts/gidole/gidole-regular-webfont.ttf') format('truetype'),
         url('../../../fonts/gidole/gidole-regular-webfont.svg#gidoleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ralewaylight';
    src: url('../../../fonts/raleway/raleway-light-webfont.eot');
    src: url('../../../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/raleway/raleway-light-webfont.woff2') format('woff2'),
         url('../../../fonts/raleway/raleway-light-webfont.woff') format('woff'),
         url('../../../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
         url('../../../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'alexis_mariemedium';
    src: url('../../../fonts/alexis_marie/alexis_marie-webfont.eot');
    src: url('../../../fonts/alexis_marie/alexis_marie-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/alexis_marie/alexis_marie-webfont.woff2') format('woff2'),
         url('../../../fonts/alexis_marie/alexis_marie-webfont.woff') format('woff'),
         url('../../../fonts/alexis_marie/alexis_marie-webfont.ttf') format('truetype'),
         url('../../../fonts/alexis_marie/alexis_marie-webfont.svg#alexis_mariemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------para determinar el tamaño y tipo de fuente*/
.tipoUno{
	font-size:240%;
	font-family: 'josefin_slabregular';
	margin-left:15px;
	margin-right:15px;
	}

.tipoDos{
	font-size:330%;
    font-family: 'josefin_slabregular';
	}
	
.tipoTres{
	font-size:120%;
	font-family: 'ralewaylight';
	line-height:28px;
	margin:0px 50px;
	
	}

.tipoCuatro{
	font-size:110%;
	font-family: 'ralewaylight';
	line-height:22px;
	margin-left:40px;
	margin-right:40px;
	}

.tipoCinco{
	font-size:170%;
	font-family: 'alexis_mariemedium';
	line-height:30px;
	letter-spacing:2px;
	font-weight:bold;
	margin-left:30px;
	margin-right:30px;
	}

.tipoSeis{
	font-size:140%;
	font-family: 'alexis_mariemedium';
	line-height:25px;
	margin-left:40px;
	margin-right:40px;
	letter-spacing:2px;
	}

.tipoSiete{
	font-size:140%;
	 font-family: 'gidoleregular';
	line-height:25px;
	margin-left:40px;
	margin-right:40px;
	letter-spacing:2px;
	}
	

/*-----para determinar el COLOR de la tipografia a usar en este curso*/
.blanco{
	color:#fff;
	}
	
.grismedio{
	color:#666;
	}
.grisOscuro{
	color:#313131;
	}
.morado{
	color:#983a96;
	}

.aqua{
	color:#15acba;
	}

.fiucsa{
	color:#d50c54;
	}

.negro{
	color:#000;
	}
	

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #222;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
}

.titulo {
	text-align: center;
	/*background: #fff;*/
	/*font-weight: 200;            */
	color:#666;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	height:48px;
	font-family:Arial, Helvetica, sans-serif;
}

#margen{
	width:40%; margin:3% auto; border:solid 3px #fff; border-radius:5px 5px 5px 5px;
	
	}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #c14ebf;
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 72%;
		height: 300px;
		overflow: hidden;
		margin: 10px auto;
		position: relative;
		background: url('../images/dot.png') left 45px repeat-x;s
	}
		#dates {
			width: 55%;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 600px;
			height: 450px;
			overflow: hidden;
		}	
			#issues li {
				width: 600px;
				height: 450px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					margin: 5% 8%;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #fff;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 20px;
					float:left;
					margin-left:70px;
					text-align:justify;
				
					font-weight: normal;
					line-height: 22px;
					width:70%;
				}
		
		/*#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/grad_right.png') repeat-y;
			}*/
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

@media screen and (max-width:1500px) {
#margen{
	width:60%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}		
}	

@media screen and (max-width:1400px) {
#margen{
	width:69%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}		
}				
@media screen and (max-width:960px) {
#margen{
	width:70%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}		
}

@media screen and (max-width:870px) {
#margen{
	width:80%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}	
	
}



@media screen and (max-width:778px) {
	#margen{
	width:90%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}	
	/*-----para determinar hacia donde ira justificado el texto*/ 
.centrado{
	text-align:justify;
	}
.izquierdo{
	text-align:justify;
	}
.derecho{
	text-align:justify;
	}
	#issues li p {
					font-size: 24px;
					float:left;
					margin-left:40px;
					text-align:left;
				
					font-weight: normal;
					line-height: 22px;
					width:60%;
				}
}

@media screen and (max-width:680px) {
	#margen{
	width:98%; height:20%; margin:3% auto; border:solid 1px #eaeaea; border-radius:5px 5px 5px 5px;
	}
	#timeline {
		width:89%;
		height: 10%;
		overflow: hidden;
		margin: 50px auto;
		position: relative;
		background: url('../images/dot.png') left 45px repeat-x;s
	}	
}
@media screen and (max-width:480px) {
	#timeline {
		width:89%;
		height: 10%;
		overflow: hidden;
		margin: 50px auto;
		position: relative;
		background: url('../images/dot.png') left 45px repeat-x;s
	}	
	
	img {display:none;}
	
	#issues li p {
					font-size: 14px;
					margin: 2% 8% 0 8%;
					font-weight: normal;
					line-height: 22px;
					width:35%;
				}
}