.formulario {
	float:left;
	width:600px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#474747;
	font-size:12px;
	margin-left:35px;
	margin-top:25px;
}
.formulario .leyenda {
	font-size:11px;
	margin-bottom:15px;
}
.formulario .leyenda .red {
	color:#F00;
}
.formulario .leyenda a {
	color:#4088B8;
	text-decoration:none;
}
.formulario .leyenda a:hover {
	color:#4088B8;
	text-decoration:undeline;
}
.formulario .campotxt {
	float:left;
	width:180px;
	text-align:right;
	margin-left:10px;
	margin-top:10px;
}
.formulario .campoinput {
	float:left;
	width:390px;
	margin-left:10px;
	margin-top:10px; /*height:55px;*/
}
.formulario .campoinput .informacion {
	font-size:10px;
	float:left;
	line-height:10px;
	margin-top:3px;
}
.formulario .campoinput .hombre {
	float:left;
	line-height:10px;
	margin-top:3px;
}
.formulario .campoinput .mujer {
	float:left;
	line-height:10px;
	margin-top:3px;
	margin-left:5px;
}
.formulario .campoinput .cuadro {
	float:left;
	line-height:10px;
	margin-top:5px;
	margin-left:5px;
	width:100px;
}
.formulario .campoinput .error {
	font-size:10px;
	float:left;
	margin-left:5px;
	color:#F00;
}
.formulario .campoinput .informacion a {
	color:#4088B8;
	text-decoration:undeline;
}
.formulario .campoinput .input {
	width:200px;
	height:20px;
	border:1px solid #2483ac;
	padding-left:3px;
	padding-right:3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	float:left;
}
.formulario .campoinput .fecha1 {
	width:15px;
	height:15px;
	padding-top:10px;
	border-bottom:1px solid #2483ac;
	border-left:none;
	border-right:none;
	border-top:none;
	padding-left:3px;
	padding-right:3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	text-align:center;
}
.formulario .campoinput .fecha {
	width:30px;
	height:15px;
	padding-top:10px;
	border-bottom:1px solid #2483ac;
	border-left:none;
	border-right:none;
	border-top:none;
	padding-left:3px;
	padding-right:3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	float:none;
	text-align:center;
}
.formulario .campoinput textarea {
	width:150px;
	height:50px;
	float:left;
	border:1px solid #2483ac;
	padding-left:3px;
	padding-right:3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
}
.formulario .campoinput select {
	width:150px;
	height:20px;
	border:1px solid #2483ac;
	padding-left:3px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
}
.formulario .botones {
	width:280px;
	height:30px;
	margin:20px auto;
}
/*.formulario .botones*/ a.bt_cancelar {
	background:url(../images/bt-cancelar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:74px;
	height:18px;
	float:left;
	margin-top:10px;
}
/*.formulario .botones*/ a.bt_cancelar:hover {
	background:url(../images/bt-cancelar-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*.formulario .botones*/ input.bt_enviar {
	background:url(../images/bt_enviar.png);
	border:none;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:74px;
	height:18px;
	float:right;
	margin-left:5px;
	margin-top:10px;
}
.bt_enviar {
	background:url(../images/bt_enviar.png);
	border:none;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:74px;
	height:18px;
	float:right;
	margin-left:5px;
	margin-top:10px;
}
/*.formulario .botones*/ a.bt_continuar {
	background:url(../images/bt-continuar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:84px;
	height:18px;
	float:right;
	margin-top:10px;
}
/*.formulario .botones*/ a.bt_continuar:hover {
	background:url(../images/bt-continuar-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*.formulario .botones*/ a.bt_guardar {
	background:url(../images/bt-guardar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:84px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:8px;
}
/*.formulario .botones*/ a.bt_guardar:hover {
	background:url(../images/bt-guardar-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*.formulario .botones*/ a.bt_registrar {
	background:url(../images/bt-registrarse.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:94px;
	height:18px;
	float:right;
	margin-top:10px;
	margin-left:8px;
}
/*.formulario .botones*/ a.bt_registrar:hover {
	background:url(../images/bt-registrarse-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*.formulario .botones*/ a.bt_recuperar {
	background:url(../images/bt-recordar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:86px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:8px;
}
/*.formulario .botones*/ a.bt_recuperar:hover {
	background:url(../images/bt-recordar-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
a.bt_cambiar-contrasena {
	background:url(../images/bt-cambiar-contrasena.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:144px;
	height:18px;
	float:left;
	margin-top:10px;
	margin-left:8px;
}
a.bt_cambiar-contrasena:hover {
	background:url(../images/bt-cambiar-contrasena-on.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/*---------- Login Registrar ----------*/
.Formulario-login{
	width:870px;
	margin:0 auto;
	border-bottom:1px dashed #CCC;
	padding:25px 90px;
}

.login {
	float:left;
	width:380px;
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:12px;
	/*border:1px solid #b9b9b9;*/
}
.login .t-login {
	float:left;
	padding-left:10px;
	height:44px;
	background:url(../images/img-top-login.jpg) no-repeat center center;
	color:#FFF;
	text-transform:uppercase;
	width:370px;
	font-size:18px;
	padding-top:35px;
}
.login .middle{
	background:url(../images/img-bg-login.jpg) repeat-y  center top;
	padding:10px 20px 0;
	float:left;
	width:340px;
}
.buttomlogin{
	width:380px;
	float:left;
	background:url(../images/img-fondo-login.jpg) no-repeat center center;
	height:11px;
}
.login .campotxt {
	display:block;
	width:100%;
	height:18px;
}
.login .campoinput {
	display:block;
	width:100%;
	height:25px;
	margin-bottom:15px;
}
.login .campoinput .input {
	width:318px;
	height:20px;
	border:1px solid #aaadb4;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#686868;
	float:left;
}
.login .error {
	background:#edcaca;
	padding:8px;
	margin:10px 0;
	color:#ed4040;
	font-weight:700;
	border:1px solid #9f3f3f;
}
.login .botones {
	height:30px;
	float:right;
}
.login .botones input {
	background:url(../images/bt-login.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:32px;
	float:left;
	margin-left:5px;
	text-indent:-99999px;
	border:none !important;
	cursor:pointer;
}
.login .onboard_actions{
	float:left;
	width:340px;
	padding-top:8px;
}
.login .check_box_field{
	display:block;
	margin-bottom:15px;
	color:#737373;
}
/*---------- Registrate ----------*/
.Registrate {
	float: right;
	width:380px;
	font-family: Verdana, Geneva, sans-serif;
	color:#474747;
	font-size:12px;
	/*border:1px solid #b9b9b9;*/
}
.Registrate .t-login {
	float:left;
	padding-left:10px;
	height:44px;
	background:url(../images/img-top-registrate.jpg) no-repeat center center;
	color:#FFF;
	text-transform:uppercase;
	width:370px;
	font-size:18px;
	padding-top:35px;
}
.Registrate .middle{
	background:url(../images/img-bg-login.jpg) repeat-y  center top;
	padding:10px 20px 0;
	float:left;
	width:340px;
}
.Registrate .t-registrese  {
	color:#334B93;
	font-size:14px;
	margin-bottom:3px;
	margin-top:2px;
}
.Registrate .buttomlogin{
	width:380px;
	float:left;
	background:url(../images/img-fondo-login.jpg) no-repeat center center;
	height:11px;
}
.Registrate .botones {
	height:30px;
	float:right;
}
.Registrate ul{
	padding:10px 0;
	margin:0 0 0 30px;
	list-style-image:url(../images/bullet-nav-interna-dos.jpg);
}
.Registrate ul li{
	margin-bottom:8px;
}
.Registrate .botones a {
	background:url(../images/bt-registrate.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	width:110px;
	height:32px;
	float:left;
	margin-left:5px;
	text-indent:-99999px;
	cursor:pointer;
	border:none !important;
}
.Registrate .onboard_actions{
	float:left;
	width:340px;
	padding-top:8px;
}
.Registrate .check_box_field{
	display:block;
	margin-bottom:15px;
	color:#737373;
}
