/*Globales*/
*{
    box-sizing: border-box;
    margin: 0px;
    align-self: center;
   
}
/*Index*/

    /*Menu superior*/
    #TopMenu{
        max-height: 1.75cm;
        display: flex;
        padding-left:.5cm;
    }

    .bi{
        font-size: 1cm; 
    }
    #modoBtn > button {
        background: none;
        border: none;
        height: 100%;
        padding-left: 1cm;
    }
#principal{
    float: right;
    width: calc(100% - 6cm);
}
    /*Menu de navegación*/
        nav{
        float: left;
        width: 6cm;
        height: 20cm;
        padding: .5cm;
        }
        a{
            font-family: century gothic;
            font-size: 18pt;
            clear: both;
            line-height: 40pt;
            text-decoration: none;
            margin: 0px;
        }   
    /*Iframes*/
        iframe{
            border: none;
            height: 20cm;
            width: 100%;
        }
        /*contenidos*/
            h1{
                text-align: center;
                Font-family: Copperplate, Copperplate Gothic Light, fantasy;  /*aun debo corregir esta fuente*/
                padding-bottom: 14pt;
                padding-top: 20pt;
                margin: -20px;
                margin-bottom: 10px;
            }
            h2{
                text-align: center;
            }
            p, li{
                font-family: century gothic;
                font-size:14pt;
                line-height: 1.5;
                text-align: justify;
                padding-bottom: 10pt;
            }
            p + p {
                text-indent: 1.5em;
            }






    