.datanostrum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C6DEF2;
	text-decoration: none;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.datanostrum:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
}
body, html {
	margin: 0px;
	padding: 0px;
	color: #35261b;
	background-color: #2C5782;
	background-image: url(imagenes/body-background.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}