﻿/*© Sociedad Española de Sistemas de Pago, S.A. (Iberpay).Reservados todos los derechos.*/
/*
    sio.css

    WEB DE INFORMACIÓN DE IBERPAY

    Estilos que afectan a partes específica de este site
*/

.imgMonitor {
    width: 250px;
}

.imgMonitorContenedor {
    text-align: center;
    padding-top: 40px;
}

.btnSIO {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: white;
    padding: 1% 2% 1% 2%;
    border: 0px solid #BFBFBF;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
    height: 30px;
    padding: 5px;
    min-width: 100px;
}

.azulSIO {
    color: #0f355a;
    background: #a6f2f7;
}

    .azulSIO:hover {
        background: #a6f2f7;
        text-decoration: none;
    }

.rojoSIO {
    font-size: 12px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    border: none;
    text-decoration: none;
    height: 25px;

    color: white;
    background: #AF120A;
}

    /*.rojoSIO:hover {
        background: #E07D7F;
        text-decoration: none;
    }*/

.verdeSIO {
    font-size: 12px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    border: none;
    text-decoration: none;
    height: 25px;

    color: white;
    background: #00B050;
}

    /*.verdeSIO:hover {
        background: #C0E1A9;
        text-decoration: none;
    }*/

.btn_Consulta {
    min-width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #172b6b;
    border-color: transparent;
    color: #FFFFFF;
    letter-spacing: normal;
    vertical-align: top;
    cursor: pointer;
    box-sizing: border-box;
}

    .btn_Consulta:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-align: left;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #c2d5eb;
        border: 2px solid #E0E0E0;
        color: #FFFFFF;
        letter-spacing: normal;
        vertical-align: top;
    }

    .btn_Consulta:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-align: left;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #c2d5eb;
        border: 2px solid #E0E0E0;
        color: #FFFFFF;
        letter-spacing: normal;
        vertical-align: top;
    }

