/* cnav
- - - - - - - - - - - - - - - - */
html>body .cuerpo{ padding-top:4em }
.cab{ line-height: 1.5; margin: 0; font-family:verdana,sans-serif; color: #222 }
.cab{ width:100%; height:38px; background:#019D8B; border-top: 4px solid #019D8B }
html>body .cab{ position:fixed; left: 0; z-index:10; background:#019D8B url(img/bg_top.png) repeat-x scroll 0 }

/* posicion actual */
.cab a.actual{ color:#019D8B; background:#e6f0ec }

.cnav{ z-index:10; text-align:left; position:relative; }
.cnav li{ float:left; position:relative; margin:4px 0 10px }
/* Desplegables */
.cnav ul{ background-color:#ECF0F1; border-color:#fff #999 #999 #ccc; border-style:solid; border-width:1px; font-size:100%; font-weight:normal; padding-bottom: 14px }
.cnav ul li{ width:220px; position:static; margin:0 }
.cnav ul a{ display:block; padding: 0.2em 0.7em; font-weight:normal; color:#000; height:auto }
/* mostrar desplegable */
.cnav a:hover ul{ visibility:visible; z-index:10 }
.cnav li:hover ul{ visibility:visible; z-index:10 }
/* enlaces principales */
.cnav a{ text-decoration:none; color:#fff; font-weight:bold; padding: 0.3em 1em 13px }
/* ie7 only */
*+html .cnav>li>a{ padding: 11px 1em 31px; }

.cnav a{ overflow:visible; position:relative }
.cnav :hover > a{ color:#fff; background:#000 }
.cnav a:hover{ color:#fff; background:#000; text-decoration:none }
/* ocultar desplegables */
.cnav ul{ position:absolute; top:26px; left:0px; visibility:hidden }

/* enlaces salir, ver web, ... */
#salir{ float:right !important }
#salir, #salir a{ font-size:12px; font-weight: normal; color:#fff }
#salir a{ padding: 0.4em 0.5em }
#salir:hover a{ color:#fff; background:transparent }
#salir:hover a:hover{ color:#fff; background:#000 }

/* cuando estan activados editar textos o autoedicion */
.cnav .activado{ font-style: italic; color: #019D8B; background:#F7F9F9 }

/* para identificar el idioma actual */
.cab .user_ops a.actual{ font-style: italic; color:#019D8B; background:#F7F9F9 }
.cab .user_ops a.actual a.actual:hover{ color:#000; background:#F7F9F9 }

/* formulario de busqueda */
.cnav form{ margin-left: 1em }
.cnav form label { color:#fff; margin-right: 0.5em }