
body										{ font-family:'Titillium Web', sans-serif;  }

.form-success {
	background: #FFFFCC;	
	color: #000000;
	font-weight: bold;
	padding:10px;
	padding-left: 32px;
	margin: 20px 0 0 10px;
	text-align: center;
        width: 88%;
}


.form-error {
	background: #cb6004;
	/*background: #cb6004 0;*/		
	color: #FFFFFF;
	margin: 20px 0 0 10px;
	font-weight: bold;	
	padding:10px;
	padding-left: 32px;
	width: 88%;
	text-align: center;
}


h3                                              { color:#404041; }
h4                                              { color:#666; }

.contacto					{ width:881px; padding:40px 0 50px 35px; margin:0 auto; background-color:#FFF;}
.contacto p.mensaje_contacto			{ font-size:19px; margin:0; color:#909090;}
.contacto p.datos_contacto			{ color:#909090;}
.contacto p					{ color:#555555; }
div.form					{ /*width:434px;*/ padding:0; float:left;}
div.form .column				{ width:264px; padding:0 10px; float:left;/* background-color:red; */}
div.form .column .corto				{ width:128px; float:left;/* background-color:red; */}
div.form .column .pais				{ float:right; }

div.data			{ width:260px; }
div.data p			{ font-size:14px; color:#2A3B43; margin-top:10px;  }

form				{  }
form div			{ margin-right:0; }

select,option,
input,textarea		{ border:1px solid #919191; color:#69757b;}
option                  {border:none;}

label				{ font:14px 'Lato', sans-serif; color:#2a3b43; padding:10px 0 2px 6px; display:block;}
select				{ padding:4px 5px 5px 6px; width:402px;}
option				{}
input				{ height:26px; width:100%; padding:4px 6px 5px 6px;}
input#_provincia		{ width:116px; }
input#_pais			{ width:116px; }


select#area 		{ width:262px; background-color: #fff;}

textarea			{ padding:6px; width:100%; height:150px;}
.send 				{ margin:0 auto; padding:0; margin:23px 0 0 0; }
.send input.envio		{ 
                        height:38px;
                        overflow:hidden;
                        display:block;
                        border:none;
                        float:left;
                        text-align:center;
                        font-size:12px;
                        background-color: #FFA420;
                        color: white;
                        font-size: 14px;
                        font-weight: bold;
                        padding:0 26px;                        
                        text-transform: uppercase;
                        width:auto;
                        line-height: 38px;
}
.send input.envio:hover		{ background-color: #FF9900;  }
