@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;	

	}

	

.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;

		}		



#nav {

	background-color:#404040;

	width: 100%; 

	height: 50px; 

	margin: 0 auto;

	padding: 0;	

	}

#titulo {

	width: 100%;

	max-width:940px;	

	height:80px;	

	margin: 0 auto;

	padding: 20px 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: 2.25em;

	margin:10px 10px 0 0;

}

#cuerpotexto {

	width: 100%;

	font-size:0.875em;	

/*	max-width:940px;*/

	max-width:800px;		

	margin: 30px auto 30px auto;

}

.aviso {	

	margin-bottom: 60px;

/*	color: #696969; */
    
	color: #363636;    

}



.aviso h3 {

font-size:1.125em;
    
/*		font-size:1.063em;     */

	font-family: Verdana, Arial, Helvetica, sans-serif;

    color:#696969;
 

	padding-bottom: 0px;

	margin-bottom: 10px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #20ACB8;

}



.aviso p {
	font-size:1em;    
    line-height:1.4em;
	/*margin-bottom:1.2em; */
	margin-bottom:1.1em;
    
    	color:#000;   

}



.aviso a {	
    
/*	font: 1em Arial, Helvetica, sans-serif; */
    
 	font: 0.875em Arial, Helvetica, sans-serif;    

	color: #000;

	text-decoration: none;

	font-weight: bold;

	padding: 5px 8px;

	background-color:#fff;	

	border: 1px solid #20ACB8;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;	  

/*	color: #696969;

	text-decoration: none;	*/

	}	

	

.aviso a:hover {	
    
/*	font: 1em Arial, Helvetica, sans-serif; */
    
 	font: 0.875em Arial, Helvetica, sans-serif;        

	color: #FFF;

	text-decoration: none;

	font-weight: bold;

	padding: 5px 8px;

	background-color:#20ACB8;	

	border: 1px solid #20ACB8;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;	 

/*	color: #000; */

	}	



.aviso table, th, td {

	border:#000 1px solid;		

	border-collapse:collapse;

	color: #696969;	

}



.aviso table {	

	margin-left:auto;

	margin-right:auto;

	margin-bottom:60px;

}



.aviso table td {	

		padding:3px 10px;

}









#footer {

	background-color:#20ACB8;

	width: 100%; 

	height: 6em;

	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;

	}		



/*---*/	













/* MEDIA QUERIES */

@media \0screen {

	.logo { width: auto }

	}



/*@media screen and (max-width:768px){	*/

@media screen and (max-width: 767px){	

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;

	}	



#nav {

	background-color:#404040;

	width: 100%; 

	height: 10px; 

	margin: 0 auto;

	padding: 0;		

	}

#titulo {

	width: 100%;

	height: 100%;		

	margin: 0 auto;

	padding: 0px;	

	color: #000000;

	background-image: url(fondoletras.png);

	background-repeat: no-repeat;

	background-position: right top;

	background-size: 480px 80px;

}	

#titulo h1 {

	font-size: 1.2em;

	margin:10px;

}

#cuerpotexto {

	width: 100%;		

	margin: 30px auto 30px auto;

	border:#000 0px solid;

}



.aviso {

	width: 90%;		

	margin: 0 auto;

	line-height:1.2em;

	margin-bottom:5em;

	font-size:1em;	

}





.aviso a {	

	display:block;	

	font: 1em Arial, Helvetica, sans-serif;

	color: #FFF;

	text-decoration: none;

	font-weight: bold;

	padding: 5px 8px;

	background-color:#20ACB8;	

	border: 1px solid #20ACB8;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;	

	}	

	

.aviso a:hover {

	display:block;		

	font: 1em Arial, Helvetica, sans-serif;

	color: #656565;

	text-decoration: none;

	font-weight: bold;

	padding: 5px 8px;

	background-color: #FFF;

	border: 1px solid #20ACB8;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;		

	}







/* table */

.aviso table, thead, tbody, th, td, tr { 

	display: block; 

}





tr { 

	border: 1px solid #ccc; 

	}



td { 

	/* Se comporte como "row" */

	border: none;

	border-bottom: 1px solid #eee; 

	position: relative;

}



#footer {

	height: 11em;

	}

	

	

}



@media screen and (min-width: 768px) and (max-width:800px){	



#cuerpotexto {

	width: 100%;

/*	max-width:940px;*/

	max-width:700px;		

	margin: 30px auto 30px auto;

}

#titulo h1 {

	margin:10px 15px 10px 10px;

}

}

