﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Roboto", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    line-height: 18px;
    color: #5c5c5c;
    background-color: #efefef;
}

a:link, a:visited {
    color: #002a8c;
}

a:hover {
    color: #002a8c;
    text-decoration: underline;
}

a:active {
    color: #002a8c;
}


a {
    color: #002a8c;
    /*text-decoration: none;*/
    /*font-weight: bold;*/
}

/* FORM ELEMENTS   */

input {
    /*padding: 4px 4px 4px;*/
    font-size: 14px;
    /*font-size: .80rem;
   font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    /* color: #696969;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
}

select {
    /*padding: 4px 4px 4px;*/
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
}


.RaddioGrande input[type="radio"] {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    /*background-image: url("../Images/uncheck.png");*/
}

    .RaddioGrande input[type="radio"]:checked + label {
        /*background-image: url("../Images/check_2.png");*/
        content: '\f14a';
        vertical-align: middle;
        width: 20px;
        height: 20px;
        font-weight: bold;
    }


.CheckBoxGrande input[type="checkbox"] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    /*background-image: url("../Images/uncheck.png");*/
}

.CheckBoxGrande label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.CheckBoxGrande input[type="checkbox"]:checked + label {
    /*background-image: url("../Images/check_2.png");*/
    content: '\f14a';
    vertical-align: middle;
    width: 20px;
    height: 20px;
    /*font-weight: bold;*/
}

.CheckBoxXGrande input[type="checkbox"] {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    /*background-image: url("../Images/uncheck.png");*/
}

.CheckBoxXGrande label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 18pt;
    color: red;
}

.CheckBoxXGrande input[type="checkbox"]:checked + label {
    /*background-image: url("../Images/check_2.png");*/
    content: '\f14a';
    vertical-align: middle;
    width: 30px;
    height: 30px;
    /*font-weight: bold;*/
    font-size: 18pt;
    color: blue;
}


