@charset "utf-8";
/* CSS contacto */

/****************************** formulario *****************/

#mailform {
/*margin:0 auto;*/
margin:20px auto;
/*width:450px;*/  
width:380px; 
/*padding:20px 0 40px 0;*/
text-align:center;
}
#mailform fieldset { /*width:95%;*/ border:0; /*background-color:#D5D5D5;*/}/*fieldset*/
#mailform .csc-mailform-field {
/*float:right;*/ 
/*width:95%;*/
text-align:right;
/*background-color:#D5D5D5;*/
padding:3px;
}
#mailform label {
margin-top:2px;
color:#FD5204;
font-family: "trebuchet MS";
font-size: 12px;
font-weight: bold;
line-height: 20px;
height:20px;
float:left;
text-align:right;
/*width:145px;*/
width:115px;
}
#mailform input, #mailform textarea {
width:240px;
border:5px solid #EFEFE7;
padding:1px;
color:#FD5204;
}
#mailform .csc-mailform-submit { 
border:3px solid #EFEFE7;
margin-top:2px;
width:100px;  
cursor:pointer; 
background-color:#999; 
color:#fff; 
font-weight:bolder; 
padding:3px;
}
#mailform .csc-mailform-submit:hover { 
color:#000;
}

/********* confirmación **************/
.confirmacion_formulario h1 { font-size:16px; font-weight:bold; color:#727261;}
.confirmacion_formulario h2 { font-size:14px; color:#A3A38A;}

