*{
	font-family: sans-serif;
	font-size: 13px;
}




.contacto{
	padding: 0 0 0;

}
.contacto label{
	display: block; 
	font-weight: bold;
}
.contacto div{
	margin-bottom: 10px;
}

@font-face {font-family:"Myriad Pror";
src:url(fonts/MyriadPro-Regular_1.otf)}
.contacto input[type='text']{
		padding: 7px 6px;

	font-family:Myriad Pror;
	font-size:16px;
	color:#000000;
 outline: 1px solid #999999;
 background-color:#fde6ee;
width:500px;
resize: none;
border:none;
}
.contacto input[type='text']:focus{
	outline: none;
	box-shadow:0 0 0 3px #fbd7e3;
}



@font-face {font-family:"Myriad Pror";
src:url(fonts/MyriadPro-Regular_1.otf)}
.contacto textarea{
		padding: 7px 6px;

	font-family:Myriad Pror;
	font-size:16px;
	color:#000000;
  outline: 1px solid #999999;
  background-color:#fde6ee;
width:500px;
resize: none;
border:none;
}




.contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #fbd7e3;
}






.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}



@font-face {font-family:"Myriad Pror";
src:url(fonts/MyriadPro-Regular_1.otf)}
.contacto input[type='submit'],.contacto input[type='reset'] {
font-family:Myriad Pror;	
width:107px;
height:29px;
background-color:#ec1b24;
color:#ffffff;
font-size:13px; 
text-align:center;
border:none;
margin-right:8px;
}
.contacto input[type='submit']:hover,.contacto input[type='reset']:hover{
	background-color:#323846;
	color:#ffffff;

}
.contacto input[type='submit']:active,.contacto input[type='reset']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.error{
    background-color: #BC1010;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
  
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
  
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}



