body { 
	background: url('../imgs/patern_invers_1.jpg');
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 50;
	position: relative;
	margin-top: 10px;

}
td.enlace_lateral{
	color: black;
	cursor: pointer;	
	width: 125px;
	border-bottom: 1px solid #aabfca; 
	font-size: 12px;
}

td.enlace_lateral_sel{
	color: black;
	cursor: pointer;	
	width: 125px;
	border-bottom: 1px solid #aabfca; 
	font-size: 12px;
}

td.enlace_lateral:hover{
	width: 125px;
	cursor: pointer;
	background-color: #f08408;
	color: white;
	border-bottom: 1px solid #aabfca; 
	font-size: 12px;
}

.menulink a{
	display: block;
	text-decoration: none;
	cursor: pointer; 
	text-decoration: none; 
	color: white;
}

.menuactual{
	background-image: url('../imgs/detalle_boto.jpg');
	background-repeat:  repeat-x;
	width:70px; 
	border-right: 1px solid #78878f;
	color:white;
	cursor: pointer;
}

.menulink a:hover {
	color: black;
	cursor: pointer; 
	text-decoration: none; 
	color: white;
	
}
		
#cargando{
	height: 300px;
	width: 130px;
	background-color: white;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
	font-size: 16px; 
	color: #f08300; 
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

.menu_princ:hover{
	background-image: url('../imgs/detalle_boto.jpg');
	background-repeat:  repeat-x;
	width:70px; 
	border-right: 1px solid #78878f;
	color:white;
	cursor: pointer;
}

.titulo_seccion{
	color: #f5802c; 
	height: 27px; 
	width: 130px;
	background-color: white;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
}

.menu_princ{
	background-image: url('../imgs/detalle_barra.jpg');
	background-repeat:  repeat-x;
	width:70px; 
	border-right: 1px solid #78878f;
	color:white;
	cursor: pointer;
}
/*.menu_princ td:hover{
	background-image: url('../imgs/detalle_boto.jpg');
	background-repeat:  repeat-x;
	width:70px; 
	border-right: 1px solid #78878f;	
	cursor: pointer;
}

.menu_princ td{
	background-image: url('../imgs/detalle_barra.jpg');
	background-repeat:  repeat-x;
	width:70px; 
	border-right: 1px solid #78878f;
	cursor: pointer;
}*/

.separador_sup{
	height: 5px; 
	width:804px; 
	background: url('../imgs/sombra_sup.jpg') no-repeat; 
	background-position: bottom left;
}

.central{
	position: relative;
	width:804px; 
	background: url('../imgs/sombra_centro.jpg') repeat-y; 
	margin-top:0px;
	
}

.marco_central{
	width:783px; 
	margin-top: 0px;
}

.cabecera{
	height: 155px;
	padding-top: -3px;	
}

.carrito{
	background: url('../imgs/carro.gif') no-repeat; 
	height: 86px; 
	width:211px; 
	font-family: 'Trebuchet MS'; 
	font-size: 12px; 
	color: #f5802c; 
	font-weight: bold;
}

.login{
	background: url('../imgs/login.gif') no-repeat; 
	height: 69px; 
	width:211px; 
	font-family: 'Trebuchet MS'; 
	font-size: 12px; 
	color: #f5802c; 
	font-weight: bold;
}

.txt_usuario{
	width: 135px; 
	height:13px;
	font-family: 'Trebuchet MS'; 
	font-size: 10px; 
	color: #f5802c; 
	border: 1px solid #f5802c; 
	background-color: #FFFFFF;
}

.txt_passwd{
	width: 45px; 
	height:13px;
	font-family: 'Trebuchet MS'; 
	font-size: 10px; 
	color: #f5802c; 
	border: 1px solid #f5802c;
	background-color: #FFFFFF; 
}

.boton_ok{
	cursor: pointer;
	width: 50px;
	height: 18px;
	font-size: 10px;
	color:white;
	background-color: #f08408;
	border: 1px solid white;
	
}

.boton_buscar{
	cursor: pointer;
	width: 100px;
	height: 18px;
	font-size: 10px;
	color:white;
	background-color: #f08408;
	border: 1px solid white;
	
}

.tabla_principal{
	background: url('../imgs/fondo-principal.gif'); 
	width:770px;
}

.menu_secciones{
	background: url('../imgs/detalle_barra.jpg') repeat-x; 
	font-size: 16px;
}

.tabla_secciones{
	border-collapse: collapse; 
	font-family: 'Trebuchet MS'; 
	font-size:14px; 
	font-weight: bold; 
	color: #aabfca;
}

.marco_central{
	background: url('../imgs/fondo_principal.jpg'); 
	width:783px;
}

.cabecera_texto{
	font-size: 14px; 
	font-weight: bold; 
	border-bottom: 1px solid #aabfca; 
	width: 426px; 
	color: #aabfca;
}

.contenido_texto{
	text-indent: 15px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	
}

/*#overlay {
	 visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:1000px;
     text-align:center;
     z-index: 2;
	 background-color: #EFEFEF;
}
*/
A.resaltar:hover{
	color: black;
}

