body {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 10px 30px;
}
h1 {
	color: #FF8040;
	text-decoration: underline;
	font-weight: 800;
}
h2 { 
	font-weight: 700;
	background-color: #C0C0C0;	
	color: #000000;
	padding: 4px;
}
h3 {
	font-style: italic;
	font-weight: 600;
	font-size: 150%;
}
h4 {
	font-size: 130%;
	font-weight: bold;
}
#fecha {
	color: #FFFF00;
}
a:hover {
	background-color: #FFFF00;
	color: #FFFFFF;
}
a {
	color: #0000FF;
}
strong {
	font-weight: bolder;
}