.frmLogin {
	position: relative;
	xxbackground: #ffffff url('../img/fondos/fondo_login2.jpg') repeat-y center;
	background: #CDE2F3;
	width: 370px;
	text-align: left;
	float: left;
	margin: 0;
	margin-left: 40px;
	border-spacing: 0;
	width: 420px;
}

.borderLogRegTop, .borderLogRegBottom {
	xbackground: #ffffff url('../img/fondos/fondo_login_top2.JPG') no-repeat center bottom;
	background: #CDE2F3;
	width: 100%;
	height: 13px;	
}

.borderLogRegBottom {
	background: #CDE2F3;
	xbackground: #ffffff url('../img/fondos/fondo_login_bottom2.jpg') no-repeat center top;	
}

.borderLogRegMiddle{
	/*background: #ffffff url('../img/fondos/fondo_login2.jpg') repeat-y center;*/	
}

#formulario_registro{
	float: right;
	z-index: 0;
	_z-index: -1;
	margin-right: 40px;
}

.frmLogin .top, .frmLogin .bottom{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 13px;
	background: #ffffff url('../img/fondos/fondo_login_top2.jpg') no-repeat center bottom;
}

.frmLogin .bottom{
	background: #ffffff url('../img/fondos/fondo_login_bottom2.jpg') no-repeat center top;
	clear: both;
}

.frmLogin .op{
	margin: 10px 30px;
}
div.errores-log-reg  label{
 	margin-top: 5px;
	display: block;
	xwxidth: 150px;
	xfloat: left;
}

label {
 	margin-top: 5px;
	display: block;
	width: 150px;
	float: left;
}

input {
	margin: 2px 0;
 	margin-top: 5px;
	display: block;
	width: 195px;
	float: left;
	height: 20px;
}
input[type="radio"]{
	width: 15px;
	margin-right: 5px;
	      
}
label.radio{
	width: 78px;
	cursor: pointer;
}
input.radio{
	float: none;
	width: 10px;
	display: inline;	
}
.submitTbl {
	clear: both;
	width: 300px;
	float: right;
	margin: 10px 38px 0 0;
	_margin-right: 20px;
}

.submitTbl td{
	text-align: right;
}

.submitTbl .errorContent{
	text-align: left;
	width: 200px;
	margin-right: 15px;
}

.frmLogin div.error {
	/*margin-left: 150px;*/
	color: red;
/*	clear: left;*/
}

input.error {
	border: solid 1px;
}

.send_msg{
	float: right;
}

div.send_msgDiv{
	position: relative;
	clear: both;
}

#msgRegistro {
	display:none;
}

.winContent {
	margin: 10px;
	width: auto;
	_width: 480px;
	_overflow: hidden;
	height: 170px;
	background-color: #fff;
	text-align: left;
	border: solid 1px #aaaaaa;
}

.winContent div {
	width: auto;
	margin-top: 15px;
}

.winContent table {
	width: 100%;
	margin-top: 15px;
}

.winContent table td{
	vertical-align: top;
	width: 50%;
}

.winContent input{
	display: block;
}

.winContent input {
	_width: 200px;
	_margin-bottom: 2px;
	margin-right: 20px; 
}

.winContent input[type="text"] {
	width: 200px;
	margin-bottom: 2px;
}

.popUpClose {
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.popUpContentColse{
	text-align: right;	
}

.popUpWin {
	top: -1px;
	background-color: #cccccc;
	position: absolute;
	overflow: hidden;
	z-index: 10;
}

#recuperoPassword td {
	text-align: left;
}

#recuperoPassword label {
	display:block;
	float: none;
	margin: 0px;
	width: 300px;
}
#recuperoPassword .errorContent {
	margin: 0;
}



div.antispam {
	clear: both;
	margin-right: 10px;
}

img.antispam {
	xfloat: right;
	margin: 5px;
}

label.antispam {
	/*float: right;*/
	xmargin-right: 10px;
}

input.antispam {
	float: right;
	width: 50px;
}

/****************************************/
/* Estilos para los mensajes al usuario */
/****************************************/

#mensajeRegistro h1{
	font-size: 25px;
	color: #0066CC;
	font-weight: bold;
}

#mensajeRegistro h2{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
	
}

#mensajeRegistro h4{
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
}

#mensajeRegistro h5{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

/****************************************/
/* FIN Estilos para los mensajes al usuario */
/****************************************/


