@charset "utf-8";
/* CSS Document */

.formulario {
	width: 450px;
	height: auto;
	float: left;
	margin-top: 11px;
	margin-bottom: 70px;
}
form {
	width: 100%;
	height: auto;
}
input , textarea {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #999999;
	height: auto;
	float: right;
	margin-top: 5px;
	width: auto;
	margin-bottom: 5px;
}
label  {
	float: left;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 3px;
	clear: right;
}
.enviar:active {
	top: 1px;
	-webkit-box-shadow: inset 1px 1px 2px 0px #666666,0 4px 3px 0 #515151;
	-moz-box-shadow: 1px 1px 1px 0px #666666,0 4px 3px 0 #515151;
	box-shadow: inset 1px 1px 2px 0px #666666,0 4px 3px 0 #515151;
	color: #FFFFFF;
	position: relative;
	background-color: rgba(249,180,0,1);
}
.enviar {
	width: 100px;
	margin-right: 0px;
	background-color: #FFFFFF;
	color: #333333;
	float: right;
	padding-top: 2px;
	height: 34px;
}
#ingresesuma {
	margin-top: 10px;
	margin-bottom: 4px;
	margin-right: 13px;
}
#entradaVerificacion {
	width: 55px;
	background-color: #FFFFFF;
	height: 27px;
	margin-top: 10px;
	margin-left: -25px;
	float: left;
}
#muestraVerificacion {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	float: left;
	margin-right: 40px;
}
.club {
	width: 90%;
}
.personacontacto {
	width: 69%;
}
.telefono {
	width: 85%;
}
.mensaje {
	width: 85%;
}
.email {
	width: 90%;
}

@media screen and (max-width:1700px){
}
@media screen and (max-width:650px){
.formulario {
	width: 100%;
}
input, textarea {
	width: 100%;
	float: left;
	margin-top: -1px;
	margin-left: 0px;
	margin-right: 0px;
}
label , .club, .personacontacto, .email, .telefono, .mensaje{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 0px;
}

}

