BODY {
	margin: 0px 0px  0px 0px;
	background-color: #653332;
    scrollbar-face-color:#666666;
    scrollbar-highlight-color:#333333;
    scrollbar-3dlight-color:#333333;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#808080;
    scrollbar-arrow-color:#999900;
    scrollbar-track-color:#999900;
}

BODY, TABLE, TD, TR {
	font-family: Arial, Helvetica, Verdana;
	color: #eae1c6;
}

BODY.Segundo {
	background-image : url(fondo_abajo.gif);
	background-repeat : no-repeat;
	background-position : 425px 0px;
	background-attachment : fixed;
	text-align : left;
}

a {
	color: Aqua;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	text-decoration: none;
}

BODY.Tercero {
	background-image : url(fondo_arriba.jpg);
	background-repeat : no-repeat;
	background-position : 48px 0px;
	background-attachment : fixed;
}

.Blanco {
	color: white;
}

.EGrande {
	font-size: .9em;
	font-weight: bold;
}

.Titulo {
	font-size: 2em;
	color: white;
}