.rbutton_config {}

    .rbutton_config input[type="radio"],input[type="checkbox"] {
        display: none;
    }

    .rbutton_config label:before {
        content: "";
        display: inline-block;
        cursor: pointer;
        text-align: center;
        font-size: 10px;
        width: 16px;
        height: 16px;
        font-weight: bold;
        box-sizing: border-box;
        border: 1px solid #0074D1;
        vertical-align:top;
        color: #0074D1;
        box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

    .rbutton_config input[type="radio"]:checked + label:before,input[type="checkbox"]:checked + label:before {
        content: "\2713";
    }

    .rbutton_config input[type="radio"]:disabled + label:before,input[type="checkbox"]:disabled + label:before {
        background-color: #EEEEEF;
    }

.control_Cons {
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #7D7D7D; /*#003366;*/
    border: 2px solid #E0E0E0;
    background-color: #F2F2F2;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

    .control_Cons option {
        background-color: #FFFFFF;
    }

.control_Config {
    font-size: 14px;
    color: #003366;
    margin-bottom: 3px;
    margin-top: 3px;
}

.label_azul_1 {
    line-height: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #0f355a;
}

.btn_azul {
    background: #BFBFBF;
    background-image: -webkit-linear-gradient(top, #BFBFBF, #BFBFBF);
    background-image: -moz-linear-gradient(top, #BFBFBF, #BFBFBF);
    background-image: -ms-linear-gradient(top, #BFBFBF, #BFBFBF);
    background-image: -o-linear-gradient(top, #BFBFBF, #BFBFBF);
    background-image: linear-gradient(to bottom, #BFBFBF, #BFBFBF);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    padding: 1% 2% 1% 2%;
    border: none;
    text-decoration: none;
}

    .btn_azul:hover {
        background: #00B0F0;
        background-image: -webkit-linear-gradient(top, #00B0F0, #00B0F0);
        background-image: -moz-linear-gradient(top, #00B0F0, #00B0F0);
        background-image: -ms-linear-gradient(top, #00B0F0, #00B0F0);
        background-image: -o-linear-gradient(top, #00B0F0, #00B0F0);
        background-image: linear-gradient(to bottom, #00B0F0, #00B0F0);
        text-decoration: none;
    }

.btn_azul_check {
    background: #00B0F0;
    background-image: -webkit-linear-gradient(top, #00B0F0, #00B0F0);
    background-image: -moz-linear-gradient(top, #00B0F0, #00B0F0);
    background-image: -ms-linear-gradient(top, #00B0F0, #00B0F0);
    background-image: -o-linear-gradient(top, #00B0F0, #00B0F0);
    background-image: linear-gradient(to bottom, #00B0F0, #00B0F0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    padding: 1% 2% 1% 2%;
    border: none;
    text-decoration: none;
}

.subtituloSIO {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #0f355a;
    padding: 5px;
    padding-top:30px;
}

.destacadoSPF {
    padding: 5px;
    font-family: Arial;
    font-size: 14px;
    color: black;
    font-weight:bold;
    text-align: justify;
}

    .destacadoSPF span {
        font-family: Arial;
        font-size: 14px;
        text-align: justify;
        font-weight: normal;
        color:#404040;
    }

.parrafoSIO {
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
    text-align: justify;
}

    .parrafoSIO ul {
        padding-left:15px;
        list-style-type: disc;
        list-style-position: outside;
        color: #0f355a;
    }

        .parrafoSIO ul > li {
            padding: 5px 0 5px 0;
        }

        .parrafoSIO ul li ol li {
            padding: 5px;
        }

    .parrafoSIO span {
        color: #404040;
    }

.notaSIO {
    font-family: Arial;
    font-size: 12px;
    padding: 5px 0 5px 0;
    text-align: justify;
}



/*+++++*/
.bullet5 {
    padding: 2% 5% 0% 5%;
    color: #404040;
    font-size: 13px;
}

    .bullet5 li {
        font-size: 13px;
        font-weight: bold;
        list-style-type: lower-roman;
        list-style-position: outside;
        text-align: justify;
        padding-bottom: 1%;
        margin-left: 2.5%;
    }

        .bullet5 li a {
            font-weight: normal;
            font-size: 13px;
            text-align: justify;
        }

.bullet6 {
    padding: 2% 5% 0% 5%;
    color: #404040;
    font-size: 13px;
}

    .bullet6 li {
        font-size: 13px;
        font-weight: bold;
        list-style-type: lower-alpha;
        list-style-position: outside;
        text-align: justify;
        padding-bottom: 1%;
        margin-left: 2.5%;
    }

        .bullet6 li a {
            font-weight: normal;
            font-size: 13px;
            text-align: justify;
        }

.txtGvNovedades {
    font-size: 1.000em;
    font-family: Arial, Helvetica, sans-serif;
    color: #172b6b;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
}

.txtGrafico {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #464647;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
}

/* SEGUIMIENTO DE PROCESOS -> COLORES TAB */
.TabError {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing 3000ms infinite;
    -moz-animation: glowing 3000ms infinite;
    -o-animation: glowing 3000ms infinite;
    animation: glowing 3000ms infinite;
}

    .TabError:hover {
        color: #FF0000;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabError_active {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabEjec {
    color: #FF9B37;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing_ejec 3000ms infinite;
    -moz-animation: glowing_ejec 3000ms infinite;
    -o-animation: glowing_ejec 3000ms infinite;
    animation: glowing_ejec 3000ms infinite;
}

    .TabEjec:hover {
        color: #FF9B37;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabEjec_active {
    color: #FF9B37;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabAlert {
    color: #FB4747;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing 500ms infinite;
    -moz-animation: glowing 500ms infinite;
    -o-animation: glowing 500ms infinite;
    animation: glowing 500ms infinite;
}

    .TabAlert:hover {
        color: #FB4747;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabAlert_active {
    color: #FB4747;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabOk {
    color: #0074D1;
    font-weight: bold;
    font-size: 12px;
}

    .TabOk:hover {
        color: #0074D1;
        font-weight: bold;
        font-size: 12px;
    }

.TabOk_active {
    color: #0074D1;
    font-weight: bold;
    font-size: 12px;
}

/* SEGUIMIENTO DE PROCESOS -> COLORES FILAS */
.ProcPlanificado {
    color: #404040 !important;
    background-color: #C1DBFA;
}

.ProcEjecucion {
    color: #404040 !important;
    background-color: #FFE181;
}

.ProcError {
    color: #FFFFFF !important;
    background-color: #FB4747;
}

.ProcEjecutado {
    color: #404040 !important;
    background-color: #C0E1A9;
}

.ProcParado {
    color: #424242 !important;
    background-color: #FFFFFF;
}

.txtGridPlanificado {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #6699FF;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridNormal {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #29538A;
    background-color: #EEF9FB;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridEnEjecucion {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #404040;
    background-color: #FFE181;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridFallo {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #FB4747;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

/* CUADRO DE MANDO CM2 */
.inactivo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: Arial;
    color: #00B0F0;
    font-size: 12px;
    font-weight: bold;
}

    .inactivo:hover {
        background-color: #E0E0E0;
    }

.activo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: Arial;
    color: #00B0F0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #E0E0E0;
}

.info_activo {
    font-size: 10px;
    display: inline !important;
}

.info_inactivo {
    font-size: 10px;
    display: none !important;
}

.CM2_section {
    width: 100%;
    float: left;
    background-color: #F9F9F9;
    padding: 10px;
    padding-bottom: 20px;
}

.CM2_fecha {
    width: 19%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}

.CM2_datos {
    width: 79%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}

.CM2_panel {
    width: 50%;
    float: left;
}

.CM2_panel_lateral {
    width: 20%;
    float: left;
}

.accordion {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.accordion_inactivo {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.accordion_activo {
    width: 79%;
    visibility: visible;
    opacity: 1;
}

.linkCM2 {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, san-serif;
    color: #4E77A0;
}

.label_datoCM2 {
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #404040;
}

.label_datErrorCM2 {
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}

.label_detalleCM2 {
    line-height: 15px;
    font-family: Arial;
    font-size: 10px;
    color: #404040;
}

.CM2_liq6011 {
    display: none !important;
}

.dxtcScrollButtonIndent, .dxtcLeftIndentCell {
    display: none;
}

/* AjaxTabs en Cuadro de Mando -> Rendimiento */
.ajax__myTab3 .ajax__tab_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #464647;
    text-align: left;
    height: 20px;
    line-height: 20px;
    width: 160px;
}

.ajax__myTab3 .ajax__tab_tab {
    background-color: #D9D9D9;
    color: white;
    margin: 1px;
    width: 76px;
}

.ajax__myTab3 .ajax__tab_inner .ajax__tab_tab {
    padding-left: 8px;
    padding-right: 8px;
}

.ajax__myTab3 .ajax__tab_active .ajax__tab_tab {
    background-color: #00B0F0;
    color: white;
}

.ajax__myTab3 .ajax__tab_hover .ajax__tab_tab {
    background-color: #DCE5ED;
}

.ajax__myTab3 .ajax__tab_body {
    padding: 3px;
}

.tp_fecha_tab {
    position: absolute;
    padding-top: 2px;
    margin-left: 165px;
    margin-top: -23px;
}

.ddl_fecha_tab {
    height: 20px !important;
    margin-top: -1px !important;
}

.container_grafica {
    margin: 0 auto !important;
}

.label_Offline {
    line-height: 20px;
    font-family: Arial;
    font-size: 13px;
    color: #FF0000;
}

.label_Online {
    line-height: 20px;
    font-family: Arial;
    font-size: 13px;
    color: #00B050;
}

/* MENU DE ESTADISTICAS (NUEVO)*/
.menu_estad {
    width: 100%;
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 16px;
    color: #172b6b;
    font-weight: bold;
    float: left;
    list-style-type: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
}

.item_estad {
    text-align: center;
    line-height: 125px;
    width: 175px;
    height: 125px;
    border-radius: 105px / 75px;
    background-color: #DCE5ED;
    cursor: pointer;
    -webkit-transition: -webkit-background-color 0.5s, -webkit-transform 0.3s;
    -moz-transition: -moz-background-color 0.5s, -moz-transform 0.3s;
    transition: background-color 0.5s, transform 0.3s;
    box-shadow: 2px 2px 3px #81abd6;
}

    .item_estad:hover {
        background-color: #00B0F0;
        color: #FFFFFF;
        z-index: 1000;
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

.position_50tb_50lr {
    width: 215px;
    height: 150px;
    line-height: 150px;
    border-radius: 125px / 90px;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 107.5px);
}

.position_25t_25r {
    position: absolute;
    top: calc(25% - 62.5px);
    right: calc(25% - 89.5px);
}

.position_50tb_15r {
    position: absolute;
    top: calc(50% - 62.5px);
    right: calc(15% - 89.5px);
}

.position_15t_50lr {
    position: absolute;
    top: calc(15% - 62.5px);
    left: calc(50% - 89.5px);
}

.position_15b_50lr {
    position: absolute;
    bottom: calc(15% - 62.5px);
    left: calc(50% - 89.5px);
}

.position_25b_25r {
    position: absolute;
    bottom: calc(20% - 38px);
    right: calc(25% - 89.5px);
}

.position_50tb_15l {
    position: absolute;
    top: calc(50% - 62.5px);
    left: calc(15% - 89.5px);
}

.position_25t_25l {
    position: absolute;
    top: calc(25% - 62.5px);
    left: calc(25% - 93px);
}

.position_25b_25l {
    position: absolute;
    bottom: calc(20% - 38px);
    left: calc(25% - 93px);
}

.outer_circle {
    position: relative;
    background-color: transparent;
    width: 75%;
    height: 505px;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 0;
}

.item_estad .link {
    display: block;
    color: #172b6b;
    text-decoration: none;
    -webkit-transition: -webkit-color 0.5s;
    -moz-transition: -moz-color 0.5s;
    transition: color 0.5s;
}

    .item_estad .link:hover {
        color: #FFFFFF;
    }

.tbLimites_disabled {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
    margin-bottom: 3px;
    margin-top: 3px;
    background-color: #FFFFFF;
    border-style: none;
}

.filaHistorico {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 9pt;
    color: #000000;
}

.tablaLim {
    width: 100%;
    height: 100%;
}

    .tablaLim td {
        height: 20px;
        padding: 5px 5px 5px 5px;
        vertical-align: middle;
    }

.panelMensaje {
    width: 300px;
    height: 125px;
    background-color: #DCE5ED;
    padding: 20px;
}

.tituloSeccionCMMC {
    color: white;
    font-size: 1.000em;
    background-color: #172b6b;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 2% 2% 0 2%;
    text-transform: uppercase;
}

.tituloSeccionCMMCdisable {
    color: white;
    font-size: 1.000em;
    background-color: #A8A8A8;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 2% 2% 0 2%;
    text-transform: uppercase;
}

    .tituloSeccionCMMCdisable:hover {
        background-color: #172b6b;
        cursor: pointer;
    }

.divTituloSeccionCMMC {
    margin: 0 2% 0 0;
    float: left;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 400px;
    max-width: 600px;
    min-height: 300px;
    background: white;
}

.HellowWorldPopupSMTP {
    min-width: 400px;
    max-width: 600px;
    min-height: 325px;
    background: white;
}

.Controls {
    height: 50px;
    padding: 5px;
    text-align: center;
    line-height: 40px;
    background-color: #172B6B;
}

.PopupHeader {
    height: 25px;
    padding: 15px;
}

.PopupBody {
    height: 225px;
    padding: 15px;
}

.PopupBodySMTP {
    height: 250px;
    padding: 15px;
}

.infoRecurso {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/info-azul-select.png");
    background-size: 20px;
    float: right;
}

    .infoRecurso:hover {
        background-image: url("../../Imagenes/info-azul.png");
        cursor: pointer;
    }

.divRecurso {
    border: black 1px solid;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
}

/* Cuando una tarea está deshabilitada en el Programador de Tareas del Servidor */
.divRecursoTareaDeshabilitada {
    border: black 1px solid;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
    background-color: lightgrey;
}

.infoRecursoTareaDeshabilitada {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/Equis_roja.png");
    background-size: 20px;
    float: right;
    pointer-events: none;
    cursor: default;
}

/* Recurso NO disponible */
.infoRecursoNoDisp {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/info-rojo-select.png");
    background-size: 20px;
    float: right;
}

    .infoRecursoNoDisp:hover {
        background-image: url("../../Imagenes/info-rojo.png");
        cursor: pointer;
    }

.divRecursoNoDisp {
    border: red 1px solid;
    background-color: pink;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
}

.divRecursoSMTP {
    border: black 1px solid;
    background-color: transparent;
    color: black;
    width: 48%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
}

.divTituloSMTP {
    background-color: transparent;
    color: black;
    width: 50%;
    padding: 1%;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 14px;
    color: #172B6B;
}

.puerto {
    border: 1px solid green;
    color: green;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    float: right;
    margin: 0px 5px 0px 5px;
}


.puertoNoDisp {
    /*border: 1px solid red;*/
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    float: right;
    margin: 0px 5px 0px 5px;
}

    .puerto:hover, .puertoNoDisp:hover {
        cursor: pointer;
    }

.lblTituloHeader {
    font-family: Verdana;
    font-size: 14px;
    border-bottom: 3px solid #172B6B;
    padding: 5px;
    color: #172B6B;
}

.divSeccionBody {
    border: 1px solid #BDBDBD;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.lblSeccionesBody {
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}

.lblTextoSeccionesBody {
    font-family: Arial;
    font-size: 12px;
    color: #172B6B;
    font-weight: bold;
}
