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

/*FORMULARIO DE CONTACTO*/
.caja_form{
	margin: 20px 0;
	
	}
	
.caja_form label {
	width: 25%;
	float:left;
	
	}

.recuadro_registro {
	border: 1px solid #bebebe;
	border-radius: 3px;
	padding: 7px 20px 7px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
	color: black;
	}

textarea{
	margin: -20px 0 0 110px;
	border: 1px solid #bebebe;
	border-radius: 3px;
	padding: 7px 20px 7px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
	color: black;
}

input {
	margin: 10px 0;
}

input.recuadro_registro{
	margin-top: -20px;
}

input[type=submit] {
	border: none;
	padding: 8px 30px;
	color: white;
	background-color: #7F191A;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14pt;
	font-weight: 700;
	width:auto;
}

input[type=submit]:hover {
	border: none;
	padding: 8px 30px;
	color: white;
	background-color: #911617;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14pt;
	font-weight: 700;
	width: auto;
}

input.captcha{
	margin: 10px 0;
	border: 1px solid #bebebe;
	border-radius: 3px;
	padding: 7px 20px 7px 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 21.18%,rgba(255,255,255,1.00) 100%);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
	color: black;
}