.CheckBoxGrandeColor label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.CheckBoxGrandeColor input {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

    .CheckBoxGrandeColor input[type="checkbox"]:checked + label {
        /*background-image: url("../Images/check_2.png");*/
        content: '\f14a';
        color: blue;
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }

.CheckBoxXGrandeColor label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.CheckBoxXGrandeColor input {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

    .CheckBoxXGrandeColor input[type="checkbox"]:checked + label {
        /*background-image: url("../Images/check_2.png");*/
        content: '\f14a';
        color: blue;
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }

.CheckBoxGrandeColorInvertido label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: blue;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.CheckBoxGrandeColorInvertido input {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: blue;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

    .CheckBoxGrandeColorInvertido input[type="checkbox"]:checked + label {
        /*background-image: url("../Images/check_2.png");*/
        content: '\f14a';
        color: red;
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }


.CheckBoxSwitch label {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.CheckBoxSwitch input {
    /*background-image: url("../Images/uncheck.png");*/
    content: '\f14a';
    color: red;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

    .CheckBoxSwitch input[type="checkbox"]:checked + label {
        /*background-image: url("../Images/check_2.png");*/
        content: '\f14a';
        color: blue;
        vertical-align: middle;
        width: 60px;
        height: 60px;
    }

textarea {
    height: 80px;
    font-family: Arial;
    resize: none;
}

.textareaPeq {
    height: 40px !important;
    font-family: Arial;
    resize: none;
}

.textareaGrande {
    height: 150px !important;
    font-family: Arial;
    resize: none;
}

.textarea100 {
    height: 100px !important;
    font-family: Arial;
    resize: none;
}

.textarea150 {
    height: 150px !important;
    font-family: Arial;
    resize: none;
}

.textarea300 {
    height: 300px !important;
    font-family: Arial;
    resize: none;
}

.enMinusculas {
    text-transform: lowercase;
}

.enMayusculas {
    text-transform: uppercase;
}

/*Etiquetas*/


.divDisable {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    background-color: #fafafa;
}


.divEnviarInvitacion {
    height: 0px !important;
    border-bottom: 15px solid white;
    border-top: 15px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 0px;
    vertical-align: bottom;
    width: auto;
    text-align: center;
    font-size: 10pt;
    display: inline-block;
    color: #5c5c5c;
}

.textoEnviarInvitacion {
    position: relative;
    top: -8px;
}

.divSIVisible {
    height: 0px !important;
    border-bottom: 15px solid green;
    border-top: 15px solid green;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 0px;
    vertical-align: bottom;
    width: 250px;
    text-align: center;
    font-size: 13pt;
    display: inline-block;
    color: #ffffff;
}

.divNOVisible {
    height: 0px !important;
    border-bottom: 15px solid #d68400;
    border-top: 15px solid #d68400;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 0px;
    vertical-align: bottom;
    width: 250px;
    text-align: center;
    font-size: 13pt;
    display: inline-block;
    color: #ffffff;
}

.divSIHabilitado {
    height: 0px !important;
    border-bottom: 15px solid green;
    border-top: 15px solid green;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 0px;
    vertical-align: bottom;
    width: 300px;
    text-align: center;
    font-size: 13pt;
    display: inline-block;
    color: #ffffff;
}

.divNOHabilitado {
    height: 0px !important;
    border-bottom: 15px solid #ccc;
    border-top: 15px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 0px;
    vertical-align: bottom;
    width: 300px;
    text-align: center;
    font-size: 13pt;
    display: inline-block;
    color: #ffffff;
}

.etiquetaVisible {
    font-weight: bold;
    position: relative;
    top: -10px;
}

.DIVVotacionDePruebas {
    width: 100%;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    display: block;
    font-size: 13pt;
    /*font-weight: 600;*/
    /*color: #000000;     background-color: #a0a0a0;*/
    color: #ffffff;
    background-color: #9e0000;
    padding: 5px;
}

.divGridNumCreditos {
    background: #3183d7;
    padding: 5px;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    min-width: 30px;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
}

.divGridNumCreditosNegativos {
    background: red;
    padding: 5px;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    min-width: 30px;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
}

.tamanoLetra10 {
    font-size: 10px;
}

.tamanoLetra12 {
    font-size: 12px;
}

.tamanoLetra14 {
    font-size: 14px;
}

.letraGrande {
    font-size: large;
}

.letraMuyGrande {
    font-size: x-large;
}

.fuente {
    font-size: 14px;
    font-family: "Roboto", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.fuenteRojo {
    color: #e54a4a !important;
}

.fuenteGris {
    color: gray !important;
}

.fuenteVerde {
    color: green !important;
}


.fuenteNaranja {
    color: #e5834a !important;
}

.fuenteAzul {
    color: navy !important;
}

.fuenteNegra {
    color: black !important;
}

.colorFuente {
    color: #5c5c5c;
}

.colorFuenteOscuro {
    color: #5c5c5c;
}

.colorClaro {
    color: #c5c5c5;
}

.colorVerde {
    color: #3da93d;
}

.colorRojo {
    color: red;
}

.colorVinculo {
    color: #002a8c;
}


.textoPruebaGrid {
    -webkit-transform: rotate(-35Deg);
    -moz-transform: rotate(-35Deg);
    transform: rotate(-35Deg);
    color: #9e0000;
    font-weight: bold;
    text-align: center;
    font-size: 8pt;
    line-height: 10px;
}

.textoEnVotacionGrid {
    /*-webkit-transform: rotate(-35Deg);
    -moz-transform: rotate(-35Deg);
    transform: rotate(-35Deg);*/
    color: #2e8540;
    font-weight: bold;
    font-size: 8pt;
    line-height: 10px;
}

.colorEnVotacionGrid {
    color: #2e8540;
}

.borderAzul {
    border: 1px solid blue !important;
}

.borderRojo {
    border: 1px solid red !important;
}

.botonNaranja {
    background-color: #e5834a !important;
}

    .botonNaranja:hover {
        color: #e5834a !important;
        border-color: #e5834a !important;
    }

.botonVerde {
    background-color: #3da93d !important;
}

    .botonVerde:hover {
        color: #3da93d !important;
        border-color: #3da93d !important;
    }


.botonRojo {
    background-color: #e54a4a !important;
}

    .botonRojo:hover {
        color: #e54a4a !important;
        border-color: #e54a4a !important;
    }

.italica {
    font-style: italic !important;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
    color: #bababa;
    text-align: left;
    font-style: italic;
}

:-moz-placeholder {
    /* older Firefox*/
    color: #bababa;
    text-align: left;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa;
    text-align: left;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #bababa !important;
    text-align: left;
    font-style: italic;
}
/* FIN PLACEHOLDER */

/*ESTRUCTURA PAGINA*/

.bodyConFondo {
    /* Ubicación de la imagen */
    background-image: url(/images/background-photo.jpg);
    /* Nos aseguramos que la imagen de fondo este centrada vertical y
    horizontalmente en todo momento */
    background-position: center center;
    /* La imagen de fondo no se repite */
    background-repeat: no-repeat;
    /* La imagen de fondo está fija en el viewport, de modo que no se mueva cuando
    la altura del contenido supere la altura de la imagen. */
    background-attachment: fixed;
    /* La imagen de fondo se reescala cuando se cambia el ancho de ventana     del navegador */
    background-size: cover;
    /* Fijamos un color de fondo para que se muestre mientras se está
    cargando la imagen de fondo o si hay problemas para cargarla  */
    background-color: #464646;
}


.page {
    display: grid;
    grid-template-columns: repeat(12,1fr);
}

.headerPage {
    grid-column: span 12;
    background: #fff;
    color: #444;
    opacity: .95;
    height: 75px;
    border: 0px;
    border-bottom: 1px solid #00384B;
}

.contentPage {
    grid-column: span 12;
}

.footertPage {
    grid-column: span 12;
    background-color: #00384B;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #727272;
}

.footertPageBodyFondo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.maxWidthContent {
    /*max-width: 1200px;*/
}

.contentHeaderPage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}


.contentFooterPage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contentMainPage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 475px;
}


/*TITULOS*/

h2 {
    text-align: left;
    color: black;
    font-size: 1.7rem;
    font-weight: 500;
    /*border-bottom: 1px solid #E8E8E8;*/
    display: block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    /*text-transform: uppercase;
    font-weight: bold;*/
}

h3 {
    font-size: 14px;
    line-height: 14px;
    color: #444;
    margin-top: 1px;
    margin-bottom: 5px;
    font-weight: bold;
}

h4 {
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 4px;
}

.error {
    color: Red !important;
}

.correcto {
    color: Green !important;
}
/*SIMULACION CABECERA LOGO*/

.ImagenLogoPerfil {
    border: 1px solid #cccccc;
}

.ImagenLogoPerfilSimulado {
    height: 50px;
    padding-top: 2px;
}

.NombreSimulado {
    font-size: 16pt !important; /*color: white;     font-weight: bold;     */
}

.DescripcionSimulado {
    /*color: white;*/
    font-size: 10pt !important;
}

.clienteContenedorSimulado {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    -webkit-box-shadow: 0 0 24px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 24px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 24px -1px rgba(0,0,0,0.2); /*padding-left:15px;*/
    color: #EAEAEA;
    background-color: #525252;
    width: 700px;
    height: 60px;
    border: 1px solid Gray;
}


/*CABECERA LOGO*/
.clienteNombre {
    font-weight: normal;
    color: #EAEAEA;
    text-transform: none;
    font-variant: normal;
}

.clienteDescripcion {
    font-weight: 300;
    color: #EAEAEA;
    text-transform: none;
    font-variant: normal;
}

.clienteImagen {
    max-width: 400px;
}

.ulMenu {
    display: block;
    list-style-type: disc;
    padding-left: 20px;
    padding-right: 20px;
    /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;*/
}
/*MENU*/
.MenuOpcionPerfil {
    color: #00384b;
    /* background: #f0f0f0;*/
    height: 30px;
    width: 100%;
    /* border-width: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    display: inline-block;*/
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

    .MenuOpcionPerfil:hover {
        color: #000000;
        background-color: White;
        /*background: #00384b;    -moz-box-shadow: 0 0 10px #999;     -webkit-box-shadow: 0 0 10px #999;     box-shadow: 0 0 10px #999;*/
    }

.MenuOpcionPerfilActiva {
    color: #000000;
    background: #ffffff;
    height: 30px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.MenuOpcion {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #545b64 !important;
    height: 30px;
    width: 100%;
    display: inline-block;
    font-weight: normal !important;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
}

    .MenuOpcion:hover {
        color: #ec7211 !important;
        text-decoration: none !important;
    }

.MenuOpcionActiva {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #ec7211 !important;
    height: 30px;
    width: 100%;
    display: inline-block;
    font-weight: bold !important;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
}

    .MenuOpcionActiva:hover {
        text-decoration: none !important;
    }

.MenuOpcionVacia {
    color: #BB0070;
    height: 30px;
    padding-left: 30px;
    width: 100%;
    border-width: 0; /*border-top: 1px solid #E8E8E8;     border-bottom: 1px solid #E8E8E8;*/
    display: block;
    font-weight: bold;
}

.liMenu {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}


.alineacionVerticalSuperior {
    vertical-align: top !important;
}

.alineacionVerticalInferior {
    vertical-align: bottom !important;
}

.hrMenu {
    border: none;
    border-top: 1px solid #eaeded;
    margin-bottom: 1rem;
}

.hrSinMargen {
    border: none;
    border-top: 1px solid #eaeded;
    margin-top: 0px;
    margin-bottom: 0px;
}

.zonaMenuEdicion {
    width: 300px;
    vertical-align: top;
    background-color: white;
    box-shadow: 0 1px 1px 0;
}

.zonaContenedorEdicion {
    vertical-align: top;
    width: 100%;
    padding-left: 20px;
}

.zonaContenidoEdicion {
    vertical-align: top;
    width: 100%;
    box-shadow: 0 1px 1px 0;
    /*var(--awsui-color-shadow-medium, rgba(0, 28, 36, 0.3)),1px 1px 1px 0 
    var(--awsui-color-shadow-side, rgba(0, 28, 36, 0.15)),-1px 1px 1px 0 
    var(--awsui-color-shadow-side, rgba(0, 28, 36, 0.15));*/
    background-color: #ffffff;
}
/*POSICIONAMIENTO REJILLA*/
.rejilla12SinWrap {
    /*display: -ms-grid;
    display:grid;
    grid-template-columns: repeat(12,1fr);
    -ms-grid-columns: (1fr)[12];*/
    display: flex !important;
    flex-direction: row !important;
}

.rejilla12 {
    /*display: -ms-grid;
    display:grid;
    grid-template-columns: repeat(12,1fr);
    -ms-grid-columns: (1fr)[12];*/
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.c-1 {
    /*-ms-grid-column: 1;
    -ms-grid-column-span: 1;
     grid-column: span 1;*/
    width: 8.33%;
}

.c-2 {
    width: 16.66%;
}

.c-3 {
    width: 25%;
}

.c-4 {
    width: 33.33%;
}

.c-5 {
    width: 41.66%;
}

.c-6 {
    width: 50%;
}

.c-7 {
    width: 58.33%;
}

.c-8 {
    width: 66.66%;
}

.c-9 {
    width: 75%;
}

.c-10 {
    width: 83.3%;
}

.c-11 {
    width: 91.66%;
}


.c-12 {
    width: 100%;
}

.enLinea {
    display: inline-block;
}

.alineadoDcha {
    text-align: right;
}

.floatDcha {
    float: right;
}

/*ALERTA CONFIRMACION*/

.contenedorMensaje {
    vertical-align: middle;
    padding: 20px 10px 20px 10px;
    max-height: 600px;
    overflow: auto;
    width: 100%;
    text-align: justify;
}

.contenedorMensajeCentrado {
    vertical-align: middle;
    padding: 20px 4px 20px 4px;
    max-height: 600px;
    overflow: auto;
    text-align: center;
    width: 100%;
}


/*FORMULARIOS*/

.formuredondeado {
    margin-bottom: 4px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.formuredondeadoSinPadding {
    margin-bottom: 4px;
    /*padding: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.formuredondeadoPeq {
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.formuredondeadoPeqSinPadding {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.formu-contenedor-control {
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
}

.formularioLogin {
    width: 90%;
    height: 30px !important;
    border-radius: 4px;
    color: #202124;
    font-size: 16px;
    height: 28px;
    margin: 1px 1px 0 1px;
    /*padding: 13px 15px;*/
    padding-left: 15px;
    BOX-SIZING: unset !IMPORTANT;
    BORDER-STYLE: groove;
}

.formu-control {
    width: 100%;
}

.formu-control50 {
    width: 50px;
}

.formu-control100 {
    width: 100px;
}

.formu-control120 {
    width: 120px;
}

.formu-control150 {
    width: 150px;
}

.formu-control200 {
    width: 200px;
}

.formu-control300 {
    width: 300px;
}

.formu-controlFecha {
    width: 100px;
}

.formu-control-anchoAuto {
    width: auto !important;
}

.formu-nombreCampo {
    /*display:block;*/
}

.formu-contenedor-centrado {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    padding: 40px;
    opacity: .93;
    background-color: #e7e9e7;
    margin-bottom: 150px;
}

.formu-login {
    background-color: white;
}

.formu-contenedor-cajaBusqueda {
    padding: 5px;
    background-color: #e1e1e1;
    border-color: #b0b0b0;
    border-width: 0.1px;
    border-style: solid;
    /*margin-top:20px;
    margin-bottom:20px;*/
    width: fit-content;
}

.LabelInfoEdicion {
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 12px;
    font-style: italic;
    text-align: justify;
}

.texto-info {
    padding: .5rem 0.5rem;
    margin-bottom: .5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.texto-info-primario {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.texto-info-secundario {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.texto-info-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.texto-info-correcto {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.h3EnlineaConImagen {
    margin-left: 8px;
    display: inline-block;
}

.textoCentrado {
    text-align: center !IMPORTANT;
}

.textoDerecha {
    text-align: right !IMPORTANT;
}

.dropZone {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    min-width: 300px !important;
}

.iconoDropZone {
    fill: #92b0b3;
    vertical-align: middle;
    height: 50%;
}

.ZonaDrop {
    border-style: dotted !important;
}

.selectPeque {
    padding: 0px 0px 0px;
    font-size: 14px;
}

.selectBusqueda {
    font-size: 12px;
}

.mg-espacios {
    margin-top: 40px;
}

.mg-espacios-1 {
    margin-top: 10px;
}

.separadorSiteMap {
    vertical-align: text-bottom;
    color: #aab7b8;
    margin: 0 5px;
}
/*MODAL*/
.mpFondo {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.contenedorModal {
    /*border: 1px solid #006CD9;
    background-color: #006CD9;*/
    width: 500px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    overflow: visible;
    padding: 10px 10px 10px 10px;
    white-space: normal !important;
    border: 1px solid #5c5c5c;
}

.contenedorModalFicherosAdjuntos {
    /*border: 1px solid #006CD9;
    background-color: #006CD9;*/
    width: 700px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    overflow: visible;
    padding: 10px 10px 10px 10px;
    white-space: normal !important;
}

.contenedorModalOpcion {
    width: 100%;
    max-width: 1100px;
    height: 550px;
}

.contenedorModalTodoAncho {
    width: 100%;
    max-width: 1200px;
}

.contenedorModalFiltrosAvanzados {
    width: 100%;
    max-width: 1000px;
}


/*BOTONES*/
.btn-formu-UploadAdjuntoPunto {
    background-color: transparent;
    border: none;
    color: #002a8c !important;
}

.btn-formu-UploadImagenPunto {
    background-color: transparent;
    border: none;
    color: #002a8c !important;
}

.btn-formu {
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    /*background-color: #00384b;
    color: White !important;
    border-color: transparent;*/
    background-color: #e6e6e6;
    color: #16191f !important;
    border-color: #16191f;
    border-style: none;
    margin-left: 7px;
    margin-right: 7px;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
}

    .btn-formu:hover {
        cursor: pointer;
        background-color: #fafafa;
        color: #16191f !important;
        border-color: #16191f;
        border-style: solid;
        border-width: 1px;
        text-decoration:none;
    }

.btn-formuAzul {
    font-family: 'Open Sans', sans-serif;
    /*background-color: #9B2F30;*/
    background-color: #00384b;
    color: White !important;
    text-decoration: none;
    border-style: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    font-size: small;
    font-weight: normal !important;
    padding: 4px 8px 4px 8px;
    border-style: none;
    margin-left: 7px;
    margin-right: 7px;
    border-color: #16191f;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    .btn-formuAzul:hover {
        background-color: white;
        cursor: pointer;
        /*color: #9B2F30 !important;
    border-color: #9B2F30;*/
        color: #00384b !important;
        border-color: #00384b;
        border-style: solid;
        border-width: 1px;
    }

.btn-formu-cancelar {
    background-color: #f1f1f1;
    border-color: #ffffff;
}

    .btn-formu-cancelar:hover {
        /*color: #16191f !important;
        border-color: #eeeeee !important;*/
        color: #16191f !important;
        border-color: #16191f;
        border-style: solid;
        border-width: 1px;
    }

.btn-formu-verde {
    background-color: #3da93d;
}

    .btn-formu-verde:hover {
        color: #3da93d !important;
        border-color: #3da93d !important;
    }

.btn-formu-verdeClaro {
    background-color: #64d664;
}

    .btn-formu-verdeClaro:hover {
        color: #64d664 !important;
        border-color: #64d664 !important;
    }


.btn-formu-naranja {
    background-color: orange;
}

.btn-formu-rojo {
    background-color: #ffb3b3;
}

    .btn-formu-rojo:hover {
        color: #e54a4a !important;
        border-color: #e54a4a !important;
    }

.BotonPonerCodSMS
{
    /*background: url("/images/Iconos/ic_system_update_grey600_18dp.png") no-repeat;     padding-left: 30px;     background-color:#e0e0e0;*/
}
.BotonPonerCodSMS:Hover
{
    /*background: url("/images/Iconos/ic_system_update_black_18dp.png") no-repeat;     padding-left: 30px;     background-color:#c0c0c0;     cursor:pointer;*/
}
.BotonGenerarCodSMS
{
    /*background: url("/images/Iconos/ic_tap_and_play_grey600_18dp.png") no-repeat;     padding-left: 30px;     background-color:#e0e0e0;*/
}
.BotonGenerarCodSMS:Hover
{
    /*background: url("/images/Iconos/ic_tap_and_play_black_18dp.png") no-repeat;     padding-left: 30px;     background-color:#c0c0c0;     cursor:pointer;*/
}

.BotonGenerarCodMail
{
    /*background: url("/images/Iconos/ic_refresh_grey600_24dp.png") no-repeat;     padding-left: 30px;     background-color:#e0e0e0;*/
}
.BotonGenerarCodMail:Hover
{
    /*background: url("/images/Iconos/ic_refresh_black_24dp.png") no-repeat;     padding-left: 30px;     background-color:#c0c0c0;     cursor:pointer;*/
}


.redondeado {
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

.bordeSuperiorGrisClaro {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #a7a2a2;
}

.bordeGrisClaro {
    border: 1px #a7a2a2 solid;
}


/*CABECERA*/
.LogoAplicacionImagen {
    width: 150px;
}

.LogoAplicacion {
    float: left;
    text-align: left;
    /*width: 250px;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 23px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 8px;
    padding-right: 20px;
}

    .LogoAplicacion a {
        color: Black;
        text-decoration: none;
    }

    .LogoAplicacion h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 23px;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

.headerSubTitle {
    font-size: 12pt;
    font-weight: bold;
    color: #00384b;
    font-family: 'Open Sans', sans-serif;
}

.nombreCliente {
    font-size: 16pt;
    font-weight: bold;
    color: #00384b;
    font-family: 'Open Sans', sans-serif;
}


.nombreClienteAdministrador {
    font-size: 10pt;
    font-weight: normal;
    color: #00384b;
    font-family: 'Open Sans', sans-serif;
}



.divCabeceraDcha {
    float: right;
    text-align: right;
    margin-right: 20px;
    white-space: nowrap;
}

.cabeceraLinkTitulo {
    text-decoration: none;
    border-style: none;
}

    .cabeceraLinkTitulo:hover {
        text-decoration: none;
        border-style: none;
    }

/*PIE*/
.LogoAplicacionPie {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.LogoAplicacionImagenPie {
    height: 80px;
}

/*INICIO*/
.h2-inicio {
    font-size: 30px;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: normal;
    text-align: center;
    border-style: none;
}

/**GRIDS*/

.gridRegistros {
    width: 100%;
}

.gridPagerStyle {
    color: #333333;
    /*background-color: White;*/
    width: 100%;
    text-align: left;
    /*font-size: 10pt;*/
    font-weight: 400;
}

.gridFooterStyle {
    font-size: 10pt;
    color: White;
    background-color: #AAAAAA;
    width: 100%;
    text-align: left;
}

.gridSelectedRowStyle {
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    padding: 4px 4px 4px 4px;
}

.gridEditRowStyle {
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    padding: 4px 4px 4px 4px;
}

.gridHeaderStyle {
    color: White;
    background-color: #00384b;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    line-height: 0.7rem;
}

    .gridHeaderStyle th {
        padding: 4px 4px 4px 4px;
    }

    .gridHeaderStyle a {
        color: White;
    }

.gridRowStyle {
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    background-color: White;
}

.gridVerticalTop {
    vertical-align: top !important;
}

.gridRowStyle td {
    padding: 6px 4px 6px 4px;
}

.gridAlternatingRowStyle {
    text-align: left;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    background-color: White;
}


    .gridAlternatingRowStyle td {
        padding: 6px 4px 6px 4px;
    }


.gridRowMenosPaddingStyle td {
    padding: 2px 4px 2px 4px !important;
}

.gridFechas {
    width: 80px;
}

.gridfechaZonaHorariaClienteActivo {
    font-weight: bold;
    font-size: 14px;
}

.gridfechaZonaHorariaCliente {
    font-size: 12px;
}

.gridVotacionesFechas {
    text-align: center;
}

.ImagenDentroGrid {
    width: 50px;
}

.ImagenDentroGridPuntos {
    width: 30px;
}




.VotacionEstadoGrid {
    /*padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom:5px;
    color:white !important;
    text-align: center;*/
    padding: 5px;
    font-size: 12pt;
    text-align: center;
    min-width: 30px;
    display: inline-block;
    border-radius: 20px 20px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
}

.bordeInclinado {
    border-radius: 20px 20px;
}

.VotacionSININICIAR {
    color: #0071bc !important;
    border-color: #0071bc !important;
}

.VotacionFINALIZADA {
    color: #cd2026 !important;
    border-color: #cd2026 !important;
}

.VotacionENVOTACION {
    color: #2e8540 !important;
    border-color: #2e8540 !important;
}



.FondoVotacionSININICIAR {
    background-color: #e2e3e5;
}

.FondoVotacionFINALIZADA {
    background-color: #ffc8c8;
}

.FondoVotacionENVOTACION {
    background-color: #ddffe4;
}

.VotacionEstadoResumen {
    background-color: transparent !important;
    padding: 5px;
    font-size: 12pt;
    text-align: center;
    min-width: 30px;
    display: inline-block;
    border-radius: 20px 20px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
}


.FondoSumarCreditos {
    background-color: #c5ffc4;
}

.FondoRestarCreditos {
    background-color: #ffc8c8;
}


.negrita500 {
    font-weight: 500;
}

.negrita {
    font-weight: bold;
}

.etiquetasEmail {
    background-color: #e7e9e7;
    font-size: 12px;
}

.dosColumnas {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.tresColumnas {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.cuatroColumnas {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

/*EDIT VOTACION*/
.contentOpcionCaja {
    background-color: white;
    margin: 20px 30px 20px 30px;
    border-color: #d6d8db;
    border-style: solid;
    border-width: 1px;
}

.titleOpcionCaja {
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: #e2e3e5;
}

.contentImgCaja {
    text-align: center;
    padding: 10px;
}

.enlaceOpcion {
}

.infoGridVotoFecha {
    text-align: center;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}

.infoGridSESFecha {
    text-align: left;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}


.AlertaAuditor {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}

.CorrectoAuditor {
    font-size: 18px;
    font-weight: bold;
    color: #00A000;
}

.tituloPagina {
    font-size: 1.3rem;
    font-weight: bold;
}

.ImagenPreRegistroGrid {
    max-height: 60px;
    max-width: 60px;
    border: 1px solid #cccccc;
}

.ImagenPreRegistroModal {
    max-height: 350px;
    max-width: 350px;
    border: 1px solid #cccccc;
}

.tituloResultadoParticipacion{
    font-size: 1.3rem;
    font-weight: bold;
}
.imagenParticipacionEditVotacion{
    width:128px;
    vertical-align: top;
}
.imagenParticipacionGridVotaciones{
    width:50px;
}

/*RESULTADOS*/
.FilaEnBlanco
{
    height: 30px;
}
.FilaEnBlancoEstrecha
{
    height: 15px;
}
.FilaPunto
{
    /*background-color: #cacaca;*/
    padding-bottom: 20px;
    width: 75%;
    /*display: inline-block;*/
    vertical-align: top;
}
.PuntoVotacion
{
    font-size: 1.8rem; /*font-weight: bold;*/
    color: Black;
}
.LabelCabeceraRecuentos
{
    font-size: 1rem;
    /*font-family: 'Open Sans' , sans-serif;*/
}
/*TABLA DE RESULTADOS DE LA VOTACIÓN TIPO ORDENACION*/
.CeldaResORDENACION
{
    padding-left: 50px;
    padding-top: 20px;
}
.ResORDENACION
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.ResORDENACION td, .ResORDENACION th
{
    border: 1px solid #ddd;
    padding: 8px;
}

.ResORDENACION tr:nth-child(even)
{
    background-color: #f2f2f2;
}

.ResORDENACION tr:hover
{
    background-color: #ddd;
}

.ResORDENACIONAnchoPosicion
{
    width: 50px;
}
.ResORDENACIONAnchoBaremos
{
    width: 150px;
}
.ResORDENACION th
{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: cadetblue;
    color: white;
    white-space: nowrap;
}

.boton
{
    font-family:'Open Sans', sans-serif;
 /*background-color: #9B2F30;*/
    background-color: #00384b;
    color: White !important;
    text-decoration: none;
    border-style: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    font-size: small;
    font-weight: normal !important;
    padding: 4px 8px 4px 8px;
    color: White;
    border-style: none;
    margin-right: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.boton:Hover
{
    background-color: white;
    cursor: pointer;
    /*color: #9B2F30 !important;
    border-color: #9B2F30;*/
    color: #00384b !important;
    border-color: #00384b;
    border-style: solid;
    border-width: 1px;
}

.Contenido_Article {
    margin-right: 20px;
    /* background-image: url("/Images/PruebaFondo2.png"); /*Marca agua en contenidos y noticias */
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-left: 50px;
}



.fuenteEleccionesVotantes
{
    font-size: 0.9rem;
    font-family: 'Open Sans' , sans-serif;
    color: #696969;
}

.LabelErrorVoto
{
    font-size: 10pt;
    font-size: bold;
    color: #ff0000;
    /*font-family: 'Open Sans' , sans-serif;*/
}
.LabelMensajeVoto
{
    font-size: 10pt;
    font-size: bold;
    color: blue;
    /*font-family: 'Open Sans' , sans-serif;*/
}









