.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 454545;
	text-decoration: none;
	background-color: #FFFFFF;


}
.textoNaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: FF7E00;
	text-decoration: none;
}
.nota {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CE0000;
	text-decoration: none;
}
.caja {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 454545;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
}
.formulario {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	border: 2px none #999999;
	background-color: #FFFFFF;
}
a.linkcolor:link, a.linkcolor:visited{
	color: #418B41;
	text-decoration:none;
}
a.linkcolor:hover{
	text-decoration: underline;
}
/** ESTILOS MODAL **/
#fw_overlay		{ background-color:#ccc; cursor:wait; }
#fw_contenedor	{ position: absolute; width:568px; left:50%; top:20%; margin-left:-284px; text-align:left;}
#fw_contenedor .fw_contenido	{ background-color: #fdfdfd; color: #676767; height:40px; }
#fw_contenedor .fw_datos		{ /*padding: 10px 20px 30px 20px; */ padding:30px;}

/* IE 6 hacks*/
*html #fw_contenedor {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
*html #fw_contenedor .fw_top {background:url(../img/contact/form_top_ie.gif) no-repeat;}