@charset "utf-8";
/* CSS Document */

input[type="text"], input[type="password"], input[type="textarea"], select, textarea {
	-moz-appearance: none;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
	padding: 8px 10px;
	transition: all 0.2s ease 0s;
}
#captcha {
	clear: both;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="textarea"]:focus, select:focus, textarea:focus {
	border-color: #FF7B00;
	box-shadow: 0 0 15px rgba(190, 4, 17, 0.3);
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="textarea"]:disabled, select:disabled, textarea:disabled
{
	background:#eee;
}
.recargar_captcha{
	background:url(../imagenes/btn_recarga.svg) no-repeat center center #F4F4F4;
	border: 1px solid #ccc;
	float:left;
	height: 46px;
	margin-left: -7px;
	text-indent: -9999px;
	width: 46px;
}
.seguridad{
	float:left;
	margin-right:19px;
}