/* generales */
    * {
      margin: 0;
      padding: 0;
    }
    ul {
        list-style: none;
    }

    body {
      background-color: #E7E7E7;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
    }
    .limpia {
      height: 1px;
      visibility: hidden;
      clear: both;
      overflow: hidden;
      line-height: 20px;
    }
    .separador {
        background-image: url(../images/bg_separador.gif);
        margin:3px 2px 5px 2px;
        display: block;
        line-height: .2em;
        height: 2px;
        overflow: hidden;
    }
	
    #c3swf {
	          background-color: #000000;
    }


    #contenedor {
          background-color: #fbfbf5;
          width: 918px;
          margin:5px auto 0 auto;
          padding:2px 2px 0 2px;
          position: relative;
    }
/* generales */
/* cabecera */

    #cabecera {
      background-image: url(../images/bgcabecera.gif);
      background-repeat: repeat-x;
      height: 86px;
      position: relative;
    }
    #logo {
        position: absolute;
        top: 12px;
        left: 24px;
    }
    #alertabarra {
        position:absolute;
        color:#fff;
        top:23px;
        right:350px;
        font-weight: bold;
        width: 200px;
    }
    #idiomas {
        position:absolute;
        color:#ebab24;
        top:23px;
        right:30px;
        font-weight: bold;
    }
    #idiomas a {
        color:#fff;
        font-weight: bold;
        text-decoration:none;
        display:block;
    }
    #inscribete {
        position:absolute;
        color:#f99d27;
        top:23px;
        right:165px;
        font-weight: bold;
        width: 200px;
    }
    #inscribete strong {
        color: #fde0bb;
    }

    #inscribete a:link, #inscribete a:visited {
        color:#fff;
    }
    #inscribete a:hover {
        color:#fde0bb;
    }
    #info {
        font-size: 9px;
        font-weight:bold;
        color:#bdb697;
        position:absolute;
        top:68px;
        left:5px;
    }
    #info img, #migas img {
        vertical-align: middle;
    }
    #migas {
        font-size: 9px;
        position: absolute;
        top:68px;
        left:203px;
    }

    #estasen {
        color: #c55912;
    }
    #ruta {
        color: #990829;
    }
    #ruta a:link {
        color: #61584b !important;
    }
    #ruta a:visited {
        color: #61584b !important;
    }
    #ruta a:hover {
        color: #61584b !important;
    }





/* cabecera */
/* navegacion 1 */

    #nav1 {
      height:36px;
      background-image:url(../images/bg_nav.gif);
      background-repeat: no-repeat;
      background-position: right;
      position: relative;
      z-index: 200;
    }
    #nav1 img {
        display: block;
        float:left;
        margin-right: 1px;
    }
    #nav1 a.ultimo {
        margin-right: 0;
    }




/* navegacion 1 */
/*pie*/

#pie {
    height: 30px;
}



/*pie*/

#footer {
    background-image: url(../images/popup/bg_footer.gif);
    background-repeat: repeat-x;
    height: 47px;
    clear:both;
    display: inline-block;
    position: relative;
}
#footer #avisolegal {
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    text-decoration: underline;
    padding: 0 30px;
}

#footer #newsletter {
    background-color:#8A220E;
    border-left:1px solid #FFFFFF;
    height:23px;
    padding:4px 150px 0pt 10px;
    position:absolute;
    right:0pt;
    top:0pt;
}
#footer #newsletter input {
    border:1px solid #c7c7c7;
    font-size:11px;
    padding: 2px;
    margin: 0 5px;
}
#footer #newsletter input.boton {
    background:transparent;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:11px;
}
#newsletterswf {
    position:absolute;
    right:0pt;
    top:0pt;
}

/*elementos*/
    .titulo_bloque {
        height: 20px;
        padding:9px 0 0 22px;
        background-color: #161616;
    }
    .volver {
        height: 20px;
        background-color: #161616;
        display: block;
        position: absolute;
        left:550px;
        top:9px;
    }
/*desplegable cumbres*/

#despcumbres {
    color:#FFFFFF;
    left:0;
    opacity:0.7;
    filter:alpha(opacity=70);
    position:absolute;
    top:37px;
    width:203px;
    z-index:2000;
    display:none;
}
#despcumbres li {
    cursor:pointer;
    padding: 5px;
    text-align: center;
    font-size:18px;
    background-color:#000000;
    border-bottom: 1px solid #464646;
}