/*ESTILOS GENERALES DEL BODY*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:   url();
	background-color: #82172D;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#AE1E3A;
	scrollbar-highlight-color:#eaeaea;
	scrollbar-3dlight-color:#AE1E3A;
	scrollbar-darkshadow-color:#eaeaea;
	scrollbar-track-color:#eaeaea;
	scrollbar-arrow-color:#AE1E3A;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
.Estilo2 {color: #ffffff}
.Estilo3 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#apDiv1 {
	position:absolute;
	left:147px;
	top:6px;
	width:943px;
	height:598px;
	z-index:3;
}
.fondo{
	background-image:url(../imagenes/fondo_cabecera.png);
	background-repeat:no-repeat;
	background-position:top;
}

