@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 0 0 0;
}
#cuerpotexto {
	width: 100%;
	/*max-width:940px;	*/
	max-width:900px;	
	margin: 30px auto 30px auto;
}
.aviso {
	margin-bottom: 60px;
	color: #696969;
	font-size:0.875em;	
}

.aviso0 {
	margin-bottom: 20px;
	color: #000;
	font-size:1em;	
}

.aviso h3 {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #20ACB8;
}

.aviso p {
	line-height:1.4em;
	margin-bottom:1.2em;
}

.aviso a {
	color: #1a91cf;
	text-decoration: none;	
	}	
	
.aviso a:hover {
	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;
}


/* cfdi */

a.cfdi:link {
	font: 14px Arial, Helvetica, sans-serif;
	color: #656565;
	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.cfdi:visited {
	font: 14px Arial, Helvetica, sans-serif;	
	color: #656565;
	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.cfdi:hover {
	font: 14px Arial, Helvetica, 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.cfdi:active {
	font: 14px Arial, Helvetica, sans-serif;	
	color: #656565;
	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.cfdi2:link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #656565;
	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.cfdi2:visited {
	font: 12px Arial, Helvetica, sans-serif;	
	color: #656565;
	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.cfdi2:hover {
	font: 12px Arial, Helvetica, 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.cfdi2:active {
	font: 12px Arial, Helvetica, sans-serif;	
	color: #656565;
	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;
	}	
	
/* termina cfdi */	

#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;
	}		

/*---*/	

/* Listas */
.ulista {
	color: #696969;
	list-style-position: outside;
	padding-left: 20px;
	line-height: 20px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

.olista {
	color: #696969;
	list-style-position: outside;
	padding-left: 20px;
	line-height: 20px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}






/* MEDIA QUERIES */
@media \0screen {
	.logo { width: auto }
	}

@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;
}
	
.aviso0 {
	color: #000;
	font-size:1em;
	width: 90%;		
	margin: 0 auto;
	line-height:1.2em;
	margin-bottom:3em;	
}	


/* 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:700px;		
	margin: 30px auto 30px auto;
}

#titulo {
	width: 100%;
	max-width:700px;	
	height: 100%;		
	margin: 0 auto;
	padding: 0px;	
	color: #000000;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 940px 100px;
}	

#titulo h1 {
	font-size: 2.0em;
	margin:5px 5px 0 0;
}

}