


/*------para determinar el tamaño y tipo de fuente*/

body{
	font-family: 'Open Sans', sans-serif;
color: #666666;
font-size: 14px;
line-height: 1.8em;
font-weight: lighter;
letter-spacing: .7px;
text-align: left;
}
.tipoUno{
	font-size:240%;
	font-family: 'Myriad Set Pro';
	margin-left:15px;
	margin-right:15px;
	}

.tipoDos{
	font-size:330%;
    font-family: 'Open Sans', sans-serif;
	}
	
.tipoTres{
	font-size:120%;
	font-family: 'Open Sans', sans-serif;
	line-height:28px;
	margin:0px 50px;
	color:#528bdd;
	
	}

.tipoCuatro{
	font-size:110%;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	margin-left:40px;
	margin-right:40px;
	}

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

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

.tipoSiete{
	font-size:140%;
	font-family: 'Open Sans', sans-serif;
	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:#983a96;
	}
	
.grismedio{
	color:#333;
	}
.grisOscuro{
	color:#313131;
	}
.morado{
	color:#983a96;
	}

.aqua{
	color:#15acba;
	}

.fiucsa{
	color:#d50c54;
	}

.negro{
	color:#000;
	}
	

* {
	margin: 0;
	padding: 0;
}



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

#margen{
	width:40%; margin:3% auto; border: dotted 2px #6d55ae; border-radius:5px 5px 5px 5px; background: #fff7c0;
	
	}

a {
	color: #983a96;
	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: #4a85dd;
	}

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: 10%;
		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: 180px;
			overflow: hidden;
		}	
			#issues li {
				width: 600px;
				height: 850px;
				list-style: none;
				float: left;
			}
				
				
				#issues li h1 {
					color: #fff;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
	font-size: 16px;
	float: left;
	margin-left: 40px;
	font-weight: lighter;
	line-height: 22px;
	width: 80%;
	color: #666;
				}
		
		/*#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;
				}
/*Estilos para las fotos CENTRO*/

div.fotoCentro {
	
	padding: 20px;
	margin:0 auto;
	position:static;
	width:200px;
	
	/*float:left;*/
}

div.fotoCentro img, div.fotoCentrospan {
    width:98%;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	
}
 

.txt_pieFotoCentro {
	font-family: 'Open Sans', sans-serif;
	color:#70A8C1;
	margin:0 auto;
	font-size:9px;
	font-weight: lighter;
	text-align:center;
	word-wrap: break-word; 
	line-height: 15px; 
}

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

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

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



@media screen and (max-width:778px) {
	#margen{
	width:90%; height:20%; margin:3% auto;
	}	
	/*-----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: 14px;
					float:left;
					margin-left:40px;
					text-align:left;
				
					font-weight: lighter;
					line-height: 22px;
					width:60%;
				}
}

@media screen and (max-width:680px) {
	#margen{
	width:98%; height:20%; margin:3% auto; 
	}
	#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: lighter;
					line-height: 22px;
					width:35%;
					
				}
}
