
.contacto{
	width: 80%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	margin-top: 50px;
	background-color: #fff;
	box-shadow: 0px 5px 10px #B5C1C5,0 0 0 10px #444359 inset;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	font-family: "Open Sans", Verdana, Helvetica, Tahoma, sans-serif, Geneva, Arial;
}
.contacto label{
	display: block; 
	font-weight: 700;
	font-family: "Open Sans", Verdana, Helvetica, Tahoma, sans-serif, Geneva, Arial;

}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 14px 6px;
	width: 90%;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow: 0px 0px 0px 3px #DBDFE3;
	margin: 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Open Sans", Verdana, Helvetica, Tahoma, sans-serif, Geneva, Arial;

}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow: 0px 0px 0px 3px #dde9ec;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Open Sans", Verdana, Helvetica, Tahoma, sans-serif, Geneva, Arial;

}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow: 0px 0px 0px 3px #CC0000;
}
.contacto input[type='submit']{
	border: 1px solid #C00;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	color: white;
	background-color: #be1621; 
}
.contacto input[type='submit']:hover{
	background-color: #c33; 
}
.contacto input[type='submit']:active{
	background-color: #c33; 
}
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    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;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
	background: none repeat scroll 0 0 #CC3;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	padding: 10px 1%;
	text-align: center;
}

@media screen and (max-width: 867px) {
	.error{
    margin-left: 0%;
    margin-top: 0px;
    padding: 6px 12px;
    position: absolute;
	}

}
@media screen and (max-width: 728px) {
	.contacto{
		width: 78%;
	}
	.contacto input[type='text'], .contacto textarea{
		width: 100%;
	}
}
@media screen and (max-width: 689px){
	.contacto{
		width: 76%;
	}
}
@media screen and (max-width: 655px){
	.contacto{
		width: 74%;
	}
}
@media screen and (max-width: 624px){
	.contacto{
		width: 72%;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 352px){
	.contacto{
		width: 69%;
	}
}
