/*.contacto{
	margin-top: 5px;
	background-color: white;
	width:530px;
}
.contacto label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
	width:70px;
	display: inline-block;
	float:left;
}
.contacto div{
	float:left;
	margin-right:20px;
	padding-bottom: 5px;
}
.contacto input[type='text']{
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 20px;
	width: 170px;
	border: 1px solid #1C477E;
}
.contacto textarea{
	display:block;
	float:left;
	text-indent: 2px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 170px;
	width: 505px;
	border: 1px solid #1C477E;
	resize:none;
}*/
.contacto input[type='text']:focus, .contacto textarea:focus{

}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #ffffff;
}
.contacto input[type='submit']{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	background: #ec3329; /* Old browsers */
	background: -moz-linear-gradient(top, #ec3329 0%, #a80a0a 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ec3329), color-stop(50%,#a80a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec3329 0%,#a80a0a 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec3329 0%,#a80a0a 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec3329 0%,#a80a0a 50%); /* IE10+ */
	background: linear-gradient(to bottom, #ec3329 0%,#a80a0a 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3329', endColorstr='#a80a0a',GradientType=0 );
	text-shadow: 1px 1px 1px #5b0101;
	border-radius:5px;
	padding: 0 15px 0 15px;
	display: inline-block;
	height:30px;
	border:0;
	cursor:pointer;
}
.contacto input[type='submit']:hover{
	background: #660000;
	cursor:pointer;
}
.contacto input[type='submit']:active{
	background: #ec3329; 
}
.error{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #BC1010;
	border-radius: 4px 4px 4px 4px;
	color: white;
	font-weight: bold;
	margin-left: 10px;
	position: absolute;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #BC1010;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-right: 20px;
	padding-left: 20px;
}
.result_ok{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px 4px 4px 4px;
	background-color: #1EA700;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding: 5px;
	width:335px;
	position:relative;
	left:97px;
}
.obligatorio {
	color:#C00;
}