/*ESTILOS GENERALES DEL BODY*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:   url();
	background-color: #330033;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#330033;
	scrollbar-highlight-color:#eaeaea;
	scrollbar-3dlight-color:#330033;
	scrollbar-darkshadow-color:#eaeaea;
	scrollbar-track-color:#eaeaea;
	scrollbar-arrow-color:#330033;
}
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:repeat-y;
	background-position:top;
}
#enlaces #link{
	background-color:#330033;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index:2;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#enlaces #pie{
	height: 48px;
}
