/*stylesheet*/
:root {
    --soft-blue: #5ca5f0;
    --brown-grey: #8b8b8b;
    --white: #ffffff;
    --white-two: #f8f8f8;
    --white-three: #fdfdfd;
    --very-light-blue: #ebedf0;
    --brownish-grey: #6b6b6b;
    --brownish-grey-two: #606060;
    --dark-sky-blue: #4a90e2;
    --very-light-pink: #d8d8d8;
    --brown-grey-two: #8c8c8c;
    --sky-blue: #5bb0ff;
    --greyish-brown: #4a4a4a;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: --very-light-blue;
    color: #333;
    margin-left: 0;
}
.contenedor{
    max-width: 1024px;
    max-height: 786px;
    border-radius: 8px;
    padding-top: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.titulo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
}
.titulo b{
    font-weight: 900;
    color: #50a7ff;
}
.mini-titulo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    color: #50a7ff;
}
.leyenda{
    height: 20px;
    width: 100%;
    background-color: #50a7ff;
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 15px;
    text-align: left;
    color: #ffffff;
}
.texto-tabla{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}
.texto-tabla-head{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #50a7ff !important;
}
.texto-tabla-caption{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
}
.texto-tabla-subitem{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.divider{
    max-width: 460px;
    height: 2px;
    border: solid 1px #d9d9d9;
    margin-top: 11px;
    margin-bottom: 12px;
}