@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#660000;
	
	scrollbar-base-color:#660000;
	scrollbar-track-color:#EDBE42;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#EDBE42;
	scrollbar-3dlight-color:#000000 ;
	scrollbar-highlight-color:#EDBE42;
	scrollbar-arrow-color:#EDBE42;
	scrollbar-face-color:#660000;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
}

.bg_botonera {
 background-image: url("imagenes/bg_botonera.gif");
 background-repeat: no-repeat;
 background-position: bottom ;
}

.bg{
	background-image: url(imagenes/bg.gif);
	background-repeat: no-repeat;
	background-position:center top;
}

.L9 {
	font-size: 11px;
	color: #600;
	font-family: Verdana, Geneva, sans-serif;
}
td strong {
	color: #600;
}
.justificado {
	text-align: justify;
}

.td_tabla {
	border-bottom:1px solid #660000;
	border-left:1px solid #660000;
	padding:.1em 1em;
	
	}				
.td_derecha {
	border-left:1px solid #660000;
	border-right:1px solid #660000;
	border-bottom:1px solid #660000;
	padding:.1em 1em;
	}
	
.borde_img {
	border-left:2px solid #EDBE42;
	border-right:2px solid #EDBE42;
	border-bottom:2px solid #EDBE42;
	border-top:2px solid #EDBE42;
	}