body {
	font-family: tahoma ;
	background-color: #ffffff;
	margin-top: 0px; margin-bottom:0px;
}
a:link {
	font-family: tahoma ;
	color: #25ADC5;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	text-decoration: none;
	color: #25ADC5;
}
a:hover {
	font-family: tahoma;
	text-decoration: underline;
	color: #25ADC5;
}
a:active {
	font-family: tahoma;
	text-decoration: none;
	color: #25ADC5;
}
.texto_principal {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.texto_chico {
	font-family: tahoma;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.texto_medio {
	font-family: tahoma;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.titulos {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #25ADC5;
	font-weight: bold;
	text-align: left;
	padding-bottom:6px;
	padding-top:3px;
}
.ampliar_info {
	font-family: tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #FFFF66;
	font-weight: bold;
	text-align: right;
	text-decoration:none;
}