/*ESTILOS GENERALES DEL BODY*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagenes/fondo_cabecera.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #39586D;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#39586D;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#39586D;
	scrollbar-track-color:#eaeaea;
	scrollbar-arrow-color:#39586D;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
.fondo{
	background-image:url(../imagenes/fondo_cabecera.png);
	background-repeat:no-repeat;
	background-position:top;
}
#enlaces {
	background-color:#39586D;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index:2;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
