/* registros */

.reg_login{
	margin:10px 0px 0px 0px;
	padding:0px;
}
.reg_login label{
	display:block;
	float:left;
	width:70px;
}
.reg_log_usuario{
	display:block;
}
.reg_log_clave{
	display:block;
}
.reg_log_usuario input, .reg_log_clave input{
	background:#8635B6;
	border:1px solid #FFD232;
	margin-bottom:5px;
	width:150px;
	color:#FFD232;
}

.reg_login input.reg_entrar{
	margin:5px 0px 5px 70px;
}
.reg_login input.reg_recordar{
	margin:5px 0px 5px 5px;
}

.reg_opciones{
	margin-top:4px;
}

.reg_opciones a:link, .reg_opciones a:visited{
	padding-left:10px;
	margin-right:15px;
	background-image:url(../img/flechilla.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color:#354c8c;
}
.reg_opciones a:hover{
	text-decoration:underline;
	color:#ff6600;
}


#reg_error ul{
	margin:0px;
	margin-bottom:15px;
	font-size:11px;
	padding:10px;
	color:#C49BDC;
	background:#631A8F;
	border-top:1px solid #58177F;
	border-bottom:1px solid #58177F;
}

#reg_error ul li{
	margin:2px 0px 2px 0px;
}

#reg_registro td{
	padding-top:5px;
}

.reg_adicionales{ margin-top:15px; }
.reg_columna1{ width:150px; /* color:#CCCCCC; */ }

table.reg_personales th, table.reg_adicionales th{
	text-align:left;
	padding-bottom:10px;
	font-weight:bold;
	color:#ffd232;
}


.reg_email, .reg_apellidos, .reg_razon, .reg_direccion, .reg_razon{
	width:95%;
}

#reg_registro input{
	background:#8635B6;
	border:1px solid #FFD232;
	color:#FFD232;
}
#reg_registro input.reg_fallo{
	background:#8635B6 url(../img/reg_fallo.gif) top right no-repeat;
	border:1px solid #FFD232;
	color:#FFD232;
}


#reg_registro input.reg_telefono2, #reg_registro input.reg_poblacion, #reg_registro input.reg_razon{
	background-color:#ad45eb;
}
#reg_registro input.reg_sexo{
	border:none;
	background:none;
}
.reg_fila_dni{ display:none; }