@charset "utf-8";
/* CSS contacto */

/****************************** formulario *****************/
.csc-mailform {
width:300px;  
padding:0;
border:none;
}
.csc-mailform-submit {
/*float:right!important;*/
cursor:pointer;
margin:10px 0 0 0;
width:91px !important; 
color:#A3A38A;
border:1px solid #A3A38A;
background-color:#fff;
}
.csc-mailform-field {vertical-align:top; margin:0;}
.csc-mailform label {
float:left;
width: 100%;
display:block;
clear:both;
height:20px;
color:#A3A38A;
font-family: "trebuchet MS";
font-size: 12px;
font-weight: bold;
line-height: 20px;
}
.csc-mailform input,
.csc-mailform textarea {
float:left;
width:100%;
display:block;
clear:both;
color:#919292;
border:5px solid #EFEFE7;
padding:1px;
}

/********* confirmación **************/

.confirmacion_formulario h1 { font-size:16px; font-weight:bold; color:#727261;}
.confirmacion_formulario h2 { font-size:14px; color:#A3A38A;}