BODY {
	background-color: #DFFCFD;
	font-family: "Times New Roman", Times, serif;
}

BODY.blanco {
    background-color: White;
	font-family: "Times New Roman", Times, serif;
}

P {
	font-family: "Times New Roman", Times, serif;
	text-align : justify;
	color : #00008B;
	text-indent : 20px;
}

.especial{
	font-family: "AvantGarde Bk BT";
	text-align : justify;
	color : Green;
	text-indent : 20px;
	font-weight: bold;
}
H4 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: Blue;
	font-weight: normal;
	font-size : 12pt;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: Blue;
	font-weight: bold;
	font-size : 16pt;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: Blue;
	font-size : 20pt;
}


H1 {
	font-family: "Times New Roman", Times, serif;
	color : #c72019;
	text-align : center;
	font-size: 25pt;
}

.azul {
	color: Blue;
	}

A:LINK {
	color : #3366CC;
	font-weight: bold;
}


hr {
	height: 1px;
	color : #c72019;
}
 
 .bordeazul {
	border-color : #3366CC;
}

.borderojo {
	border-color : #c72019;
}

.bordesienna {
	border-color : #A0522D;
}