@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 25px;
}
.titulo {
	font-size: 12pt;
	line-height: 20px;
	font-weight: bold;
}
.titulo_2 {
	font-size: 11pt;
	
}
.titulo_3 {
	font-size: 12pt;
	line-height: 20px;
}
.azul {
	color: #0063AD;
	font-weight: bold;
}
.menu {
	color: #000;
	font-size: 10pt;
	/*text-transform: lowercase;*/
}
.menu a:link {
	color: #0063AD;
	font-size: 10pt;
	text-decoration: none;
}
.menu a:visited {
	color: #0063AD;
	text-decoration: none;
}
.menu a:active {
	text-decoration: none;
	color: #96BD0D;
}
.menu a:hover {
	text-decoration: none;
	color: #96BD0D;
}
.menu_1 {
	font-size: 10pt;
	/*padding: 10;*/
}
.menu_1 a:link {
	color: #FFF;
	text-decoration: none;
}
.menu_1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu_1 a:active {
	color: #CCC;
	text-decoration: none;
}
.menu_1 a:hover {
	color: #CCC;
	text-decoration: none;
}
.texto_1 {
	font-size: 10pt;
	color: #000;
	line-height: 20px;
}
.texto_1 a:link {
	color: #FFF;
	text-decoration: none;
}
.texto_1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.texto_1 a:active {
	color: #CCC;
	text-decoration: none;
}
.texto_1 a:hover {
	color: #CCC;
	text-decoration: none;
}
.texto_2 {
	font-size: 10pt;
	color: #FFF;
	line-height: 20px;
}
.texto_2 a:link {
	color: #FFF;
	text-decoration: underline;
}
.texto_2 a:visited {
	color: #FFF;
	text-decoration: underline;
}
.texto_2 a:active {
	color: #CCC;
	text-decoration: none;
}
.texto_2 a:hover {
	color: #CCC;
	text-decoration: none;
}
.texto_3 {
	font-size: 18pt;
	color: #FFF;
}
.texto_4 {
	font-size: 32pt;
	color: #FFF;
}
