/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 8.5px;
color: #000000;
line-height: 18px;
padding: 3px;
text-decoration: none;
}
.navigation {
	background: #FFFFFF;
	color: #808080;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	padding: 0px;
}
.navigation:hover {
	background: #AEC513;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	padding: 0px;
}
.texto {
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto_bold {
	font-family: Arial;
	font-size: 8.5pt;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.texto_gris {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
.texto_gris_bold {

	font-family: Arial;
	font-size: 10pt;
	line-height: 18px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
.texto_ver {

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #AEC513;
	text-decoration: none;
}
.texto_ver_bold {

	font-family: Arial;
	font-size: 10pt;
	line-height: 18px;
	font-weight: bold;
	color: #AEC513;
	text-decoration: none;
}
.textotitulo {

	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
