    #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:#5d5c5a;
        height: 473px;
    }
    #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 */
/* receta */
    #chef {
        color:#eb8705;
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        margin: 25px 0 0 15px;
    }
    #chef img {
        display: inline;
        vertical-align: baseline;
    }
    #resultados {
        background-color: #2f2d2b;
        width: 713px;
        position: absolute;
        left:204px;
        height: 473px;
    }
    #receta {
        margin: 10px 70px 0 10px;
        color: #9e9a9a;
    }
    #receta .separador {
        margin:0 0 20px 0;
        clear: both;
    }
    #receta img {
        margin: 0 10px 20px 10px;
        float:left;
        display: inline;
    }
    #receta h2 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
    }
    #receta .titulobloque {
        color:#eb8705;
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        margin:15px 0;
    }
    #receta .titulobloque #cuantos {
        font-style: normal;
        color: #9e9a9a;
        font-weight: normal;
        font-size: 12px;
    }

    #descripcionreceta {
        height: 324px;
        overflow: auto;
    }
    #descripcionreceta p {
        margin-bottom: 12px;
    }








/* receta */
/* buscador */
    #buscador {
        background-color: #262422;
        width: 203px;
        margin-right: 1px;
        height: 473px;
        float:left;
        color: #eb8705;
        font-weight: bold;
    }
    #buscador a:link {
        color: #acaaa7;
        text-decoration: none;
        font-weight: normal;
        padding-top: 5px;
    }
    #buscador a:visited {
        color: #83817f;
        text-decoration: none;
        font-weight: normal;
    }
    #buscador a:hover {
        color: #eb8705;
        text-decoration: none;
        font-weight: normal;
    }

    #buscador form {
        background-image: url(../images/bg_buscador.gif);
        background-repeat: no-repeat;
        height: 50px;
        position: relative;
        margin-bottom: 30px;
    }
    #buscador form input {
        background:none;
        border: none;
        padding: 1px;
        position: relative;
        top: 31px;
        left: 26px;
        width:163px;
        color: #acaaa7;
        font-size: 11px;
    }
    #buscador form img {
        position:absolute;
        top:10px;
        left:175px;
        cursor: pointer;
    }

    .inicial {
        color:#55919e;
        font-size:24px;
        font-weight: bold;
    }
    #listado {
        text-align: right;
        overflow:auto;
        width: 190px;
        height: 335px;
        padding:0 5px;
    }


/* buscador */
