p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7C1D20;
	padding: 5px;
	text-align:justify;
	
}
.letraCapital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #7C1D20;
	font-weight:bold;
	padding: 5px;
	text-align:justify;
	
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #ea5416;
	padding: 5px;
	text-align:right;
	
}
.cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	padding: 5px;
	text-align:right;
	
}

a.enlace:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#aa181d;
}
a.enlace:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color: #ffa82c;
}
a.enlace:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#aa181d;
}
a.enlace:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffa82c;
 }
