@charset "utf-8";

/*::::::::::::::::::::::::::: GENERALES DEL SITIO :::::::::::::::::::::::::::::::::::::*/
body {
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0;
	background-color: #e8e8e0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}
.link {
	color: #475C78;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

.link:hover {
	color: #475C78;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
.botonAMQ
{
	color: #475C78;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
.sub_titulos {
	color: #475C78;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.otros {
	color: #475C78;
	text-decoration: none;
	font-size: 10px;
}
.advertencias {
font-family:Tahoma, Verdana, sans-serif;
	font-color: #ff0000;
	text-decoration: none;
	font-size: 10px;
	border:#FF0000 1px solid;
	background:#FFF9E0;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.textos{
font-color:#000000;
font-size:11px;
text-decoration:none;
color:#000000;
}
.textos2{
font-family:Arial, Helvetica, sans-serif;
font-color:#000000;
font-size:15px;
text-decoration:none;
color:#000000;
}
.textos_chicos{
font-color:#000000;
font-size:9px;
}
.titulos_campos{
font-color:#000000;
font-size:9px;
font-weight:bold;
}
.titulos_campos2{
font-family:Arial, Helvetica, sans-serif;
font-color:#000000;
font-size:10px;
font-weight:bold;
}
.form{
border:1px solid #7AA5D6;
font-color:#000000;
font-size:11px;
background:#E5ECF9;
}
.tablas{
border:1px solid #7AA5D6;
background:#FFFFFF;
}
.sub_tablas{
border:1px solid #999;
background:#FFFFFF;
}
.txt_bco{
background:#FFFFFF; 
border:#FFFFFF 0px solid;
font-family: Tahoma, Verdana, sans-serif;
font-size:11px;
}
.tr{
width:90%;
/*display:block;*/
cursor: pointer;
font-family:Tahoma, Verdana, sans-serif;
font-size:11px;
}
.tr:hover{
background:#cccccc;
}

.exportar{
	color:#475C78;
	font-size:10px;
	text-decoration:none;
}

/* ------------------------------Menu------------------------
li{
list-style:none;
padding:0px;
margin-top:5px;
margin-left:0px;
margin-right:10px;
float:left;
}
ul li a {	
display: block;	
width:150px;	
padding:16px 10px 4px 10px;	
text-decoration:none;	
text-align:right;	
font-size:11px;	
color:#666666;	
background-color:#fff; 	
border-top:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
}
ul li a:hover {	
font-color:#7aa5d6;
font-weight:bold;	
background-color:#E5ECF9
} 
 
*/