.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #3399CC;
	padding-left: 4px;
}
.subtitulo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	background-color: #3399CC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding-left: 7px;
}
.subtitulo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #3399CC;
	background-color: #003366;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	padding-left: 7px;
}
.resaltado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}