/* +--------------------------------------------------------------------------------------------+ */
/* |     header                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */

#header {
    width: 840px;
	height: 90px;
	margin: 0;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 180px;
}

	#logo img {
	    padding: 27px 0px 0px 20px;
    }

#banner {
	float: left;
    width: 360px;
}

	#banner a {
        margin: 0px 0px 0px 0px;
    }
/* NUEVO */
.usuarios {
    float: left;
	width: 265px;
	/*height: 62px;*/
	padding: 14px 0px 0px 20px;
	border-left: 1px solid #bcbec0;
}
/* FIN NUEVO */

#usuarios_off {
    /* display: none; */
}

#usuarios_on {
	/* display: none; */
}


	.usr_opc {
        font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
		display: block;
    }

	.usr_opc a {
        text-decoration: none;
		color: #c0c1c4;
    }

/* NUEVO */
    .usr_opc a:hover {
        text-decoration: none;
		color: #82838a;
    }

/* FIN NUEVO */

	.usr_opc img {
        padding: 0px 6px 0px 0px;
    }

	#user_acc {
        font-size: 11px;
		font-weight: bold;
		color: #7d7a82;
		padding: 6px 0px 0px 0px;
    }

	#user_pwd {
        color: #7d7a82;
		font-size: 11px;
		height: 20px;
    }
	#user_frase {
        color: #7d7a82;
		font-size: 11px;
		font-weight:normal;		
		padding-top:3px;
		height: 10px;
    }
/* NUEVO */
	.usr_ide, .usr_pwd {
        width: 85px;
		height: 14px;
		font-size: 11px;
		color: #7d7a82;
		padding: 2px;
		border: #bcbec0 solid 1px;
    }
/* FIN NUEVO */

	.usr_btn {
        background: url(../img/btn_entrar.jpg) no-repeat bottom;
		width: 74px;
		height: 23px;
		font-size: 12px;
		color: #ffffff;
		border: none;
		cursor: pointer;
		font-weight: bold;
    }

	#user_name {
        width: 175px;
		float: left;
		padding-top: 5px;
    }


