@charset "iso-8859-1";
/* CSS Document */

* {
	padding:0;
	margin:0;	
	}
	
html {
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}		

body {
	padding: 0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	line-height: 2em;
	font-size:100%;
	background:#e9e9e0;
	background-image:url(fondo_m.png);
	background-origin:border-box;
	background-position:top center;
	background-repeat:no-repeat;
}

#content{
	max-width:980px;
	margin:0px auto;
	background-color:#FFF;
}

#header {
	background-color:#c6dad8;
	width: 100%;  
	margin: 0 auto;
	padding: 0 0 10px 0;	
	}
	
.logo {
	width:100%;
	max-width:359px;
	height:auto;
	margin: 15px 0 10px 25px;
	float:left;
}

#volver {
	margin: 10px 20px 0px 0px;
	float:right;
}

#unidades {
	height:39px;
	float:right;	
		}
#irw {
	margin-top:50px;
		}		



/* INICIA MENU */
#navo {
	  background:#404040;
	}

#menu {
	max-width:90%;
  margin: 0 auto;
	}

#menu ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  color: #FFF;
  background:#404040;
  overflow: hidden;
/*  width: 1260px;  */   
}

#menu li {
  display:inline-block;
}

#menu a {
 display: block; 
	font-family: Arial, Helvetica, sans-serif;  
/*	font-size: 15px; */
	font-size: 0.875em;   
	font-weight:bold;	
	color:#FFF;
	text-decoration: none;
	padding: 4px 15px;
}

#menu a:hover {
	background: #404040 url(spri_act.png) 0 0px;
	color: #fff;
}

/* TERMINA MENU */


	
	
	
/* INICIA titulo */
#titulo {
	width: 100%;
	max-width:940px;
	/*height:105px;*/
	margin: 0 auto;
	padding: 5px 0 0 0;
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
    background-origin: border-box;
	background-size: 940px 100px;
	text-align:right;	
}

#titulo h1 {
font-family: Arial, Helvetica, "sans-serif";
/*font-size: 1.75em;*/
font-size: 1.5em;    
margin: 5px 10px 5px 5px;
padding-bottom: 10px;    
}

#titulo img {
	margin:0;
}

/* TERMINA titulo */


#cuerpotexto {
	width: 100%;
	font-size:0.875em;	
/*	max-width:940px;*/
	max-width:800px;		
	margin: 30px auto 30px auto;
}


#cuerpotexto img {
	width: 100%;
	max-width:800px;
    height: auto;
    margin: 0 auto 80px auto;
    text-align:center;
}

.cent {
    text-align: center;
}


.textoentrada {
	color: #696969;
	line-height:1.5em;
	margin: 10px;
/*	text-align:justify;	*/
	}

.textoentradac {
	color: #696969;
	line-height:1.5em;
	margin: 10px;
/*	text-align:justify;	*/
	}



.azulosc {
	font-size:1.125em;
	color:#312783;
	font-weight:bold;
	margin: 20px 10px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6007e;
}



.subtitulo {
	font-size:1.375em;
	color:#20acb8;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #20ACB8;	
}

.directorio {
	font-size:1.75em;
	color:#20acb8;
	font-weight:bold;
	margin: 50px 10px 20px 90px;
}





/* listas */

.ula {
	margin-left: 25px;
	margin-right: 25px;
	/*list-style-image: url(vineta.gif);*/
}

.ula li {
	margin-top: 15px;
}

.ola {
	margin-left: 60px;
	margin-right: 60px;
	list-style-type: lower-alpha;
}

.ola li {
	margin-top: 5px;
}

.oladecimal {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type: decimal;
}

.oladecimal li {
	margin-top: 5px;
}

.olaromana {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type:upper-roman;
}

.olaromana li {
	margin-top: 5px;
}
/* Termina listas */




#footer {
	background-color:#20ACB8;
	width: 100%; 
	/*height: 6em;*/
	height: 9em;	
	margin: 0 auto;
	padding: 0;	
	background-image: url(fndfooter.png);
	background-repeat: repeat-x;
	background-position: left top;
    background-origin: border-box;
	}
	
#footizq {	
	float:left;
	color:#FFF;
	margin:30px 0 0 20px;
}
#footder {	
	float:right;
	color:#FFF;
	margin:30px 20px 0px 0;	
}

/* ligas */

a.vuelvo:link {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
a.vuelvo:visited {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}			

a.vuelvo:hover {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #838282;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#FFF;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
a.vuelvo:active {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
a.suben  {
	color:#E9EF13;
	text-decoration:none;
	font-weight:bold;
	}	




/* MEDIA QUERIES */

@media \0screen {
	.logo { width: auto; }
	}
	
/*@media screen and (max-width: 767px){	*/
@media screen and (max-width: 375px){	    
body {
  line-height: 1.5em;
}	
	
.logo {
	width:100%;
	max-width:300px;
	min-width:250px;	
	height:auto;
	margin: 10px;
}

#volver {
	margin: 5px 5px 5px 10px;
	float:right;
}

#unidades {
	display:none;
	}
	
#irw {
	margin-top:0px;
	}	
/*


/* INICIA NAV */

	#menu {
	max-width:100%;
	}

	#menu ul {
		padding:0;
		margin:0 0 20px 0;
		}
		
	#menu li {
	display:block;
	border-bottom:#FFFFFF solid 1px;
	text-align:center;
	padding:5px;
	}
	
	#menu a {
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;	
	}	
	
	#menu a:hover {
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
	background:url(spri_act.png) 240px -10px;	
	text-decoration: none;	
	}		


	
/* FIN DE NAV */	
	

#titulo {
	width: 100%;
	/*height: 46px;		*/
	margin: -10px auto;
	padding: 5px 0 0 0;	
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 500px 80px;
}
#titulo h1 {
	font-size: 1.2em;
	margin:5px 10px 5px 5px;
}
	
    .subtitulo {
        margin: 10px;
    }
	
.textoentradac {
	margin: 0px;
	}		

#cuerpotexto {
	width: 100%;		
	margin: 30px auto 30px auto;
	border:#000 0px solid;
}
    
#cuerpotexto img {
	width: 100%;
	max-width:320px;
	max-width:340px;    
    height: auto;
    margin: 0 auto 40px auto;
    text-align:center;
}        





#footer {
	/*height: 11em;*/
	height: 15em;	
	}
	
	
}

@media screen and (min-width: 768px) and (max-width:820px){	

#cuerpotexto {
	width: 100%;
	max-width:700px;		
	margin: 30px auto 30px auto;
}
#titulo h1 {
    	font-size: 1.2em;
    line-height: normal;
	margin:10px 15px 10px 10px;
}

}
