body {
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.diario {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/fondo-del-diario2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.fecha {
	font-size: 11px;
	text-align: right;
	color: #000000;
	font-style: oblique;
	font-weight: bold;
}
.nombre {
	font-size: 36px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: overline;
	text-align: left;
}
.epigrafe {
	font-size: 16px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
}
.texto {
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.fotos {
}
