@charset "utf-8";
/* CSS Document*/




body{
    background-color:#DDF1FE;
}


#encabezado{
        width: 300px;
        background-color: #81BEF7;
        text-align: left;
        font-size: 26px;
        font-family: 'Sansita';
        font-color: #000000;
}

#tabla{
        margin-left: 10px;
        margin-right: 30px;
        width: 70%;
        margin-top: 50px;
        border: 1px solid #81BEF7;
        text-align: left;
        background-color: #DDDDE1;
        border-radius: 15px;
}

#tabla th{
        text-align: center;
        font-size: 28px;
        font-family: 'Dosis';
        font-color: #000000;
        background-color: #81BEF7;
        border: 2px solid black;
        border-radius: 15px;
}

.derecha {
        text-align: center;
}

.izquierda{
        padding-left: 10px;
}


#pie{ 
        font-size: 20px;
        color: #4562F1;
        font-family: 'Dosis';

}


