    #nav1 {
        background-image: url(../images/bg_nav.gif);

    }
    #nav1 .ultimo {
        margin:0;
    }
/* grandesplatos */

    #principal {
        background-image: url(../images/bg_blog.gif);
        background-repeat: repeat-x;
        padding-top:37px;
        position: relative;
        background-color:#fff;
        height: 475px;
    }
    #principal img{
        display:block;
    }
    #titulo_seccion {
        position:absolute;
        top:21px;
        left:5px;
    }
    .titulo_bloque {
        height: 20px;
        padding:9px 0 0 22px;
        background-color: #161616;
    }

/* grandesplatos */
/* buscador */
    #buscador {
        background-color: #c3dde6;
        width: 305px;
        margin-right: 1px;
        height: 473px;
        float:left;
    }
    #buscador form {
        position: relative;
        margin:5px 0 0 16px;
    }
    #buscador form label {
        position:relative;
        background-image: url(../images/bg_buscadormapa.gif);
        background-repeat: no-repeat;
        height: 45px;
        display: block;
        margin-bottom: 2px;
        font-size: 10px;
        font-weight: bold;
        color: #444545;
    }

    #buscador form label input {
        background:none;
        border: none;
        padding: 1px;
        position: absolute;
        top: 20px;
        left: 3px;
        width:156px;
        color: #444545;
        font-size: 11px;
    }
    #buscador form label img {
        cursor: pointer;
        position:absolute;
        top:22px;
        left: 172px;
    }
    #buscador p {
        font-size: 10px;
        font-weight: bold;
        color: #444545;
        margin:5px 0 0 16px;
    }

    #resultados {
        background-color:#fffff5;
        border: 1px solid #3d3d3d;
        overflow: auto;
        height: 343px;
        width:232px;
        margin:3px 0 0 16px;
        clear:both;
    }
    .resultado {
        margin:5px 3px 5px 10px;
    }
    .resultado strong {
        font-weight: bold;
        color:#b44818;
        display: block;
    }




/* buscador */
/* mapa */
    #mapa {
        background-color: #2f2d2b;
        width: 611px;
        position: absolute;
        left:306px;
        top:37px;
        height: 473px;
    }
    #mapa img {
        display: block;
    }







/* mapa */
