body{
	font-family: Helvetica;
}

.caja{
	width: 900px;
	margin: auto;
}

h1{
	font-size : 17px;
	font-weight: bold;
	color: #4e4e4e;
}

h2{
	background-color: #f3f3f3;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 25px;
}

h3{
	font-size: 18px;
	color: #4e4e4e;
	margin-bottom: 35px;
}

h4{
	font-size: 10px;
	color: #373636;
	font-weight: bolder;
}

p{
	font-weight: normal;
	color: #5b5b5b;
}

#fecha{
	color: #b2001a;
	font-size: 10px;
	font-weight: bold;
}