body {
	background: #333333;
	background-image: url(img/fondo.gif);
	font: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	background-repeat: repeat-x;
}

.cuerpo {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	
}

.cuerpo a:link {
	color: #000000;
	text-decoration: none
	
}
.cuerpo a:active {
	color: #FFFFFF;
	text-decoration: none;

}
.cuerpo a:visited {
	color:#000000;
	text-decoration: none;

}
.cuerpo a:hover {
	color: #FF0000;
	text-decoration: none;

}

.rojo {
	font-family: Arial;	
	font-size: 11px;
	color: #FF0000;
	
}

.gris {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	
}
.cuerpoblanco {

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
