/* CSS Document */
/*#######################################
			REGISTRO DE USUARIO
########################################*/
	#ctrl_usuario{
		position:relative;
		float:right;
		margin-right:25px;
		width:255px;
		height:160px;
		background:url(../../images/default2/base_registro.gif) top left no-repeat;
		z-index:5;
	}
	*>#ctrl_usuario{
	  margin-right:50px;
	  /*background:url(../../images/default2/base_registro.png) top left no-repeat;
	  		*background:url(../../images/default2/base_registro.gif) top left no-repeat;*/
	  background:url(../../images/default2/base_registro.gif) top left no-repeat;

	}
		#ctrl_usuario ul{
			list-style-type:none;
			position:relative;
			clear:both;
			height:30px;
			width:228px;
			padding:0 0 0 10px;
			margin:-5px 0 0 0;
		}
		
			#ctrl_usuario ul li.input{
				margin: 0;
				float:left;
				position:relative;
				width:145px;
				height:20px;
				z-index: 100;
				margin-bottom:0px;
			}
			*>#ctrl_usuario ul li.input{
			    margin:0 0 5px 0;
			}
				#ctrl_usuario ul li.input input{
					background-color:#a6d2df;
					border:1px solid #fff;
					font-size:11px;
					color:#1d7088;
					text-align:center;
					width:110px;
					float: left;
				}
				*>#ctrl_usuario ul li.input input{
					width:120px;
				}
			#ctrl_usuario ul li.label{
				display:block;
				float:left;
				position:relative;
				width:53px;
				height:20px;
				margin-bottom:20px;
			}	
			*>#ctrl_usuario ul li.label{
				width:73px;
			}
				#ctrl_usuario ul li.label label{
					color:#dafb5a;
				}
			#ctrl_usuario ul li.acceder{
				float:left;
				position:relative;
				width:100%;
				clear: both;
				height:20px;
				padding-top: 5px;
				margin:0px 0 0 0;
				text-align:center;
			}
			*>#ctrl_usuario ul li.acceder{
			      margin:0px 0 5px 0;
				  *margin:10px 0 5px 0;
			}
				#ctrl_usuario ul li.acceder input{
					background:url(../../images/default2/candado_acceder.gif) top left no-repeat;
					color:#fff;
					font-size:11px;
					padding:4px 0 0 20px;
					text-decoration:none;
					border:0;
					cursor:pointer;
				}

			#ctrl_usuario ul li.nuevo_usuario{
				display:block;
				float:left;
				position:relative;
				width:40%;
				height:22px;
				width:100px;
				margin:5px 0 10px 0;
			}				
				#ctrl_usuario ul li.nuevo_usuario a{
					background:url(../../images/default2/nuevo_usuario.gif) top left no-repeat;
					color:#fff;
					font-size:10px;
					padding:4px 0 0 20px;
					text-decoration:none;
				}
				#ctrl_usuario ul li.nuevo_usuario a:hover{
					border-bottom:1px dotted #fff;
				}
			#ctrl_usuario ul li.separador{
				display:block;
				float:left;
				color:#FFFFFF;
				width:12px;
				text-align:center;
				padding-top:5px;
			}				
			#ctrl_usuario ul li.recordar_pass{
				display:block;
				float:left;
				position:relative;
				width:110px;
				height:22px;
				margin:0px 0 10px 0;
			}				
				#ctrl_usuario ul li.recordar_pass a{
					display:block;
					background:url(../../images/default2/llave.gif) top left no-repeat;
					color:#fff;
					height:18px;
					font-size:10px;
					padding:4px 0 0 20px;
					text-decoration:none;
				}
				#ctrl_usuario ul li.recordar_pass a:hover{
					border-bottom:1px dotted #fff;
				}				

				#ctrl_usuario .form_error{
					font-size:9px;
					color: #1C5555;
					clear: both;
					height:11px;
					text-align:center;
					margin-top:25px;
				}
				#ctrl_usuario .form-row{
					float:left;
					margin: 0;
					padding: 0;
					margin:0px;
					height:10px;
					width:auto;
				}
				#ctrl_usuario #sf_guard_auth_form{
					border: 0;
					float: left;
					position: relative;
					height: 90px;
					width: auto;

				}
				#ctrl_usuario #sf_guard_auth_form form{
					position: relative;
					float: left;
					margin-left: 5px;
					margin-top: 0;
					height: 90px;
				}
				*>#ctrl_usuario #sf_guard_auth_form form{
					margin-top: 30px;
				
				}
				
				#ctrl_usuario #sf_guard_auth_form fieldset{
					border: 0;
					float: left;
					height: 50px;
					position: relative;
				}
				
				#ctrl_usuario #sf_guard_auth_forgot_password{
					display: block;
				}
				#ctrl_usuario #sf_guard_auth_remember{
					
					display: block;
				}
/*************************************USUARIO LOGUEADO*********************************/
		#ctrl_usuario p.usuario{
			display:block;
			clear:both;
			position:relative;
			width:110px;
			height:16px;
			margin:25px 0 10px 18px;
			color:#dafb5a;
		}	
		#ctrl_usuario p.bienvenida{
			display:block;
			clear:both;
			position:relative;
			width:215px;
			height:auto;
			margin:5px 0 10px 18px;
			color:#fff;
		}
				#ctrl_usuario a.cerrar{
					background:url(../../images/default2/candado_acceder.gif) 60px 0 no-repeat;
					color:#fff;
					font-size:11px;
					padding:4px 0 0 90px;
					text-decoration:none;
				}	
			

