@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Lobster');

  body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }

    header{
        max-width: 100%;
        height: auto;
        background-color: #0F073B;
        text-align: center;
        padding: 20px 0px;
    }
    header h1{
        font-family: 'Lobster', cursive;
        font-weight: 200;
        color: #fff;
        font-size: 2.5rem;
        width: 320px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        padding-top: 10px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 30px;
    }
    header h2{
        display: block;
        text-align: left;
        color: #fff;
        margin: 0;
    }


    /* Contenedores*/
    .wrap{
        max-width: 1000px;
        height: auto;
        margin: 0 auto;
    }

    .container{
        max-width: 1000px;
        height: auto;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    aside{
        max-width: 330px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    
    aside .box{
        width: 350px;
        height: auto;
        display: block;
        margin: 50px 0px 50px 20px;
        border-bottom: 1px solid #766B6B;
        padding-bottom: 20px;
        display: block;
        text-align: center;
    }
    aside .box img{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    aside .box a{
        display: block;
        line-height: 2rem;
        text-decoration: none;
        color: #0F073B;
    }


    /* Fin de contenedores*/

    /* Elementos de portada */

    section{
        max-width: 100%;
        height: auto;
        display: block;
        margin: 120px auto;
        padding: 0;
        text-align: center;
    }

    section article{
        position: relative;
        width: 247px;
        height: 300px;
        margin: 0px 24px 50px 0px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: top;
        padding: 25px;
        box-sizing: border-box;
        border: 1px solid black;
    }

    .titulo{
        position: absolute;
        top: 12px;
        margin: 0 !important;
        padding: 0;
        line-height: 0;
    }
    .titulo a{
        text-decoration: none;
    }

    section article img{
        width: 200px;
        height: 250px;
        overflow: hidden;
    }

    section article:last-child{
        margin-right: 0px;
    }


    /* Fin => Elementos de portada */


    /* Para contenido de cada documento*/
    article{
        max-width: 1000px;
        height: auto;
    }
    article h1, p{
        font-family: 'Quicksand', sans-serif;
        font-size: 1.3rem;
        text-align: justify;
    }
    article p{
        line-height: 2.3rem;
        margin: 0;
        padding: 0;
    }
    article span{
     font-style: italic;   
    }

    .underline{
        font-style: normal;
        text-decoration: underline;
    }
    .underline_italic{
        font-style: italic;
        text-decoration: underline;
    }

    .sangria{
        margin-left: 50px;
    }
    .sangria2{
        margin-left: 100px;
    }
    .sangria3{
        margin-left: 150px;
    }
    .sangria4{
        margin-left: 200px;
    }


    .indent{
        text-indent: 50px;
    }
    .indent2{
        text-indent: 100px;
    }
    .indent3{
        text-indent: 150px;
    }
    .indent4{
        text-indent: 200px;
    }

    .cita{
        margin: 20px 0px 5px 50px;
        font-size: 1.1rem;
        line-height: 2.1rem;
    }


    .apa{
        margin-left: 50px;
        text-indent: -50px;
    }

    .right{
        text-align: right;

    }
    .center{
        text-align: center;
    }
    #notas p{
        font-size: 1rem;
    }
    #nota{
        text-decoration: none;
        color: #2A17B1;
        font-weight: bold;
        font-size: 0.9rem;
    }
    /* Columnas ajustables*/

    .row{
        max-width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    .col{
        max-width: 45%;
        height: auto;
        margin-right: 9%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .col:last-child{
        margin-right: 0%;
    }
    .col p{
        min-width: 350px;
    }
    /* Fin de columnas ajustables */



    /* Fin => Para contenido de cada documento*/

    footer{
        max-width: 100%;
        height: 150px;
        background-color: #0F073B;
    }