﻿/* CUSTOM select, si el navegador lo permite (chrome por ejemplo..)*/
/* CUSTOM select, si el navegador lo permite (chrome por ejemplo..)*/

/* Scroll BODY - MASTER */
.main_body::-webkit-scrollbar {
    width: 10px; /* ancho de la barra */
}

.main_body::-webkit-scrollbar-track {
    background: #001e42; /* background de la barra */
}

.main_body::-webkit-scrollbar-thumb {
    background-color: #eeeeee; /* color del scroll */
    background-image: -webkit-linear-gradient(145deg,rgba(238,238,238,.1) 20%,transparent 20%,transparent 40%,rgba(238,238,238,.1) 40%,rgba(238,238,238,.1) 60%,transparent 60%,transparent 80%,rgba(238,238,238,.1) 80%);
    border-radius: 20px; /* border del scroll */
    border: 2px solid #001871; /* border de color del background para que parezca separado de la barra. */
}

/* Scroll BODY - Paneles/Divs/Etc */
::-webkit-scrollbar {
    width: 10px; /*ancho de la barra */
}

::-webkit-scrollbar-track {
    background: #eeeeee; /*background de la barra */
}

::-webkit-scrollbar-thumb {
    background-color: #001e42; /*color del scroll */
    background-image: -webkit-linear-gradient(145deg,rgba(200,200,200,.1) 20%,transparent 20%,transparent 40%,rgba(200,200,200,.1) 40%,rgba(200,238,200,.1) 60%,transparent 60%,transparent 80%,rgba(200,238,200,.1) 80%);
    border-radius: 20px; /*border del scroll*/
    border: 2px solid #eeeeee; /*border de color del background para que parezca separado de la barra. */
}


/* FIN CUSTOM select, si el navegador lo permite (chrome por ejemplo..)*/
/* FIN CUSTOM select, si el navegador lo permite (chrome por ejemplo..)*/

div > label {
    /* Primer Label inside Div, "Etiquetas" */
    font-size: 0.9em;
}

