BODY {
	background-color: #fefeee;
	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;
}


H3 {
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
}

H2 {
	font-family: "Times New Roman", Times, serif;
}


H1 {
	font-family: "Times New Roman", Times, serif;
	color : #c72019;
	text-align : center;
}

A:LINK {
	color : #3366CC;
	font-weight: bold;
}

A:VISITED {
	color : #00008B;
}

hr {
	height: 1px;
	color : #c72019;
}
 
 .bordeazul {
	border-color : #3366CC;
}

.borderojo {
	border-color : #c72019;
}

.bordesienna {
	border-color : #A0522D;
}