﻿
.titCaja
{
    margin: 2px 2px 2px 2px;
    background-color: transparent;
    border-bottom: 2px solid;
    border-bottom-color: #4DABBF;

    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.titCaja:hover{
    background-color: #C4E3EA;
}

.textCaja{
    margin: 5px 2px 3px 1px;
    color: #004359;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.contenidoCaja{
    margin: 2px 2px 2px 2px;
    background-color: transparent;
    text-align:justify;

    color: #004359;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat';
}

.subCajaAjustada{
    padding-right: 3px;
    padding-left: 3px;
}

.titSubCaja
{
    margin: 2px 2px 2px 2px;
    background-color: transparent;
    border-bottom-color: #4DABBF;

    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.contenidoSubCaja{
    margin: 2px 2px 8px 2px;
    padding: 0px 10px 0px 10px;
    background: linear-gradient(to bottom, #D8EDF1, #AEDAE1);
    border-color: #004359;
    border: 1px solid;
    text-align:justify;

    color: #004359;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Montserrat';
    border-radius: 5px;
}


.cajaFormulario{
    margin: 2px 2px 8px 2px;
    padding: 30px 20px 20px 20px;
    background-color: #D8EDF1;

    border-color: #004359;
    border: 1px solid;
    border-radius: 10px;
}
