/*-------------------------------------------------------------Tipo de letra en el encabezado--------------------------------------------------------------------------*/

.encabezado 
{
    text-align: right;
    color: rgb(238, 227, 227);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2rem;
}

/*-------------------------------------------------------------El texto de toda la página------------------------------------------------------------------------------*/
.Texto
{
    font-size: 21px;
    text-align: justify;
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    
}

/*------------------------------------------------------------------Letra Naranja---------------------------------------------------------------------------------------*/
h2
{
    text-align: center;
    font-size: 1.7em;
    color: rgb(224, 74, 14);
    font-family: 'Courier New', Courier, monospace;
}

/*------------------------------------------------------------------Letra Azul del ASIDE--------------------------------------------------------------------------------*/
h1
{
    text-align: center;
    font-size: 2em;
    color: rgb(3, 23, 85);
    background-color: white;
    padding: 0.1em;
    font-family: 'Courier New', Courier, monospace;
}   

/*----------------------------------------------------------------Letra azul pequeña del ASIDE---------------------------------------------------------------------------*/
.LetraA
{
    text-align: center;
    font-size: 1.5em;
    color: rgb(10, 88, 214);
    background-color: white;
    font-family: 'Courier New', Courier, monospace;
}

/*----------------------------------------------------------------Letra Rosa de algunos títulos--------------------------------------------------------------------------*/

.inicio /*ES EL H3*/
{
    text-align: center;
    font-size: 32px;;
    color: rgb(212, 21, 95);
    padding: 0.1em;
    font-family: 'Courier New', Courier, monospace;
}

/*---------------------------------------------------------------Letra de las cajitas del inicio--------------------------------------------------------------------------*/
.TextoI
{
    font-size: 21px;
    text-align: justify;
    color: rgb(250, 250, 250);
    font-family: 'Courier New', Courier, monospace;
    
}