@charset "utf-8";
/* CSS contacto */

/****************************** formulario *****************/

#mailform {
width:488px; 
/*border:1px solid #FFF;*/  
padding:0;
}
fieldset {width:100%; border:0; }/*fieldset*/
.csc-mailform-field {
float:right; 
width:99%;
text-align:right;
border-top:2px solid #fff;*/ /*ultima actualizacion*/
border-bottom:2px solid #fff;
}
label {
margin-top:2px;
color:#A3A38A;
/*color: #637A05;*/
font-family: "trebuchet MS";
font-size: 12px;
font-weight: bold;
line-height: 20px;
height:20px;
float:left;
text-align:right;
width:185px;
}
input, textarea {
width:280px;
border:5px solid #EFEFE7;
padding:1px;
color:#FD5204;
}
.csc-mailform-submit { 
/*margin-top:5px; 
background: transparent url(../images/enviar.gif) no-repeat top left; 
height:23px;*/
margin-top:2px;
width:91px; 
color:#A3A38A;
border:1px solid #A3A38A;
background-color:#fff;
cursor:pointer;
} 

/********* confirmación **************/
.confirmacion_formulario h1 { font-size:20px; font-weight:bold; color:#727261;}
.confirmacion_formulario h2 { font-size:14px; color:#A3A38A;}