/* Estilos particulares para la sección "inicio" */

@media screen {
    /* Typography */
    .entry-content {
        font-size: 1.1em;
    }

    .entry-title {
        margin-bottom: 1em;
    }

    .entry-content p {
        margin-bottom: 1.5em;
    }

    [role="article"] {
        border-bottom: none;
    }

    /* Layout */
    .container {
        margin: 0 auto;
    }
    .wrapper .subtitulo,
    .container {
        width: 90%;
    }

    /* En la página de inicio no mostramos la nube de etiquetas */
    #nube_de_etiquetas {
        display: none;
    }

}

/* PC */
@media only screen and (min-width: 1024px) {

    /* Layout */
    .container {
        margin: 0 auto;
    }
    .wrapper .subtitulo,
    .container {
        width: 75%;
    }
    .wrapper .subtitulo {
        margin-left: 27%;
    }

    [role="complementary"] {
        width: 22%;
    }

    [role="main"]   {
        width: 65%;
    }

} 
