@charset "utf-8";
/* CSS Document */

.texto {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.texto A:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}
.texto A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
.texto A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
.texto A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

.texto_cursiva {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}

.titulo_cursiva {
	font-family: Arial;
	font-size: 16px;
	color: #FAAF30;
	font-style: italic;
	font-weight: bold;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #faaf30;
	font-weight: bold;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FAAF30;
}
