body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(imagenes/fondo.jpg) repeat-x top center #872524;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

.celdax {
	background-color: #FFFFFF;
	background-image: url(imagenes/contenido.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
        a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
        a:active {
        color: #ff9900; font-weight: bold; text-decoration: none; }
        a:hover {
        color: #3333ff; text-decoration: underline; }
