/* Estilos para el Simple Modal */

#fw_overlay		{ background-color:#111; cursor:wait; }
#fw_contenedor	{ position: absolute; width:568px; left:50%; top:5%; margin-left:-284px; text-align:left;}
#fw_contenedor .fw_contenido	{ background-color: #111; 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;}