@charset "utf-8";
/* CSS Document */
.titulo_pagina {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #2B63B1;
	text-decoration: none;	
}

.titulo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #3F62A6;
	text-decoration: none;
}

.titulo2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3F62A6;
	text-decoration: none;
}

.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #3F62A6;
	text-decoration: none;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

