.contact_form h2 {
	border-radius: 5px;
	color: #5CD053;
	display: block;
	font-family: "Roboto Medium";
	font-size: 20px;
	padding: 5px;
	text-shadow: 1px 1px 1px #CCCCCC;
	width: 433px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
	width: 90%;
	list-style-type: none;
	padding: 0px;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}
.contact_form li{
	position: relative;
	font-family: "Roboto Medium";
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
} 
.contact_form label {
	color: rgba(255,255,255,1);
	display: inline-block;
	float: left;
	font-family: "Roboto Medium";
	font-size: 75%;
	font-weight: lighter;
	margin-top: 3px;
	width: 100%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact_form input {
	height: 20px;
	width: 100%;
	padding: 5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left: 100px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea {
	border: 1px solid #000000;
	border-radius: 2px;
	color: #FFF;
	font-size: 14px;
	padding-right: 30px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 50px;
	background-color: rgba(136,0,0,1);
}
.contact_form input:focus, .contact_form textarea:focus {
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
	background-color: #880000;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
	font-family: "Roboto Medium";
	font-weight: 300;
	line-height: 1;
	color: #FFF;
	border: 1px solid rgba(0,0,0,1);
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-left: 25px;
	width: 70%;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #000000;
}
button.submit:hover {
	opacity: 0.3;
	cursor: pointer;
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset;
	background-color: rgba(0,0,0,1);
}
#contenido #cabecera #botonera #texto #gracias {
	float: left;
	width: 80%;
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
	font-family: "Roboto Medium";
	font-size: 130%;
	color: rgba(255,102,102,1);
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5%;
	text-align: left;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(225,0,0,1);
	border-bottom-color: rgba(225,0,0,1);
}
