.contacto{
	border-radius: 6px;
}
.contacto label{
	font-weight: normal;
	color: #f65c09;
	font-size: 80%;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: 100px;
	padding-right: 15px;
	text-align: right;
	padding-top: 13px;
	letter-spacing: 0.05em;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.contacto label strong {
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	font-size: 90%;
	padding-bottom: 5px;
	display: block;
}
.contacto #acepto {
	width: 410px;
	margin-top: -2px;
}
.contacto label a {
	font-weight: normal;
	color: #f65c09;
	text-transform: uppercase;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.contacto label a:hover {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}
.contacto div{
	margin-bottom: 35px;
	text-align: left;
}
.contacto input[type='text'], .contacto textarea{
	width: 295px;
	resize: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #ECECEC;
	font-family: "Pontano Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #texto #formu .contacto div {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	background-color: #fdfdfd;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contacto input[type='submit']{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #F2F2F2;
	font-weight: normal;
	background: #f65c09;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 10px;
	color: #FFF;
	margin-left: 210px;
	font-family: "Pontano Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.1em;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.contacto input[type='submit']:hover{
	background: #fff;
	background: -moz-linear-gradient(top, #ffc100 0%, #b19c27 100%);
	background: #666666;
}
.error{
	color: #d10993;
	font-weight: normal;
	margin-left: 118px;
	position: absolute;
	font-size: 70%;
	display: block;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-top: -3px;
}
.error:before{
	content: "";
	display: block;
	height: 0;
	left: -16px;
	position: absolute;
	top: 8px;
	width: 0;
	border: 6px solid transparent;
}
.result_fail{
	border-radius: 20px 20px 20px 20px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	background-attachment: scroll;
	background-color: #BC1010;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

@media screen and (max-width: 520px) {
.contacto label{
	font-weight: normal;
	color: #009401;
	font-size: 80%;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: 100px;
	padding-right: 15px;
	text-align: right;
	padding-top: 13px;
	letter-spacing: 0.05em;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.contacto #acepto {
	width: 100%;
	margin-top: -2px;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.contacto input[type='submit']{
	margin-left: auto;
	margin-right:auto;
	display:block;
	float:none;
}
}

@media screen and (max-width: 420px) {
.contacto input[type='text'], .contacto textarea{
	width: 200px;
}
}

@media screen and (max-width: 320px) {
.contacto label{
	width: 100%;
	text-align: center;
}
.contacto input[type='text'], .contacto textarea{
	width: 100%;
}
}
