@charset "utf-8";
/* CSS Document */

#contacto .okMsg{
	background:url(../images/bg-white-50.png);
	color:#008E10;
}
#contacto .errorMsg{
	background:url(../images/bg-white-50.png);
	color:#f00;
}

#contacto .contacto-inputs{
    width: auto;
	border:1px solid #ff8400;
    padding: 5%;
    
}
#contacto .input{
	background:url(../new/images/bg.png);	
	margin:5px 0;
	padding:0;
	vertical-align:top;
}
#contacto .submit{
	width:40%;
	margin:10px auto;
	background:#ff8400;
	border:none;
	color:#fff;
	font-family:Roboto-Bold;
	font-size:2vw;	
	text-align:center;
	cursor:pointer;
}
#contacto .submit:hover{
	background:#000;
}
#contacto label{	
	font-family:Roboto-Regular;
	font-size:18px;
	text-align:left;
	color:#ff8400;
	display:block;
}
#contacto input, textarea{
	background:url(../images/bg-black-50.png);
    font-family:Roboto-Regular;
	width:95%;
	padding:5px;
	font-size:16px;
	color:#fff;
	border:0;
}
#contacto #ajax-response{
	background:url(../new/images/bg.png);
	font-family:Roboto-Regular;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:5px;
	display:none;
}
#contacto #form-validate{
	font-family:Roboto-Regular;
	font-size:16px;
	color:#fff;	
	padding:5px;
	display:none;
}

#contacto #form-sending{
	background:url(../new/images/bg.png);
	font-family:Roboto-Regular;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
#contacto input .error{
	border:1px solid #F00;
}