#acceso{background:url("/public/static/images/bg_acceso.jpg") top right no-repeat; padding:0 7px 40px 15px; width:143px; overflow:hidden; position:relative;}

/*-- titulo del modulo --*/
#acceso .title{color:#a9a9a9; text-align:right; margin:2px 0 8px 0; position:relative; font-weight:bold;}

/* -- elementos del form --*/
#acceso .formAutenticacion{overflow: hidden;}
#acceso label{color:#868686; width:46px; display:block; float:left; margin-bottom:3px;}
#acceso input{border:1px solid #d4d4d4; background:transparent; width:90px; font:9px Arial; color:#4f4f4f; padding:0 2px; margin-bottom:3px; float:left;}
#acceso .entrar{border:0px; background:transparent url("/public/static/images/button_acceso.gif") no-repeat; width:36px; height:39px; cursor:pointer; float:right;}

/* -- enlace al registrese --*/
#acceso .registrese{position:absolute; left:13px; bottom:2px; }
#acceso .registrese a{background:url("/public/static/images/vinetas.gif") no-repeat left -18px; padding-left:6px; color:#f8b308; display:block;}
#acceso .registrese a.recuperar{color:#868686;}

#acceso .bienvenido{color:#868686; margin:2px 0 12px 0; position:relative; }
#acceso .perfil{ color:#f8b308; }
#acceso .cerrar{margin:10px 0 0 0; text-align: right;}
#acceso .cerrar a{background:url("/public/static/images/vinetas.gif") no-repeat left -18px; padding-left:6px; color:#a9a9a9; font-weight:bold;}
#acceso .msgError{color:red; text-align: center;}

.lineAcceso{background:transparent url("/public/static/images/line_acceso.jpg") no-repeat right; width:100%; height:1px; display:block; text-indent:-99999px; line-height:1px; }
.usuariosOnline{width:100%; background:url("/public/static/images/vinetas.gif") no-repeat left -18px; padding-left:6px; color:#576da5; display:block; margin: 3px 0;}
