body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	margin-top:0px;
	font-size:15px;
	color:#990000;
	text-align: center;	
	margin: 10px;
}
h2 {
	margin-top:0px;
	font-size:14px;
	color:#990000;
}
h2 strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
h3{
	margin-top:0px;
	font-size:13px;
	color:red;
	margin: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
td{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td strong{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.fondoimg{
	color: White;
	background-color: black;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	margin: 0px;
	margin-left: 10px;
	text-align: center;
}
.rojo{
	color: Red;
}