/*
 * @paquete Archivo de applicacion
 * @Archivo css_contacto.css	
 * @ruta /ligthboxes/
 * @copyright Copyright Quid Media Services S.A de C.V 2010
 * @contacto http://www.quid.com.mx fgonzalez@quid.com.mx
 * @version 1.0
*/
body{ background:none; padding:0px; margin:0px; font-family:"Trebuchet MS"; }

img{ border:0px;}

h1{ margin-top:30%; text-align:center; color:#000; font-size:30px; }

form{ padding:0px; margin:0px;}

#contenido_contacto{width:590px; background:none; color:#000; height:490px; margin:0 auto; overflow:hidden;}
#contenido_contacto .pleca_contacto{border-bottom:1px solid #005299; font-size:28px; color:#000; }

#formulario_contacto{width:590px; background:none; color:#000; height:490px; margin:20px auto; overflow:hidden; }
#formulario_contacto
.row_form{width:560px; background:none; color:#000; margin:5px auto; overflow:hidden; }
.item_left{ width:110px; float:left; font-style:italic; }
.item_right{ width:450px; float:left }
.item_right input{ border:1px inset #c3c3c3; font-size:16px; padding:5px; width:370px; height:25px; color:#005299; }

.error_form_contacto{font-size:13px; font-style:italic; color:#ff0000 !important; }
.error_form_contacto input{border:1px inset #ff0000 !important; }
.error_form_contacto textarea{border:1px inset #ff0000 !important; }

.area_comentario{width:560px; background:none; color:#000; margin:5px auto; overflow:hidden; font-family:"Trebuchet MS"; }
.area_comentario textarea{ border:1px inset #c3c3c3; font-size:13px; padding:5px; width:480px; height:150px; color:#005299; font-family:"Trebuchet MS" !important; }

.boton_send_left{ width:345px; float:left; font-style:italic; }
.boton_send{ width:215px; float:right;}
.boton_send input{width:150px; height:40px; background:#005299; color:#fff; font-family:"Trebuchet MS"; font-style:italic; font-size:24px; border:1px inset #fff; }
