/* =============================================================================
   A PARTIR DE AQUÍ ES LO QUE SE VE EN UN MÓVIL EN POSICIÓN HORIZONTAL
   ========================================================================== */

@media only screen and (min-width: 600px) {
/* @media only screen and (min-width: 30em) { */

    h3 {
        font-size: 1.25em;
    }

    blockquote {
        float: right;
        margin: 0 0 .875em .875em;
        width: 42.905405405405%;
    }

    [role="complementary"] input[type="search"] {
        width: 60%;
    }

    /* Código coloreado con Geshi y metido a pelo con bc. o pre. */
    .javascript,
    .php,
    .bash,
    .ini,
    .python,
    .sql,
    .html5
    pre {
        width: 80%;
    }

    /*  Ajustamos el menú de navegación y la cabecera  */
    header,
    header.logueados {
        height: 94px;
    }

    h1.entry-title  {
        font-size: 1.3em;
    }

    /* Ajustes para el menú de navegación  */
    [role="navigation"] {
        top: 55px;
        width: 55em;
    }

    nav ul.section_list {
        width: 38em;
    }

    /* Las imágenes de los resúmenes y de los artículos las mostramos para resoluciones a partir de móviles en posición horizontal */
    img.excerpt_image,
    img.article_image {
        display: inline;
    }
    
}