/* Lato - FONTS */
/* Lato - FONTS */
@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Light.ttf') format('truetype');
    font-weight: lighter;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Lato';
    src: url('/Fonts/Lato/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
/* Roboto - FONTS */
/* Roboto - FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}


/*@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}*/


/*@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}*/


/* Fin - Roboto - FONTS */

.dialog {
    font-family: Tahoma;
    font-size: 11pt;
    color: #222222;
    background-color: #fff;
}

.icon_tab {
    /*height:auto;*/
    width: 20px;
    -webkit-animation: girar 8s ease-out infinite;
    -moz-animation: girar 8s ease-out infinite;
    animation: girar 8s ease-out infinite;
}

ul.nav li:nth-child(1) span > img.icon_tab,
ul.nav li:nth-child(1) a > img.icon_tab {
    animation-delay: 0s;
}

ul.nav li:nth-child(2) span > img.icon_tab,
ul.nav li:nth-child(2) a > img.icon_tab {
    animation-delay: 0.20s;
}

ul.nav li:nth-child(3) span > img.icon_tab,
ul.nav li:nth-child(3) a > img.icon_tab {
    animation-delay: 0.40s;
}

ul.nav li:nth-child(4) span > img.icon_tab,
ul.nav li:nth-child(4) a > img.icon_tab {
    animation-delay: 0.60s;
}

ul.nav li:nth-child(5) span > img.icon_tab,
ul.nav li:nth-child(5) a > img.icon_tab {
    animation-delay: 0.80s;
}

ul.nav li:nth-child(6) span > img.icon_tab,
ul.nav li:nth-child(6) a > img.icon_tab {
    animation-delay: 1.00s;
}

/*ul.nav li:nth-child(4) a > img.icon_tab {
    animation-delay: 0s !important;
}

ul.nav li:nth-child(5) a > img.icon_tab {
    animation-delay: 0.25s !important;
}

ul.nav li:nth-child(6) a > img.icon_tab {
    animation-delay: 0.5s !important;
}*/

@-moz-keyframes girar {
    10% {
        -moz-transform: rotateY(0deg);
    }

    80% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@-webkit-keyframes girar {
    10% {
        -webkit-transform: rotateY(0deg);
    }

    80% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes girar {
    10% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    80% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

div.img_new_container {
    overflow: hidden;
}

    div.img_new_container a img {
        transform: translateX(-125px);
        -webkit-animation: entrada_img 0.5s ease-out 1;
        -moz-animation: entrada_img 0.5s ease-out 1;
        animation: entrada_img 0.5s ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@keyframes entrada_img {
    0% {
        -webkit-transform: translateX(-125px) rotate3d(1, 2, -1, 50deg);
        opacity: 0;
        transform: translateX(-125px) rotate3d(1, 2, -1, 50deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate3d(0, 0, 0, 0deg);
        opacity: 1;
        transform: translateX(0px) rotate3d(0, 0, 0, 0deg);
    }
}

#news_bing div div:nth-child(1) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(1) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(1) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms;
}

#news_bing div div:nth-child(2) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(2) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(2) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}

#news_bing div div:nth-child(3) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(3) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(3) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
}

#news_bing div div:nth-child(4) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(4) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(4) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}

#news_bing div div:nth-child(5) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(5) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(5) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
}

#news_bing div div:nth-child(6) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(6) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(6) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

#news_bing div div:nth-child(7) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(7) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(7) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    -o-animation-delay: 350ms;
    animation-delay: 350ms;
}

#news_bing div div:nth-child(8) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(8) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(8) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}

#news_bing div div:nth-child(9) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(9) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(9) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    animation-delay: 450ms;
}

#news_bing div div:nth-child(10) table tbody tr img.img-thumbnail,
#bing_news div div:nth-child(10) table tbody tr img.img-thumbnail,
div.SNTabContent div:nth-child(10) table tbody tr img.img-thumbnail {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.content_giro tr td i.fa.fa-globe,
.content_giro tr td i.fa.fa-globe {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0;
    -webkit-animation: fade_img 0.5s ease-out 1;
    -moz-animation: fade_img 0.5s ease-out 1;
    animation: fade_img 0.5s ease-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fade_img {
    0% {
        -webkit-transform: rotateY(180deg);
        opacity: 0;
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.content_giro div:nth-child(1) td i.fa.fa-globe {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms;
}

.content_giro div:nth-child(2) td i.fa.fa-globe {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}

.content_giro div:nth-child(3) td i.fa.fa-globe {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
}

.content_giro div:nth-child(4) td i.fa.fa-globe {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}

.content_giro div:nth-child(5) td i.fa.fa-globe {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
}

.content_giro div:nth-child(6) td i.fa.fa-globe {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

.content_giro div:nth-child(7) td i.fa.fa-globe {
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    -o-animation-delay: 350ms;
    animation-delay: 350ms;
}

.content_giro div:nth-child(8) td i.fa.fa-globe {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}

.content_giro div:nth-child(9) td i.fa.fa-globe {
    -webkit-animation-delay: 450ms;
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    animation-delay: 450ms;
}

.content_giro div:nth-child(10) td i.fa.fa-globe {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.content_giro div:nth-child(11) td i.fa.fa-globe {
    -webkit-animation-delay: 550ms;
    -moz-animation-delay: 550ms;
    -o-animation-delay: 550ms;
    animation-delay: 550ms;
}

.content_giro div:nth-child(12) td i.fa.fa-globe {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}

.content_giro div:nth-child(13) td i.fa.fa-globe {
    -webkit-animation-delay: 650ms;
    -moz-animation-delay: 650ms;
    -o-animation-delay: 650ms;
    animation-delay: 650ms;
}

.content_giro div:nth-child(14) td i.fa.fa-globe {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms;
}

.content_giro div:nth-child(15) td i.fa.fa-globe {
    -webkit-animation-delay: 750ms;
    -moz-animation-delay: 750ms;
    -o-animation-delay: 750ms;
    animation-delay: 750ms;
}

.content_giro div:nth-child(16) td i.fa.fa-globe {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms;
}

.content_giro div:nth-child(17) td i.fa.fa-globe {
    -webkit-animation-delay: 850ms;
    -moz-animation-delay: 850ms;
    -o-animation-delay: 850ms;
    animation-delay: 850ms;
}

.content_giro div:nth-child(18) td i.fa.fa-globe {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: 900ms;
    -o-animation-delay: 900ms;
    animation-delay: 900ms;
}

.content_giro div:nth-child(19) td i.fa.fa-globe {
    -webkit-animation-delay: 950ms;
    -moz-animation-delay: 950ms;
    -o-animation-delay: 950ms;
    animation-delay: 950ms;
}

.content_giro div:nth-child(20) td i.fa.fa-globe {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}


/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- SECCION TAB COLOMBIA -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- SECCION TAB COLOMBIA -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

ul.nav > li > a {
    outline: none !important;
}

img.icon_tab_colombia {
    width: 15px;
}

ul.nav.colombia {
    /*background-color:rgba(0,0,0,.1);*/
}

ul.nav-tabs.colombia > li.active > a,
ul.nav-tabs.colombia > li.active > a:hover,
ul.nav-tabs.colombia > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}


/*ul.nav-tabs.colombia > li.active > a > img{
        animation-delay:0s !important;
        animation: girar 3s ease-out 1;
}*/

ul.nav.colombia > li > a {
    padding: 5px 6px;
    font-size: 13px;
}

span.texto_resaltado {
    background-color: rgba(12, 42, 49, .4);
    /*text-transform: capitalize;*/
    color: white;
    padding: 0px 2px 0px 2px;
    margin: 0px;
}

    span.texto_resaltado::selection {
        background-color: rgba(0, 24, 113, 0.2);
    }

li.procuraduria {
    border-left: 2px solid rgba(0, 24, 113, 1);
    float: right;
    border-top-left-radius: 20% 50%;
    border-bottom-left-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
}

    li.procuraduria a {
        padding: 10px 5px !important;
    }

    li.procuraduria:hover {
        background-color: rgba(0, 0, 0, .2);
        /*border-color:transparent;*/
    }

        li.procuraduria:hover a,
        li.procuraduria:active a,
        li.procuraduria:focus a {
            background-color: transparent !important;
            border-color: transparent !important;
        }
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FIN SECCION TAB COLOMBIA -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

.modalBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.modalPopup {
    border: 3px solid #AF0000;
    background-color: #efefef;
    padding: 3px;
}

.Titulo {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
    caption-side: bottom;
    letter-spacing: 2px;
}

.TituloPagina {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    caption-side: bottom;
    letter-spacing: 1px;
}

span.TextoAzul label {
    margin-left: 5px !important;
}

.TextoPagina {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    caption-side: bottom;
    letter-spacing: 2px;
}

.processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.Etiquetas {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.EtiquetasColapsible {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    vertical-align: middle;
    cursor: pointer;
}

.Etiquetas1 {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.EtiquetasSubMenu {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: small;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000000;
}

.EtiquetasError {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: Red;
    font-weight: 700;
}

.Botones1 {
    background-color: #000000;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
    width: 88px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 23px;
    cursor: pointer;
}

.BotonesLargos {
    background-color: #000000;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    background-image: url(../imagenes/btn_campol.gif);
    background-repeat: no-repeat;
    width: 130px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 23px;
    cursor: pointer;
}

.BotonesXL {
    background-color: #000000;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    background-image: url(../imagenes/btn_campoxl.gif);
    background-repeat: no-repeat;
    width: 190px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 23px;
    cursor: pointer;
}

.BotonesTabla {
    background-color: #dc143c;
    font-size: smaller;
}

.Botones {
    /*border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: 'Roboto' , 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../imagenes/btn-mediano.png') repeat-x center;
	width: 96px;
	padding: 0px;
	height: 25px;
    cursor:pointer;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;*/
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 96px;
    height: 25px;
    cursor: pointer;
    border-width: 0px;
    font-weight: bold;
    background: #D91218;
    background-image: -webkit-linear-gradient(top, #D91218, #001871);
    background-image: -moz-linear-gradient(top, #D91218, #001871);
    background-image: -ms-linear-gradient(top, #D91218, #001871);
    background-image: -o-linear-gradient(top, #D91218, #001871);
    background-image: linear-gradient(to bottom, #D91218, #001871);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .Botones:hover {
        /*background: url(../imagenes/btn-mediano-on.png) repeat-x 0px 0px;
    background-position :center;
    cursor:pointer;*/
        background: #AA0E13;
        background-image: -webkit-linear-gradient(top, #AA0E13, #920C10);
        background-image: -moz-linear-gradient(top, #AA0E13, #920C10);
        background-image: -ms-linear-gradient(top, #AA0E13, #920C10);
        background-image: -o-linear-gradient(top, #AA0E13, #920C10);
        background-image: linear-gradient(to bottom, #AA0E13, #920C10);
        text-decoration: none;
        cursor: pointer;
    }

.BotonesChico {
    /*font-family: 'Roboto' , 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../imagenes/btn-chico.png) repeat-x 0px 0px;
	background-position :center;
	width: 66px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 25px;
    cursor:pointer;*/
    height: 25px;
    width: 66px;
    font-weight: bold;
    background: #D91218;
    background-image: -webkit-linear-gradient(top, #D91218, #001871);
    background-image: -moz-linear-gradient(top, #D91218, #001871);
    background-image: -ms-linear-gradient(top, #D91218, #001871);
    background-image: -o-linear-gradient(top, #D91218, #001871);
    background-image: linear-gradient(to bottom, #D91218, #001871);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .BotonesChico:hover {
        /*background: url(../imagenes/btn-chico-on.png) repeat-x 0px 0px;
    background-position :center;
    cursor:pointer;*/
        background: #AA0E13;
        background-image: -webkit-linear-gradient(top, #AA0E13, #920C10);
        background-image: -moz-linear-gradient(top, #AA0E13, #920C10);
        background-image: -ms-linear-gradient(top, #AA0E13, #920C10);
        background-image: -o-linear-gradient(top, #AA0E13, #920C10);
        background-image: linear-gradient(to bottom, #AA0E13, #920C10);
        text-decoration: none;
        cursor: pointer;
    }

.BotonesGrande {
    /*border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: 'Roboto' , 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../imagenes/btn-grande.png') repeat-x center;
	width: 142px;
	margin: 0px;
	padding: 0px;
    	height: 25px;
	cursor:pointer;*/
    width: 142px;
    height: 25px;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    cursor: pointer;
    font-weight: bold;
    background: #D91218;
    background-image: -webkit-linear-gradient(top, #D91218, #001871);
    background-image: -moz-linear-gradient(top, #D91218, #001871);
    background-image: -ms-linear-gradient(top, #D91218, #001871);
    background-image: -o-linear-gradient(top, #D91218, #001871);
    background-image: linear-gradient(to bottom, #D91218, #001871);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .BotonesGrande:hover {
        /*background: url(../imagenes/btn-grande-on.png) repeat-x 0px 0px;
    background-position :center;
    cursor:pointer;*/
        cursor: pointer;
        background: #AA0E13;
        background-image: -webkit-linear-gradient(top, #AA0E13, #920C10);
        background-image: -moz-linear-gradient(top, #AA0E13, #920C10);
        background-image: -ms-linear-gradient(top, #AA0E13, #920C10);
        background-image: -o-linear-gradient(top, #AA0E13, #920C10);
        background-image: linear-gradient(to bottom, #AA0E13, #920C10);
        text-decoration: none;
        cursor: pointer;
    }

.BtnMostrar {
    background: url(../imagenes/mostrar.gif) repeat-x 0px 0px;
    background-position: center;
    width: 116px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 27px;
    cursor: pointer;
}

    .BtnMostrar:hover {
        background: url(../imagenes/mostrar-on.png) repeat-x 0px 0px;
        background-position: center;
    }

.BtnOcultar {
    background: url(../imagenes/ocultar.gif) repeat-x 0px 0px;
    background-position: center;
    width: 116px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 27px;
}

    .BtnOcultar:hover {
        background: url(../imagenes/ocultar-on.png) repeat-x 0px 0px;
        background-position: center;
    }

.BtnVolver {
    background: url(../imagenes/Volver3.GIF) repeat-x 0px 0px;
    background-position: center;
    width: 116px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 27px;
}

    .BtnVolver:hover {
        background: url(../imagenes/volver-on.png) repeat-x 0px 0px;
        background-position: center;
    }

.BtnDetC {
    background: url(../imagenes/detalles-coincidencias.gif) repeat-x 0px 0px;
    background-position: center;
    width: 190px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 27px;
}

.BotonImp {
    background: url(../imagenes/fileprint.png) repeat-x 0px 0px;
    background-position: center;
    width: 33px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 32px;
}

.Pointer {
    cursor: pointer;
    height: 27px;
}

.BtnDetC:hover {
    background: url(../imagenes/detalles-coincidencias-on.png) repeat-x 0px 0px;
    background-position: center;
}

.BtnCtasE {
    background: url(../imagenes/cuentas-encontradas.gif) repeat-x 0px 0px;
    background-position: center;
    width: 190px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    height: 27px;
}

    .BtnCtasE:hover {
        background: url(../imagenes/cuentas-encontradas-on.png) repeat-x 0px 0px;
        background-position: center;
    }

.TextoUser {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 9px;
    /* font-weight:bold;	*/
    color: #001871;
}

.TextBoxes {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #001871;
    background-image: url('../imagenes/bg_campo.jpg');
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    margin-left: 11px;
}

.TextBoxes_Centrado {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #001871;
    background-image: url('../imagenes/bg_campo.jpg');
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    margin-left: 11px;
    text-align: center;
}

.TextBoxes_SinMargen {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #001871;
    background-image: url('../imagenes/bg_campo.jpg');
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
}

}

A.One:visited {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #dc143c;
}

A.One:active {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #dc143c;
}

A.One:hover {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #dc143c;
}

A.One:link {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #dc143c;
}

A.Two:link {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #ffffff;
}

A.Two:visited {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #ffffff;
}

A.Two:active {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #a9a9a9;
}

A.Two:hover {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #00008b;
}

.TablaResBusqueda {
    font-weight: bold;
    color: #ffffff;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    background-color: #cc3366;
    background-color: #efefef;
    width: 69%;
    margin-left: 60px;
    height: 56px;
    border-color: #000000;
    border-style: double;
}

/* Titulo de la grilla*/
.Header {
    background-image: url('../imagenes/bgRow.jpg');
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    letter-spacing: 1px;
    text-indent: 2px;
    height: 18px;
    background-repeat: repeat-x;
    width: 100%;
    margin-right: 0px;
}

.Header2 {
    background-image: url(../imagenes/bgRow.jpg);
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: xx-small;
    letter-spacing: 1px;
    text-indent: 2px;
    height: 18px;
    background-repeat: repeat-x;
    /*border-color:#a9a9a9;
    border-style:double;*/
}

.PagerGrilla a {
    /*letter-spacing:4px !important;*/
    padding: 0px 2px 0px 2px;
    text-decoration: underline;
}

.PagerGrilla span {
    /*letter-spacing:4px !important;*/
    font-weight: bold;
}

.HeaderColapsible {
    background-image: url(../imagenes/bgRow.jpg);
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    letter-spacing: 1px;
    text-indent: 2px;
    height: 18px;
    background-repeat: repeat-x;
    cursor: pointer;
}

.MenuCell {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    /*background-image: url(../imagenes/btn_campol.jpg);    */
    background-color: #0000cd;
    color: #000000;
    text-align: center;
    height: 25px;
    font-size: small;
}

.MenuCellSelected {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    /*background-image: url(../imagenes/btn_campol.jpg);    */
    background-color: #a9a9a9;
    color: #000000;
    font-weight: bold;
    font-size: small;
    height: 25px;
}

.MenuCellHover {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    /*background-image: url(../imagenes/btn_campol.jpg);    */
    background-color: #00008b;
    color: #000000;
    font-size: small;
    height: 25px;
}

.menuh {
    font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 0px;
    height: 25px;
}

    .menuh ul,
    li {
        list-style-type: none;
    }

    .menuh ul {
        margin: 0;
        padding: 0;
    }

    .menuh li {
        float: left;
    }

    .menuh a {
        text-decoration: none;
        color: #3366CC;
        background: #F0F7FC;
        display: block;
        padding: 3px 10px;
        text-align: center;
        border: 1px solid #ACCFE8;
        border-width: 1px 1px 1px 1px;
    }

        .menuh a#primero {
            border-left: 1px solid #ACCFE8;
        }

        .menuh a:hover {
            background: #DBEBF6;
            height: 25px;
        }

.BordeGris {
    width: 100%;
    border-top-style: double;
    border-top-color: #a9a9a9;
    border-right-style: double;
    border-right-color: #a9a9a9;
    border-left-style: double;
    border-left-color: #a9a9a9;
    border-bottom-color: #a9a9a9;
    border-bottom-style: double;
    background-color: #efefef;
}

.BotonTransparente {
    background-color: Transparent;
    border-style: none;
    font-weight: bolder;
    font-size: smaller;
    color: gray;
    padding-right: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.AlternatingRowStyle {
    background-color: #e5e5e5;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
}

.HeaderStyle {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: Gray;
    font-weight: bold;
    color: White;
}

.HeaderWithSort * {
    color: white;
    text-decoration: none;
}

    .HeaderWithSort *:hover {
        color: lightgray;
    }

.SelectedRowStyle {
    background-color: #008A8C;
    color: White;
    font-weight: bold;
}

.RowStyle {
    background-color: #EEEEEE;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 9px;
}

.BordeCelda {
    border: thin solid #DBDBDB;
    padding: 5px !important;
}

/*black;
vertical-align: middle;
border-color: #EEEEEE;
border-width: 0;
background-color: White;
border-color: #a9a9a9;

border-left: thin solid #F5EBEA;
border-right: thin solid #F5EBEA;
border-top: thin solid #F5EBEA;
border-bottom: thin none #F5EBEA;
border: 1px solid #7C7C79;*/
.grillaTitulo {
    background-color: DarkGray;
    font-size: 8pt;
    color: white;
    vertical-align: middle;
}

.tablaFondo {
    font-size: 11px;
    letter-spacing: 1px;
    border-color: #a9a9a9;
    border-style: none;
    width: 100%;
    background-color: transparent;
}

.tablaFondo_SinBorde {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    background-color: #F2F2F2;
    border-style: none;
}

.tablaFondo2 {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    background-color: #F2F2F2;
    border-color: #a9a9a9;
    border-style: none;
}

.labels {
    color: #4D4D4D;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 11px;
}

.labels_fondoRojo {
    color: #6F6F6D;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 11px;
}

.TituloTab {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #C41117;
    font-weight: bolder;
    margin-left: 5px;
    margin-right: 5px;
}

.EtiquetasErrorChico {
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: Red;
}

.overlay {
    position: fixed;
    z-index: 2147483647 !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    /*width: 300px;*/
    height: 110px;
    text-align: center;
    font-family: Segoe UI Semibold, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 600;
}

    .overlayContent h2 {
        font-size: 16px;
        font-weight: bolder;
        color: #000;
        /*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff*/
        text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff
    }

    .overlayContent img {
        /*width: 50px;
    height: 50px;*/
        width: 75px;
        height: 50px;
    }

.TituloColapsible {
    text-decoration: none;
    cursor: pointer;
}

.tablaCoincidencias {
    font-family: 'Segoe UI Symbol', Verdana, Arial;
    font-size: 9px;
    width: 100%;
}

.MensajeError {
    color: red;
    border-style: none;
    font-weight: bold;
    font-family: 'Segoe UI Symbol', Verdana, Arial;
}

.botonCSS {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    color: #ffffff;
    min-width: 54px;
    height: 24px;
    white-space: nowrap;
    cursor: pointer;
    outline: 0 none;
    padding: 0 10px 2px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4980C1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80002B', endColorstr='#FFAA99');
    /* for IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80002B', endColorstr='#FFAA99');
    /* for IE 8 and above */
    background: -webkit-gradient(linear, left top, left bottom, from(#80002B), to(#FFAA99));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #80002B, #FFAA99);
    /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #80002B, #FFAA99);
    /* for Opera */
}

    .botonCSS:hover {
        font-size: 11px;
        font-weight: bold;
        font-family: Arial;
        color: #ffffff;
        min-width: 54px;
        height: 24px;
        white-space: nowrap;
        cursor: pointer;
        outline: 0 none;
        padding: 0 10px 2px;
        text-align: center;
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #4980C1;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0055', endColorstr='#FFAA99');
        /* for IE */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0055', endColorstr='#FFAA99');
        /* for IE 8 and above */
        background: -webkit-gradient(linear, left top, left bottom, from(#FF0055), to(#FFAA99));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #FF0055, #FFAA99);
        /* for firefox 3.6+ */
        background: -o-linear-gradient(top, #FF0055, #FFAA99);
        /* for Opera */
    }

.overlay {
    position: fixed;
    z-index: 98;
    /*top: -88px;*/
    left: 0px;
    right: 0px;
    /*bottom: 88px;*/
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    /*width:  130px;*/
    height: 110px;
    text-align: center;
    font-family: Segoe UI Semibold, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 600;
}

.buttonP {
    /*border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-family: 'Roboto' , 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../imagenes/btn-mediano.png') repeat-x center;
	width: 96px;
	padding: 0px;
	height: 25px;
    cursor:pointer;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;*/
    border-width: 0px;
    font-weight: bold;
    background: #D91218;
    background-image: -webkit-linear-gradient(top, #C51015, #333333);
    background-image: -moz-linear-gradient(top, #C51015, #333333);
    background-image: -ms-linear-gradient(top, #C51015, #333333);
    background-image: -o-linear-gradient(top, #C51015, #333333);
    background-image: linear-gradient(to bottom, #C51015, #333333);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: 'Roboto', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .buttonP:hover {
        background: #AA0E13;
        background-image: -webkit-linear-gradient(top, #AA0E13, #262626);
        background-image: -moz-linear-gradient(top, #AA0E13, #262626);
        background-image: -ms-linear-gradient(top, #AA0E13, #262626);
        background-image: -o-linear-gradient(top, #AA0E13, #262626);
        background-image: linear-gradient(to bottom, #AA0E13, #262626);
        text-decoration: none;
        cursor: pointer;
    }

.btnLogin {
    cursor: pointer;
}

.titulo_pagina {
    font-family: 'Roboto', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #7C7C79;
    margin-left: 10px;
    border-bottom: 2px solid #dae3e8;
    /*  border-top: 1px solid #dae3e8;*/
    margin-bottom: 15px;
    background: transparent;
}

div.titulo_pagina h3, div.titulo_pagina h2, div.titulo_pagina h1 {
    color: #001871;
}

    div.titulo_pagina span, div.titulo_pagina h3 i.fa {
        color: #00AEC7;
    }


.titulo_pagina_12 {
    font-family: 'Roboto', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6F6F6D;
    /*margin-left:10px;*/
    border-bottom: 1px solid #7C7C79;
    border-top: 1px solid #7C7C79;
    margin-bottom: 5px;
    height: 25px;
    background-color: #001e42;
    color: #efefef;
}

.titulo_pagina_12_conBoton {
    font-family: 'Roboto', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6F6F6D;
    /*margin-left:10px;*/
    border-bottom: 1px solid #7C7C79;
    border-top: 1px solid #7C7C79;
    margin-bottom: 5px;
    height: 35px;
    background-color: #001871;
    color: #efefef;
}

.label_titulo_pagina_12 {
    margin-top: 10px;
}

.buttonP_enabled {
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #F0474D));
    background: -moz-linear-gradient( center top, #ededed 5%, #F0474D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#F0474D');
    background-color: #EDEDED;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 2px solid #959593;
    font-family: 'Roboto', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #888886;
    height: 25px;
    width: 100px;
    cursor: pointer;
}

.buttonP_Mostrar {
    background-image: url(../imagenes/btn-mostar.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 22px;
}

.buttonP_Ocultar {
    background-image: url(../imagenes/btn-ocultar.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 22px;
}

.buttonP_FiltroUp {
    /*background-image: url(../imagenes/btn_filtroUp.png);    
    background-repeat:no-repeat;*/
    width: 70px;
    height: 22px;
}

.buttonP_FiltroDown {
    /*background-image: url(../imagenes/btn_filtroDown.png);
    background-repeat:no-repeat;*/
    width: 70px;
    height: 22px;
}

.linkGrilla {
    text-decoration: none;
    color: #9e0000;
}

div.opcionesPopUp {
    background-color: #ffd9d9;
}

label[for] {
    /*font-weight:bold;*/
}

.myNewClose {
    opacity: 1;
}

    .myNewClose:hover {
        opacity: 0.5;
    }



/* BTN: Modales */
.modal-dialog .modal-content .modal-footer a.btn, a.btn.btn-popUpConfirm {
    background-color: #f0f2f5;
    color: #001871;
    border: none;
    border: 1px solid #7e94a2;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 1px 0px #7e94a2;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    outline: none;
}

    .modal-dialog .modal-content:hover .modal-footer a.btn:hover, a.btn.btn-popUpConfirm:hover {
        background-color: #001871;
        opacity: .9;
        color: #f0f2f5;
        border: none;
        border: 1px solid #001871;
        font-size: 12px;
        border-radius: 3px;
    }

        a.btn.btn-popUpConfirm:hover i.fa, .modal-dialog .modal-content .modal-footer a.btn:hover i.fa {
            opacity: 1;
        }

    a.btn.btn-popUpConfirm i.fa, .modal-dialog .modal-content .modal-footer a.btn i.fa {
        margin-right: 3px;
        opacity: 0.5;
    }


@keyframes izquierdaDerechaColorModal {
    0% {
        border-color: rgba(14, 168, 222, 0);
        outline-color: transparent;
        /*background-color: #0e5a72;*/
        background-color: rgb(255, 255, 255);
    }

    50% {
        border-color: rgba(14, 168, 222, .3);
        outline-color: transparent;
    }

    100% {
        border-color: #adadad;
        outline-color: #adadad;
        background-color: #0ea8de;
    }
}

.modal-dialog.modal-center.modal-sm {
    margin-top: 15%;
}

.itagbtn {
    color: #001871;
    cursor: pointer;
}

a.lupa_busqueda:hover {
    background: none;
    /*background: url("imagenes/lupa_circle2.png");*/
}

.modal-dialog .modal-content .modal-footer {
    padding: 10px !important;
    background-color: rgba(50, 50, 50, .05) !important;
    border-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-top: 0px !important;
    border: none !important;
}

.modal-dialog .modal-content .modal-header h3 {
    font-size: 18px !important;
    font-weight: bold;
}

.modal-dialog .modal-content .modal-header button.close {
    color: #FFF !important;
    text-shadow: none !important;
    font-size: 25px;
}

.modal-dialog .modal-content .modal-body {
    padding-bottom: 15px !important;
    box-shadow: 1px 2px 2px rgba(50, 50, 50, .2) !important;
}
/* ------------------------------------------------------------------------------------------------ */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- PANTALLA DE CARGA ASYNCCC  NUEVA 20/08/2019 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- PANTALLA DE CARGA ASYNCCC  NUEVA 20/08/2019 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.async_div_loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .async_div_loader div {
        position: absolute;
        top: 27px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #001871;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .async_div_loader div:nth-child(1) {
            left: 6px;
            animation: async_div_loader1 0.6s infinite;
        }

        .async_div_loader div:nth-child(2) {
            left: 6px;
            animation: async_div_loader2 0.6s infinite;
        }

        .async_div_loader div:nth-child(3) {
            left: 26px;
            animation: async_div_loader2 0.6s infinite;
        }

        .async_div_loader div:nth-child(4) {
            left: 45px;
            animation: async_div_loader3 0.6s infinite;
        }

@keyframes async_div_loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes async_div_loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes async_div_loader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FIN FIN FIN FIN  NUEVA 20/08/2019 -+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.btn_span_icon {
    cursor: pointer;
    width: 25px;
    height: 100%;
    padding: 5px;
    background: rgba(250, 250, 250, .9);
    border-radius: 50%;
    border: 1px solid rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 2px rgba(50, 50, 50, .2);
    transition: 0.2s;
    display: inline-block;
    margin: auto;
    margin-left: 3px;
    margin-right: 3px;
}

    .btn_span_icon.img_btn {
        text-align: center;
    }

    .btn_span_icon.img_btn_multiple {
        margin: 0px;
    }

td .btn_span_icon.img_btn_multiple:first-child {
    margin-right: 3px;
}


.btn_span_icon:hover {
    cursor: pointer;
    background-color: rgba(0, 24, 113, .9);
    border-radius: 50%;
    border: 1px solid rgba(250, 250, 250, .3);
    box-shadow: 1px 1px 2px rgba(50, 50, 50, .8);
}

    .btn_span_icon:hover i {
        color: rgba(250, 250, 250, 1) !important;
    }

.span_default_select {
    text-align: center;
    width: 100%;
    display: block;
    color: darkgray;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Modal 360  -+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Modal 360  -+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.modal-header.c360_normal {
    background-color: #001e42;
    color: rgba(2250, 250, 250, 1);
}

.modal-footer.c360_normal {
    background-color: rgba(150, 150, 150, .1);
}

/* +-+-+-+-+-+-+-+- fin fin fin fin fin  +-+-+-+-+-+-+- Modal 360  -+-+--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color: #001871;
}

button.btn.btn-default.c360_normal {
    /*font-size: 12px;
    color: #333;
    transition: 0.2s;
    font-weight: 600;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    transition: all .6s, transform .1s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    outline: none;*/
    background-color: #f0f2f5;
    color: #001871;
    border: none;
    border: 1px solid #7e94a2;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 1px 0px #7e94a2;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    outline: none;
}

    button.btn.btn-default.c360_normal i {
        opacity: 0.5;
    }

    button.btn.btn-default.c360_normal:hover,
    .btn-group.open button.btn.btn-default.c360_normal,
    button.btn.btn-default.c360_normal:disabled /*,
    button.btn.btn-default.c360_normal:focus*/ {
        /*background: rgba(0, 24, 113, .9);
        border-color: #adadad;
        color: white;*/
        /*background-color: #7e94a2;*/
        background-color: #001871;
        opacity: 90%;
        color: #f0f2f5;
        border: none;
        border: 1px solid #001871;
        font-size: 12px;
        border-radius: 3px;
    }

        button.btn.btn-default.c360_normal:hover i.fa {
            opacity: 1;
        }

    button.btn.btn-default.c360_normal:active {
        background-color: #001871;
        opacity: 70%;
        color: #f0f2f5;
        border: 1px solid #001e42;
        font-size: 12px;
    }

button.btn.btn-default i.fa {
    margin-right: 3px;
}

/*button.btn.btn-default.c360_normal:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 2px;
    width: 0;
    height: calc(100% - 4px);
    border-radius: 2px;
    background-color: rgba(0, 24, 113, 0);
    transition: all .6s;
    z-index: -1;
    border: 1px solid transparent;
    padding: 2px;
}

button.btn.btn-default.c360_normal:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 2px;
    width: 0;
    height: calc(100% - 4px);
    border-radius: 2px;
    background-color: rgba(0, 24, 113, 0);
    transition: all .6s;
    z-index: -1;
    border: 1px solid transparent;
    padding: 2px;
}

button.btn.btn-default.c360_normal:hover:after,
button.btn.btn-default.c360_normal:disabled:after,
button.btn.btn-default.c360_normal:focus:after {
    width: calc(100% - 4px);
    background: rgba(0, 24, 113, 0.5);
    animation: izquierdaDerechaColor 1 ease-in .5s;
    animation-fill-mode: forwards;
}

button.btn.btn-default.c360_normal:hover:before,
button.btn.btn-default.c360_normal:disabled:before,
button.btn.btn-default.c360_normal:focus:before {
    width: calc(100% - 4px);
    background: rgba(0, 24, 113, 0.5);
    animation: izquierdaDerechaColor 1 ease-in .5s;
    animation-fill-mode: forwards;
}*/

@keyframes izquierdaDerechaColor {
    0% {
        border-color: rgba(0, 24, 113, 0);
        outline-color: transparent;
        background-color: rgb(255, 255, 255);
    }

    50% {
        border-color: rgba(0, 24, 113, 0.3);
        outline-color: transparent;
    }

    100% {
        border-color: #adadad;
        outline-color: #adadad;
        background-color: #001871;
    }
}

/*@keyframes derechaIzquierdaColor {
    0% {
        background-color: rgba(12,42,49,.3);
    }
    100% {
        background-color: rgba(0,24,113,.8);
    }
}*/
.btn-default .badge {
    background-color: #999 !important;
}



.divBotonSuperior span i.fa {
    color: #7e94a2 !important;
    opacity: 0.5;
}

.divBotonSuperior:hover span i.fa {
    color: #00AEC7 !important;
    opacity: 1;
}

.divBotonSuperior span i.fa:hover {
    color: #001871;
}

.divBotonSuperior span i.fa:active {
    color: #7e94a2 !important;
}

.divBotonSuperior span i.fa:not(.sinOpacity) {
    margin-right: 3px;
}

.divBotonSuperior span i.fa.sinOpacity {
    opacity: 1;
}

.divBotonSuperior.noLabel {
    min-height: 35.4px; /* Misterioso..*/
}

    .divBotonSuperior.noLabel h6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

        .divBotonSuperior.noLabel h6 span i.fa {
            font-size: 16px;
        }




.divBotonSuperior {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    background-color: #f0f2f5;
    color: #7e94a2;
    border: none;
    text-align: center;
    border: 1px solid #dae3e8;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.5s;
}


    .divBotonSuperior:hover {
        background-color: #f0f2f5;
        color: #001871;
        border: none;
        text-align: center;
        border: 1px solid rgba(50,50,50,.4);
        font-size: 14px;
        border-radius: 5px;
    }

    .divBotonSuperior:active {
        background-color: #f0f2f5;
        color: #7e94a2;
        border: 1px solid #7e94a2;
        text-align: center;
        font-size: 14px;
    }



span.disabled_click {
    pointer-events: none;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline-color: rgba(0, 24, 113, 0.2) !important;
}


/* ESTADO DE COINCIDENCIAS BusquedaDetalle, MatchingCoinc y BusquedaApertura*/
/* ESTADO DE COINCIDENCIAS BusquedaDetalle, MatchingCoinc y BusquedaApertura*/

.div_flag_content.new_flag .flag-icon-headerr {
    position: relative;
}

.div_flag_content.new_flag .flag-icon-header span {
    padding-left: 2px;
}


.div_flag_content.new_flag .flag-icon-headerr:before {
    content: '';
    position: absolute;
    /*bottom: 25%;*/
    /* top: 25%; */
    left: 0;
    border-top: 13px solid rgba(0,179,0,.4);
    border-right: 20px solid #ff000000;
    width: 0;
}

.borde_conc.con_confirmada .div_flag_content.new_flag .flag-icon-headerr:before {
    border-top: 13px solid rgba(179,0,0,.3);
}

.borde_conc.con_descartada .div_flag_content.new_flag .flag-icon-headerr:before {
    border-top: 13px solid rgba(0,179,0,.3);
}

.borde_conc.con_pendiente .div_flag_content.new_flag .flag-icon-headerr:before {
    border-top: 13px solid rgba(150,150,150,.3);
}

.borde_conc.con_confirmada .div_flag_content.new_flag .flag-icon-header {
    background-color: rgba(179,0,0,.3);
}

.borde_conc.con_descartada .div_flag_content.new_flag .flag-icon-header {
    background-color: rgba(0,179,0,.3);
}

.borde_conc.con_pendiente .div_flag_content.new_flag .flag-icon-header {
    background-color: rgba(150,150,150,.3);
}

i.fa.span_info_DJ {
    margin-left: 5px;
    color: #10a6d8;
    opacity: .5;
    cursor: help;
}

    i.fa.span_info_DJ:hover {
        transition: .3s;
        color: #001871;
        box-shadow: 1px 1px rgba(50,50,50,.5);
    }


span.span_conc_estado {
    display: inline-block;
    font-size: 12px;
    color: white;
    border-radius: 50%;
    /*padding: 2px;*/
    height: 16px;
    width: 16px;
    text-align: center;
    cursor: help;
    animation: fadeEstado 1.5s;
}

@keyframes fadeEstado {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

span.conc_estado_pendiente {
    background: #a7a7a7;
    box-shadow: 2px 3px 0px #5d5a5a;
}

span.conc_estado_confirmada {
    background: #d42525;
    box-shadow: 2px 3px 0px #610f0f;
}

span.conc_estado_desestimada {
    background: #29b129;
    box-shadow: 2px 3px 0px #106910;
}
/* --FIN-- ESTADO DE COINCIDENCIAS BusquedaDetalle, MatchingCoinc y BusquedaApertura*/



/*TABLA RAMA JUDICIAL - BUSQUEDAS */

table.table_rama_judicial div.label_sup {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    text-align: left;
    letter-spacing: 0px;
    float: left;
    color: dimgray;
}

    table.table_rama_judicial div.label_sup span {
        margin-left: 5px;
    }

table.table_rama_judicial div.campo_info span {
    margin-left: 15px;
}

table.table_rama_judicial div.campo_info {
    font-size: 14px;
    display: inline-block;
    float: left;
}

    table.table_rama_judicial div.campo_info span.inner_span_dep {
        margin-left: 0px;
        font-size: 11px;
        color: #001871;
        font-weight: bold;
        font-style: italic;
    }


table.table_rama_judicial div.divisor {
    width: 100%;
    background-color: #e6e6e6;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    height: 1px;
    opacity: .7;
}

table.table_rama_judicial div.div_content_procesales {
    font-size: 11px;
    border-radius: 3px;
    background-color: rgba(200,200,200,.3);
    padding: 4px;
}

table.table_rama_judicial {
    transition: .5s;
}

    table.table_rama_judicial:hover {
        background: rgba(200,200,200,.3);
    }

    table.table_rama_judicial td {
        padding: 3px;
    }

    table.table_rama_judicial i.download_rama_judicial:not(.download_rama_judicial_privado) {
        color: #001871;
        transition: .15s;
        cursor: pointer;
    }

    table.table_rama_judicial i.download_rama_judicial.download_rama_judicial_privado {
        color: dimgray;
    }


    table.table_rama_judicial i.download_rama_judicial:not(.download_rama_judicial_privado):hover {
        color: #428bca;
        /*text-shadow: 1px 2px 2px rgba(150, 150, 150, .5);*/
    }



    table.table_rama_judicial div.div_registrosMaximos, table.table_rama_judicial div.div_registrosMayorAMil, table.table_rama_judicial div.div_registrosNoRealizo {
        width: 100%;
        border-radius: 3px;
        padding: 3px;
        text-align: center;
        width: 100%;
        font-size: 13px;
    }

    table.table_rama_judicial div.div_registrosMaximos {
        border: 1px solid #ff8c00;
        background: rgba(255, 140, 0, .3);
        box-shadow: 1px 2px 2px rgba(255, 140, 0, .6);
    }


    table.table_rama_judicial div.div_registrosMayorAMil {
        border: 1px solid rgba(255, 0, 0, 1);
        background: rgba(255, 0, 0, .3);
        box-shadow: 1px 2px 2px rgba(255, 0, 0, .6);
    }

    table.table_rama_judicial div.div_registrosNoRealizo {
        border: 1px solid rgba(105, 105, 105, .9);
        background: rgba(105, 105, 105, .3);
        box-shadow: 1px 2px 2px rgba(105, 105, 105, .5);
    }


/*  CUMPLO NUEVA IMAGEN CSS PANELES  */

.panel.panel-default.nueva_imagen > .panel-heading {
    background-color: #dae3e8;
}

    .panel.panel-default.nueva_imagen > .panel-heading.clickable {
        cursor: pointer;
    }

        .panel.panel-default.nueva_imagen > .panel-heading.clickable:hover {
            background-color: #b6c6d0;
            transition: .5s;
        }



    .panel.panel-default.nueva_imagen > .panel-heading .div_title_header {
        color: #001871;
    }

        .panel.panel-default.nueva_imagen > .panel-heading .div_title_header i {
            color: #00AEC7;
        }

div.titulo_pagina span, div.titulo_pagina h3 i.fa {
    color: #00AEC7;
}

.panel.panel-default.nueva_imagen > .panel-footer {
    background: #f5f5f5;
}


.panel.panel-default.nueva_imagen {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 10px -10px, rgba(0, 0, 0, 0.05) 0px 15px 10px -15px;
}

div.div_tableFIXEDHeader div.div_scroleable {
    /*
        vh: unidad de altura, en porcentaje la altura total del navegador
        50vh --> 50% de la altura del navegador (600px si mide 1200px)
    */
    position: relative;
    max-height: calc(50vh - 1px);
    min-height: 47px;
    overflow-Y: auto;
}

.div_conc_ajax_loader {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel.panel-default .panel-body .div_sub_header {
    margin-top: 15px;
    background: #ececec;
    color: #00aec7;
}

/* fin CUMPLO NUEVA IMAGEN CSS PANELES */

.tooltip.fade {
    z-index: 1051;
}

.wrapper.fadeContents > div.row {
    margin: 0;
}

div.container.fadeContents > div.row, .wrapper.fadeContents > div.row {
    animation: fadeinDiv 4s;
    /*opacity: 1;*/
    /*animation-fill-mode: forwards;*/
}

    div.container.fadeContents > .row:nth-of-type(1), .wrapper.fadeContents > div.row:nth-of-type(1) {
        animation-delay: -1.75s;
    }

    div.container.fadeContents > .row:nth-of-type(2), .wrapper.fadeContents > div.row:nth-of-type(2) {
        animation-delay: -1.5s;
    }

    div.container.fadeContents > .row:nth-of-type(3), .wrapper.fadeContents > div.row:nth-of-type(3) {
        animation-delay: -1.25s;
    }

    div.container.fadeContents > .row:nth-of-type(4), .wrapper.fadeContents > div.row:nth-of-type(4) {
        animation-delay: -.5s;
    }


div.container.fadeContents .titulo_pagina h3 {
    -webkit-animation: fadeinDiv 4.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinDiv 4.5s; /* Firefox < 16 */
    -ms-animation: fadeinDiv 4.5s; /* Internet Explorer */
    -o-animation: fadeinDiv 4.5s; /* Opera < 12.1 */
    animation: fadeinDiv 4.5s;
    opacity: 1;
    /*animation-fill-mode: forwards;*/
    animation-delay: -1.25s;
}

@keyframes fadeinDiv {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Estilos notificacion emergente, mensaje de error */

#toastMensajeError {
    border: 0px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

    #toastMensajeError:hover, #toastMensajeError:focus {
        color: white;
    }

    #toastMensajeError i.fa {
        opacity: 0;
        margin-left: 3px;
    }

    #toastMensajeError:hover i.fa {
        opacity: 1;
        transition: 0.2s;
    }


/* Estilos para el visualizador de passwords.*/

.passwordEyeContainer {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 2px;
    cursor: pointer;
    color: grey;
    padding: 8px;
    
}
.passInputContainer{
    position: relative;
}

.passwordEyeContainer svg {
    height: 15px;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.hide-eye {
    display: none;
}