/* =============== TOGGLE AYUDA ES  =============== */

.invisible {
background:#66cc00 none repeat scroll 0;
color:#fff;
font-size:14px;
line-height:1.2em;
padding:5px;
display:none;
}
.invisible a {color:#fff; font-weight:bold; text-decoration:underline; }

input#ayudaes {
background:#66cc00 none repeat scroll 0;
color:#FFFFFF;
padding:0 3px;
}

input#ayudaes:hover {
background:#0099CC none repeat scroll 0;
}

/* =============== C A B E C E R A  =============== */

/* CABECERA MENUS */

#cabecera {
height: 112px;
margin: 0 0 60px 0;
}

#logo {
width: 353px;
margin-bottom:4px;
padding-top:6px;
}

#logo h1 {font-size:1%;
text-indent:-9999px;}

#logo a {
background:transparent url(img/logo_anle4.gif) no-repeat scroll 0 50%;
display:block;
height:94px;
width:500px;
}

#cabecera ul {
/* float:left; */
min-height:24px;
}

#cabecera ul li {
float:left;
margin-right:30px;
}

#cabecera ul li.last {
float:right;
margin:0;
}
#cabecera ul li.last a {color:#ccc;}
#cabecera ul li.last a:hover {color:#66cc00;}

#cabecera .menu {
width:100%;
border-top: 1px solid #a5cdda;
border-bottom: 1px solid #a5cdda;
padding: 2px 0;
}

#cabecera .menues {
color:#000000;
display:block;
float:none;
font-size:90%;
height:15px;
}
.invisible #cabecera ul.menues {height:15px !important;}

.telf {
color:#777777;
font-size:90%;
margin:76px 0 0 790px;
position:absolute;
}

/* =============== L O G - I N  =============== */

#login {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:#E5F1D8 none repeat scroll 0 50%;
color:#555555;
float:right;
font-size:80%;
height:36px;
line-height:1em;
padding:10px 0 0 0;
width:440px;
}
#login .centrado {width:400px;}
#login input {
margin-right:15px;
width:80px;
}
#login input.entrar {
width:40px;
margin-right:15px;
}
#login-registrado {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background:#E5F1D8 none repeat scroll 0 50%;
color:#555555;
float:right;
font-size:80%;
height:36px;
line-height:1em;
padding:0px 0 0 0;
width:440px;
}
#login-registrado li.user {background:url(img/ico_user.png) no-repeat left;padding-left:19px;}
#login-registrado li.user_out {background:url(img/ico_user_out.png) no-repeat left;padding-left:19px;}