/*Tipo de letra en el encabezado*/

.encabezado
{
    text-align: right;
    color: rgb(37, 37, 37);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2rem;
}

/*El texto de toda la página*/
.Texto
{
    font-size: 21px;
    text-align: justify;
    color: rgb(0, 0, 0);
    
}
h2
{
    text-align: center;
    font-size: 1.7em;
    color: rgb(224, 74, 14);
}
h1
{
    text-align: center;
    font-size: 2em;
    color: rgb(3, 23, 85);
    background-color: white;
    padding: 0.1em;
}   

.LetraA
{
    text-align: center;
    font-size: 1.5em;
    color: rgb(10, 88, 214);
    background-color: white;
}

.inicio /*ES EL H3*/
{
    text-align: center;
    font-size: 32px;;
    color: rgb(212, 21, 95);
    padding: 0.1em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.TextoI
{
    font-size: 21px;
    text-align: justify;
    color: rgb(250, 250, 250);
    
}