﻿body {
    font-family: Roboto;
    font-weight: normal;
    color: #666;
    -moz-transform: scale(1.0, 1.0);
    zoom: 1.0;
    zoom: 100%;
    background-color: white;
    text-rendering: optimizeLegibility;
}

a {
    color: rgb(88,90,95);
}

    a:link {
        text-decoration: none;
        color: rgb(88,90,95);
        outline: none;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        font-weight: bold;
    }

    a:hover {
        color: #A41D36;
    }

    a:active {
        color: #A41D36;
    }

h2 {
    font-size: 17px;
    color: #A41D36;
    font-weight: bold;
}

textarea {
    text-align: left !important;
}

img {
    margin: 0px;
    padding: 0px;
}

hr {
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

input {
    margin: 1px !important;
}

[class*="col-"] {
    border: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

    .row label {
        font-weight: normal;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}


.Loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url('Img/house-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

/* -------------------------------------------------------------------    Seccion General-   -----------------------------------------------------------------------------*/
.form-control {
    margin: 2px !important;
	color: #142532;
}

[readonly].form-control {
    background-color: white;
    overflow: hidden;
    border-color: #CFCDCD;
    color: #6E6F71;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(222, 226, 230) !important;
}


.form-control:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(222, 226, 230) !important;
}

.form-select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


.input-error {
    background-color: #fff !important;
    border: 0;
    padding-left: 15px !important;
    font-size: 10px;
    color: red;
}

.classH3 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

.activo {
    background: #A41D36;
    color: #fff;
}

.body_home {
    background-image: url('Img/background_invex_2.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}

.content {
    background-color: none;
    margin-bottom: 50px;
    min-height: 580px;
    /*background-color: none;
    height: 680px;
    margin-bottom: 50px;
    display: table-cell;
    float: left;*/
}

.disbled_row_margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row_margin_20 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.txtareatrabajo {
    color: #8E857B;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.div_br_separator {
    height: 40px;
}

.div_br_separator_10 {
    height: 10px;
}

.div_br_separator_20 {
    height: 20px;
}

.Portal_Invex_Modal {
    width: 95%;
    margin-left: 1%;
    margin-right: 1%;
}

.Portal_Invex_Modal_Hr {
    width: 90%;
}

.Portal_Invex_Modal_Header {
    width: 97%;
    background-color: #9EA374;
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
}

.Portal_Invex_Modal_Header_Radious {
    background-color: #9EA374;
    color: white !important;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.Portal_Invex_Modal_Header_Radious_Blue {
    background-color: rgba(0,94,158,1);
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.Portal_Invex_Modal_Header_Radious_Blue_Sky {
    background-color: rgba(62,151,201,1);
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.Portal_Invex_Modal_Header_Radious_Orange {
    background-color: rgba(234,108,32,1);
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.Portal_Invex_Modal_Header_Radious_Red {
    background-color: rgba(197,49,53,1);
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.Portal_Invex_Modal_Header_Radious_Modal {    
    color: #585a5f;    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 5px;
    font-weight: bold;
}

.Portal_Invex_Modal_SubHeader_Radious_Modal {
    color: #585a5f;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 5px;
    font-weight: bold;
}

.Portal_Invex_Modal_Header_Radious_Grey_Modal {
    background-color: rgb(88,90,95);
    color: white !important;
    padding: 5px 5px 5px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 10px;
    border-radius: 5px;
}

    .Portal_Invex_Modal_Header_Radious_Grey_Modal label {
        color: white !important;
    }


.Portal_Invex_Modal_Header_Pleca {
    width: 15px;
    height: 40px;
    background-color: #A41D36;
    margin-bottom: 20px;
    margin-top: 10px;
    position: absolute;
}

.Portal_Invex_Modal_Content {
    margin-left: 50px;
    margin-right: 50px;
}

.Portal_Invex_Modal_Content_Text {
    margin-left: 30px;
    text-align: justify;
}

/* -------------------------------------------------------------------    Seccion General-   -----------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------    Seccion Login    -----------------------------------------------------------------------------*/

.div-caja-txt {
    font-weight: bold;
}

.caja-txt {
    font-size: 13px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 7px;
    margin-bottom: 9px;
}

.titulo-acceso {
    color: #ffffff;
    font-size: 14px;
    background-color: #9EA374;
    text-shadow: 1px 1px 3px #ccc;
    text-align: center;
    margin-bottom: 8px;
    padding: 4px;
    height: 32px;
}

.txt-entrar {
    color: #A41D36;
    margin-top: 3px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
}

.txt-ayuda {
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .txt-ayuda > a {
        color: #a41d36 !important;
        font-size: 11px !important;
    }

        .txt-ayuda > a:hover {
            font-weight: bold;
        }

.btn_entrar {
    margin-top: 7px;
    font-size: 11px;
    color: white;
}

    .btn_entrar > a {
        width: 77px;
        height: 25px;
        display: block;
        color: #fff !important;
        background: #A41D36 !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 4px;
        font-size: 12px !important;
    }

        .btn_entrar > a:hover {
            width: 77px;
            height: 25px;
            display: block;
            color: #fff !important;
            background: #9EA374 !important;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 4px;
            font-size: 12px !important;
        }

.div-ses {
    position: relative;
    width: 410px;
    height: 68px;
    margin-right: 240px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(235,230,230,1) 10%, rgba(235,230,230,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(235,230,230,1) 10%,rgba(235,230,230,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(235,230,230,1) 10%,rgba(235,230,230,1) 90%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    float: right;
    margin-top: -80px;
    padding: 8px;
    padding-left: 12px;
    border-bottom: none;
    color: #827f7f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.txt-bienvenida {
    font-size: 14px;
    /*color:#8e857b;*/
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 0px;
    margin-top: -5px;
}

.txt-nom {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.cierra {
    /*display:inline-block;
    vertical-align:top;
    text-align:left;*/
    font-size: 12px;
}

    .cierra a {
        color: rgb(88,90,95);
        text-decoration: underline;
        font-size: 12px !important;
        font-weight: normal;
        padding-right: 20px;
    }

.cambia {
    font-size: 12px;
}

    .cambia a {
        color: #8e857b;
        text-decoration: underline;
        font-size: 12px !important;
        font-weight: normal;
    }

.div-logout {
    width: 550px; 
}

.btn-login {
    color: #fff;
    background: #A41D36;
    background: -moz-linear-gradient(top, #A41D36 0%, #A41D36 53%, #a7213a 100%);
    background: -webkit-linear-gradient(top, #A41D36 0%,#A41D36 53%,#a7213a 100%);
    background: linear-gradient(to bottom, #A41D36 0%,#A41D36 53%,#a7213a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A41D36', endColorstr='#A41D36',GradientType=0 );
    border-color: white;
}

    .btn-login:hover {
        /*color: #fff;
    background-color: #abac7d;
    border-color: #fff;
    border-style:double;*/
        /*background: #edb5bf;
    background: -moz-linear-gradient(top,  #edb5bf 0%, #e3a3ae 51%, #d3909c 100%);
    background: -webkit-linear-gradient(top,  #edb5bf 0%,#e3a3ae 51%,#d3909c 100%);
    background: linear-gradient(to bottom,  #edb5bf 0%,#e3a3ae 51%,#d3909c 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb5bf', endColorstr='#d3909c',GradientType=0 );*/
        color: #fff;
        background: rgb(88,90,95);
        background: -moz-linear-gradient(top, rgb(88,90,95) 0%, rgb(88,90,95) 100%);
        background: -webkit-linear-gradient(top, rgb(88,90,95) 0%,rgb(88,90,95) 100%);
        background: linear-gradient(to bottom, rgb(88,90,95) 0%,rgb(88,90,95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(88,90,95)', endColorstr='rgb(88,90,95)',GradientType=0 );
        border-color: white;
    }


.input-group-addon-login {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #555;
    border: 1px solid #555;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-control-login {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #555;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0px !important;
}



/* ---------------------------------------------------------------------    Seccion Login    -----------------------------------------------------------------------------*/

/* --------------------------------------------------------------------    Seccion Header    -----------------------------------------------------------------------------*/
.iconoinvex {
    padding-bottom: 15px;
    margin-right: 10px;
}

.icono-home {
    margin-left: 10%;
    margin-top: 20px;
}

li > a:hover > #iconoHome > img {
    content: url('../Content/Img/icono-home_hover.png');
}

header {
    padding-top: 0px;
    text-align: center;
}

.banner {
    height: 69px;
    background: #A41D36;
    border-bottom: 3px solid #fff;
    box-shadow: none;
    background-position: 98px 0px;
}

/* --------------------------------------------------------------------    Seccion Header    -----------------------------------------------------------------------------*/

/* --------------------------------------------------------------------    Seccion Menú    -------------------------------------------------------------------------------*/

.menulabel {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 100 !important;
    font-family: Roboto, Helvetica, sans-serif;
}

.menu_no_padding {
}
/*

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #ffffff !important;
}
*/
.navbar-header {
    float: left;
    width: 180px;
    margin-right: 15px;
    background-color: white;    
    z-index: 3000 !important;    
}

.navar-nav {
    vertical-align: middle !important;
}

.navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-nav > li {
    margin-left: 0px !important;
}

    .navbar-nav > li > a {
        padding-bottom: 5px;
    }

/*.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px !important;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: transparent !important;
    }
    */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #990033 !important;
    font-weight: bold;
    background-color: transparent !important;
}

.navbar-right1 {
    margin-top: 0px;
    margin-right: 85px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navbar-default {
    background-color: inherit !important;
    border-color: transparent !important;
}

.dropdown-menu > li > a {
    font-size: 14px !important;
}



.delimita-menu {
    border-bottom: 5px solid #A41D36;
    border-top: 5px solid #A41D36;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
    background-color: #A41D36 !important;
    color: white;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.menuelemento-renglon {
    display: inline;
    white-space: nowrap;
}



menu {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto !important;
    margin-left: 40px !important;
}

menuelemento {
    text-align: center;
    color: #ccc;
    border-bottom: #ccc 1px solid;
    vertical-align: middle;
    margin-left: 5px;
}

.menuelemento_li {
    list-style: none;
}

.menuelemento_a {
    position: relative;
    width: auto;
    height: auto !important;
}    

menuelemento > a:link {
    text-decoration: none;
    color: #72797F;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-weight: bold;
    font-size: 12px;
}

menuelemento > a:hover {
    color: #990033;
}

.menuContainer {
    height: 70px;
    color: #666;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
}

    .menuContainer > li > a {
        height: 70px;
        color: #666;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
    }

.border-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
}

/* --------------------------------------------------------------------    Seccion Menú    -------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------    Seccion Carrousel    ----------------------------------------------------------------------------*/

.carousel-slide {
    max-width: 1014px !important;
    max-height: 274px !important;
}

.carousel-inner {
    width: 100%;
    margin: auto;
    min-height: 200px;
}

.carousel-indicators {
    margin-bottom: 35px;
}

/*@media (max-width: 600px) {
    .carousel-caption {
        display: none; 
    }
}*/

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0000)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0000)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-indicators {
    margin-bottom: -25px !important;
    list-style-type: none;
}

/* ------------------------------------------------------------------    Seccion Carrousel    ----------------------------------------------------------------------------*/

/* --------------------------------------------------------------------    Seccion Footer    -----------------------------------------------------------------------------*/

.tituloRegion {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 9px 0;
    font-size: 14px;
    font-family: Roboto;
    color: #666;
}


.div_footer {
}

.footer_space {
    height: 30px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

footer {
    width: 100%;
    background-color: #EEEEEE;
    /*padding: 15px;*/
    padding-top: 2px;
    padding-bottom: 15px;
}

.footer_container {
    /*height:35px;*/
    position: relative;
}

.submenu {
    font-size: 15px !important;
}

    .submenu ul {
        background: #ccc;
    }

    .submenu > li {
        height: 18px;
        list-style: none;
    }

        .submenu > li > a {
            font-size: 13px !important;
            font-style: normal;
            font-weight: bold;
            text-decoration: none;
            color: #A30931;
        }

            .submenu > li > a > i {
                color: #A30931 !important;
            }

            .submenu > li > a:link {
                color: #A30931;
                height: 40px;
                padding: 5px;
            }

            .submenu > li > a:hover {
                color: ##A30931;
                height: 40px;
                padding: 5px;
            }

.borde-der {
    border-right: 1px solid #999;
    text-align: center;
}

.contenedorMenuHorizontal {
    background-color: #990033;
    color: #fff;
    font-family: Roboto;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    text-align: center;
}

    .contenedorMenuHorizontal a {
        color: #fff;
        font-size: 10px !important;
        text-decoration: none;
        text-align: center;
        padding: 0px 2px 0 0;
        cursor: pointer;
    }

        .contenedorMenuHorizontal a:hover {
            color: #ccc;
            transition: background 250ms ease;
        }

.diventidades1 {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

    .diventidades1 > a > img {
        width: 100%;
        height: 100%;
    }

.diventidades2 {
    width: 67px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

    .diventidades2 > a > img {
        width: 100%;
        height: 100%;
    }

.diventidades3 {
    width: 54px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

    .diventidades3 > a > img {
        width: 100%;
        height: 100%;
    }

.invexfooter {
    width: 218px;
    height: 32px;
}

.txtderechos {
    font-size: 10px;
    color: #666666;
}

.twitter {
    width: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

    .twitter > a:hover > img {
        content: url('../Content/Img/icono_compartir_tw_hover.png');
    }

.facebook {
    width: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

    .facebook > a:hover > img {
        content: url('../Content/Img/icono_compartir_fb_hover.png');
    }

.email {
    width: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

    .email > a:hover > img {
        content: url('../Content/Img/icono_compartir_mail_hover.png');
    }

.google {
    width: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

    .google > a:hover > img {
        content: url('http://www.itbusinessedge.com/icom_includes/socialnetworking/img/gplus-16.png');
    }

.social {
    margin-top: -30px;
}

/* --------------------------------------------------------------------    Seccion Footer    -----------------------------------------------------------------------------*/


/* ---------------------------------------------------------------    Seccion Modal Contraseña    ------------------------------------------------------------------------*/

.fig-aviso {
    width: 450px;
    height: 350px;
    background-color: #f8f5f5;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5px;
    border-color: #e7e7e7 !important;
    border: solid 1px;
    padding: 10px 10px 10px 10px;
}

.aviso-nom {
    width: 400px;
    height: 42px;
    background-color: #A41D36;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 10px;
    border-bottom: none;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.aviso-con {
    width: 250px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 4px;
    margin-bottom: 7px;
    background-color: #ccc;
}

.pop-aviso {
    border-color: #A41D36;
    border-style: solid;
    border-width: 5px;
    width: 400px;
    height: 280px;
    background-color: #e0d9d5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.recupera {
    color: #9EA374;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pregunta {
    color: #9EA374;
    font-size: 12px;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 5px;
}

.btn-cerrar {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/* ---------------------------------------------------------------    Seccion Modal Contraseña    ------------------------------------------------------------------------*/


/* ----------------------------------------------------------    Seccion Elementos Interes General    --------------------------------------------------------------------*/

.nav-tabs {
    vertical-align: top;
    display: inline-flex;
    border: none;
    margin-left: 0px;
    margin-right: 0px;
}

    .nav-tabs > li {    
    }

.well {
    background-color: transparent;
    border: none;
    border-color: transparent;
    padding-top: 5px;
}

.Portal_Invex_InterestingElements {
    border-bottom: none !important;
    margin: 0px;
    -webkit-padding-start: 0px;
}

    .Portal_Invex_InterestingElements > li {
        list-style: none;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

.Portal_Invex_InterestingElements_li > a {
    background-color: rgba(0,0,0,0);
    border: none !important;
    color: rgba(255,255,255,0);
    text-decoration: none;
}

    .Portal_Invex_InterestingElements_li > a:hover, .Portal_Invex_InterestingElements_li > a:link, .Portal_Invex_InterestingElements_li > a:visited, .Portal_Invex_InterestingElements_li > a:active, .Portal_Invex_InterestingElements_li > a:-webkit-any-link {
        background-color: rgba(0,0,0,0);
        color: rgba(255,255,255,0);
        text-decoration: none;
    }

@media (max-width: 767px) {
    .Portal_Invex_InterestingElements_Wraper {
    }

    .Portal_Invex_InterestingElements_li {
        width: 200px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .Portal_Invex_InterestingElements_Wraper {
        width: 30%;
        margin: 1.5%;
    }

    .Portal_Invex_InterestingElements_li {
        width: 200px !important;
    }
}

@media (min-width: 770px) and (max-width: 920px) {
    .Portal_Invex_InterestingElements {
        margin-left: 2%;
    }

    .Portal_Invex_InterestingElements_Wraper {
        width: 30%;
        margin: 1.6%;
    }

    .Portal_Invex_InterestingElements_li {
        width: 200px !important;
    }
}

@media (min-width: 920px) {
    .Portal_Invex_InterestingElements {
        padding-left: 1%;
        padding-right: 1%;
    }

    .Portal_Invex_InterestingElements_Wraper {
        width: 19%;
        margin: 0.5%;
    }

    .Portal_Invex_InterestingElements_li {
        width: 200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.Portal_Invex_InterestingElements_AnimationBackgroundColor div {
    width: 200px;
    height: 180px;
    color: white;
    position: static !important;
}

    .Portal_Invex_InterestingElements_AnimationBackgroundColor div:hover {
        background-color: rgba(0,0,0,0.5);
        transition-duration: 1s;
    }

        .Portal_Invex_InterestingElements_AnimationBackgroundColor div:hover > p.Portal_Invex_InterestingElements_AnimationTitle {
            position: relative;
            top: 0px;
            font-weight: bold;
            transition-duration: 1s;
        }

        .Portal_Invex_InterestingElements_AnimationBackgroundColor div:hover > p.Portal_Invex_InterestingElements_AnimationText {
            opacity: 1;
            transition-duration: 1.5s;
            top: -10px;
            width: 200px;
        }

.Portal_Invex_InterestingElements_AnimationBackgroundColorTransparent div {
    width: 200px;
    height: 180px;
    color: white;
}

    .Portal_Invex_InterestingElements_AnimationBackgroundColorTransparent div:hover {
        background-color: rgba(0,0,0,0.0);
        transition-duration: 1s;
    }


.Portal_Invex_InterestingElements_AnimationRow {
    margin-left: 0px;
    margin-right: 0px;
}

.Portal_Invex_InterestingElements_AnimationTitle {
    position: relative;
    top: 114px;
}


.Portal_Invex_InterestingElements_AnimationText {
    position: relative;
    top: 36px;
    opacity: 0;
}



.Portal_Invex_InterestingElements_Pleca {
    color: #fff;
    font-size: 12px;
    height: 66px;
    background: rgba(164,29,54,0.8);
    padding-top: 4px;
    text-align: center;
    width: 200px;
    padding-left: 2px;
    padding-right: 2px;
}

.Portal_Invex_InterestingElements_PlecaTransparent {
    color: #fff;
    font-size: 13px;
    height: 66px;
    background: rgba(0,0,0,0);
    padding-top: 4px;
    text-align: center;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    top: 70px;
}

.Portal_Invex_InterestingElements_Title {
    font-size: 22px;
    color: #A41D36;
    font-weight: bold;
}

.Portal_Invex_InterestingElements_Content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.Portal_Invex_InterestingElements_Texto {
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    width: 200px;
}

.Portal_Invex_InterestingElements_Title_Resume {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
}

.Portal_Invex_InterestingElements_Resume {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
}

.Portal_Invex_InterestingElements_Autor {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #9ea374;
}

    .Portal_Invex_InterestingElements_Autor > a {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        color: #9ea374;
    }

        .Portal_Invex_InterestingElements_Autor > a:hover {
            margin-top: 0px;
            margin-bottom: 5px;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.4;
            color: #a41d36;
        }

.Portal_Invex_InterestingElements_Footer_Detail {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #8E857B;
}

.Portal_Invex_InterestingElements_Aditional {
}

.Portal_Invex_InterestingElements_Top {
    margin-left: 50px;
}

.Portal_Invex_InterestingElements_Link {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #9ea374 !important;
}

    .Portal_Invex_InterestingElements_Link:hover {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        color: #A41D36 !important;
    }

.Portal_Invex_InterestingElements_Link_Icon {
    width: 20px;
    text-align: center;
}

.Portal_Invex_InterestingElements_Pagination {
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: -30px;
}



.Portal_Invex_InterestingElements_Title_Question {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #666;
}

.Portal_Invex_InterestingElements_Answer {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
}


.Portal_Invex_Answer_Extend {
    background-color: #f8f5f5;
    color: #9EA374;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border-color: #9EA374;
    border: solid 1px;
}

.Portal_Invex_InterestingElements_Trivia_Success {
    background: url("Img/ico_correcto.png") no-repeat scroll 80px #fff;
    background-position: center right;
    float: left;
    color: #9EA374;
    font-weight: bold;
    padding: 0px 50px 0px 0px;
}

.Portal_Invex_InterestingElements_Trivia_Fail {
    background: url("Img/ico_incorrecto.png") no-repeat scroll 80px #fff;
    background-position: center right;
    float: left;
    color: #A41D36;
    font-weight: bold;
    padding: 0px 50px 0px 0px;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton {
    padding-left: 50px;
}

    .Portal_Invex_InterestingElements_Trivia_RadioButton label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-size: 14px;
        color: #666;
        font-weight: 100;
    }

        .Portal_Invex_InterestingElements_Trivia_RadioButton label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 11px;
            height: 11px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .Portal_Invex_InterestingElements_Trivia_RadioButton label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 13px;
            height: 13px;
            left: 0px;
            top: 0px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .Portal_Invex_InterestingElements_Trivia_RadioButton input[type="radio"] {
        opacity: 0;
    }

        .Portal_Invex_InterestingElements_Trivia_RadioButton input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .Portal_Invex_InterestingElements_Trivia_RadioButton input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .Portal_Invex_InterestingElements_Trivia_RadioButton input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .Portal_Invex_InterestingElements_Trivia_RadioButton input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .Portal_Invex_InterestingElements_Trivia_RadioButton.Portal_Invex_InterestingElements_Trivia_RadioButton-inline {
        margin-top: 0;
    }

.Portal_Invex_InterestingElements_Trivia_RadioButton-primary input[type="radio"] + label::after {
    background-color: white;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton-primary input[type="radio"]:checked + label::before {
    border-color: #fff;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton-primary input[type="radio"]:checked + label::after {
    background-color: #A41D36;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton-error input[type="radio"] + label::after {
    background-color: white;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton-error input[type="radio"]:checked + label::before {
    border-color: #fff;
}

.Portal_Invex_InterestingElements_Trivia_RadioButton-error input[type="radio"]:checked + label::after {
    background-color: #A41D36;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    color: #A41D36;
    border-color: #A41D36;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: white;
        background-color: #A41D36;
        border: 1px solid #A41D36;
    }

    .pagination > li > a:active, .pagination > li > span:active, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #A41D36;
        background-color: white;
        border-color: #A41D36;
    }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #8E857B;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #8E857B;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
    font-size: 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #A41D36;
    border-color: #A41D36;
}


/* ----------------------------------------------------------    Seccion Elementos Interes General    --------------------------------------------------------------------*/

/* ----------------------------------------------------------    Seccion Glosario --------------------------------------------------------------------*/
.Glossary_Alphabet {
    float: left !important;
    list-style-type: none !important;
    margin-top: 90px !important;
    padding: 0px !important;
    cursor: pointer !important;
    width: 100% !important;
}

    .Glossary_Alphabet > li {
        padding: 0px !important;
        border-right: 1px solid darkgrey !important;
        font-size: 13px !important;
        text-align: center !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
        color: black !important;
        display: inline !important;
    }

.Glossary_Alphabet_Li:last-child {
    border: none !important;
    padding-right: 0px !important;
}

.Glossary_Alphabet_Lili:hover {
    color: green !important;
    background-color: lightgrey !important;
}

.Glossary_Alphabet_Pagination > li > a, .Glossary_Alphabet_Pagination > li > span {
    position: relative !important;
    float: left !important;
    padding: 6px 12px;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #A41D36 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 0 !important;
    font-size: 15px !important;
    font-family: Roboto, Helvetica, sans-serif !important;
}

.Glossary_Alphabet_Pagination > li > a, .Glossary_Alphabet_Pagination > li > span {
}

.Glossary_Alphabet_Pagination > li > a {
    color: #9EA374 !important;
}

    .Glossary_Alphabet_Pagination > li > a:hover {
        color: #A41D36 !important;
    }

@media (max-width: 769px) {
    .Glossary_Alphabet > li {
        padding: 0px !important;
        border-right: 1px solid darkgrey !important;
        font-size: 13px !important;
        text-align: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        color: black !important;
        display: inline !important;
    }

    .Glossary_Alphabet_Pagination > li > a, .Glossary_Alphabet_Pagination > li > span {
        position: relative !important;
        float: left !important;
        padding: 6px 0px !important;
        margin-left: -2px !important;
        line-height: 1.42857143 !important;
        color: #9EA374 !important;
        text-decoration: none !important;
        background-color: #fff !important;
        border: 0 !important;
        font-size: 15px !important;
        font-family: Roboto, Helvetica, sans-serif !important;
        width: 4%;
        text-align: center;
    }

        .Glossary_Alphabet_Pagination > li > a :hover {
            color: #A41D36 !important;
        }
}


/* ----------------------------------------------------------    Seccion Glosario --------------------------------------------------------------------*/

/* ----------------------------------------------------------    Seccion Campañas --------------------------------------------------------------------*/
.garden {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    top: 400px;
    /*animation: gardenOutro 1s forwards;
    -moz-animation: gardenOutro 1s forwards;
    -o-animation: gardenOutro 1s forwards;
    -webkit-animation: gardenOutro 1s forwards;
    animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -webkit-animation-delay: 7s;*/
}

.garden-text {
    /*position: fixed;*/
    bottom: 50px;
    left: 60px;
    opacity: 0;
    font-size: 25px;
    animation: textBPEntrance .6s forwards;
    -moz-animation: textBPEntrance .6s forwards;
    -o-animation: textBPEntrance .6s forwards;
    -webkit-animation: textBPEntrance .6s forwards;
    animation-delay: 4.8s;
    -moz-animation-delay: 4.8s;
    -o-animation-delay: 4.8s;
    -webkit-animation-delay: 4.8s;
}

.plant {
    position: absolute;
    bottom: 0;
    opacity: 0;
    animation: plantEntrance 1.6s forwards;
    -webkit-animation: plantEntrance 1.6s forwards;
    -o-animation: plantEntrance 1.6s forwards;
    -moz-animation: plantEntrance 1.6s forwards;
}


.plant-1 {
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    left: 8%;
}

.plant-2 {
    animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s;
    left: 28%;
}

.plant-3 {
    animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    left: 48%;
}

.plant-4 {
    animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    -webkit-animation-delay: 3.2s;
    left: 68%;
}

/* ----------------------------------------------------------    Seccion Campañas --------------------------------------------------------------------*/

/* ----------------------------------------------------------    Sección Privada --------------------------------------------------------------------*/
.layer-2 {
    position: relative !important;
    left: 0px !important;
    /*top: 65px !important;*/
    animation: tableContainerEntrance 1s forwards !important;
    -moz-animation: tableContainerEntrance 1s forwards !important;
    -o-animation: tableContainerEntrance 1s forwards !important;
    -webkit-animation: tableContainerEntrance 1s forwards !important;
    animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -webkit-animation-delay: 7s;
    width: 100%;
}

.logo {
    position: relative;
    top: 0px;
    height: 150px;
    text-align: center;
}

    .logo img {
        position: relative;
        top: 40px;
        /*opacity: 0;*/
    }

.logo-animated {
    animation: logoAnimation 1.5s forwards;
    -o-animation: logoAnimation 1.5s forwards;
    -moz-animation: logoAnimation 1.5s forwards;
    -webkit-animation: logoAnimation 1.5s forwards;
}

.marquee-container {
    display: flex !important;
    overflow: hidden !important;
    height: 45px !important;
    width: 97% !important;
    border-radius: 8px !important;
    box-shadow: inset #fff 5px 7px 8px !important;
    box-shadow: #000 2px 0px 8px !important;
}

.marquee {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding-left: 10px !important;
    color: #606060 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    text-shadow: rgba(255,255,255,.9) 1px 1px 0 !important;
    width: 100%;
    overflow: hidden !important;
    /*max-width: 697px !important;*/
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 3%, #cdcbcb 54%, #ffffff 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 3%,#cdcbcb 54%,#ffffff 100%) !important;
    background: linear-gradient(to bottom, #ffffff 3%,#cdcbcb 54%,#ffffff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important;

}

.marquee-caption {
    display: inline-block !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    position: relative !important;
    top: 10px !important;
    left: 100% !important;
    /*text-align: center !important;*/
    line-height: 23px !important;
    overflow: hidden !important;
    animation: marqueeCaption 20s forwards infinite !important;
    -moz-animation: marqueeCaption 20s forwards infinite !important;
    -o-animation: marqueeCaption 20s forwards infinite !important;
    -webkit-animation: marqueeCaption 20s forwards infinite !important;
    animation-fill-mode: initial !important;
    animation-timing-function: linear !important;
    -moz-animation-timing-function: linear !important;
    -o-animation-timing-function: linear !important;
    -webkit-animation-timing-function: linear !important;
	min-width:700px;
}

.marquee-container * {
    display: inline !important;
    float: left !important;
    height: inherit !important;
    max-height: 45px !important;
}

.marquee-title {
    white-space: nowrap !important;
    text-align: center !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    color: white !important;
    max-width: 150px !important;
    padding: 10px !important;
    background: #A41D36 !important;
    background: -moz-linear-gradient(top, #A41D36 3%, #A41D36 54%, #A41D36 100%) !important;
    background: -webkit-linear-gradient(top, #A41D36 3%,#A41D36 54%,#A41D36 100%) !important;
    background: linear-gradient(to bottom, #A41D36 3%,#A41D36 54%,#A41D36 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A41D36', endColorstr='#A41D36',GradientType=0 ) !important;
}

.sidebar {
    /*display: table-cell !important;*/
    width: 180px !important;    
}

.square-btn {
    width: 65px;
    height: 65px;
    color: white;
    line-height: 65px;
    text-align: center;
    z-index: 4;
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
}

.square-btn-container {
    height: 70px;
    position: absolute;
    top: 55px;
    display: block;
    width: 97%;
    margin-top: 20px;
}

    .square-btn-container div {
        position: relative;
        display: inline-block;
        margin-left: 5px;
    }

.square-btn-entrance {
    animation: animateSquareEntrance .6s forwards;
    -moz-animation: animateSquareEntrance .6s forwards;
    -o-animation: animateSquareEntrance .6s forwards;
    -webkit-animation: animateSquareEntrance .6s forwards;
}

.square-btn-frame {
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}

    .square-btn:hover, .square-btn-frame:hover .square-btn {
        animation: animateSquare .7s forwards;
        -moz-animation: animateSquare .7s forwards;
        -o-animation: animateSquare .7s forwards;
        -webkit-animation: animateSquare .7s forwards;
        animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
        -o-animation-direction: normal;
        animation-delay: 0s;
        -moz-animation-delay: 0s;
        -o-animation-delay: 0s;
        -webkit-animation-delay: 0s;
    }

	.square-btn:hover img[data-position="initial"] {
		display:none;
	}
	
	.square-btn:hover img[data-position="onhover"] {
		display:inline !important;
	}   
       

.fondos-container {
    border-radius: 10px;
    border: 2px solid #9EA374;
    margin-top: 30px;
    width: 97%;
    background-color: white;
    padding: 40px 25px 10px 25px;
}

.table-container {
    margin-top: 40px;
}

.table-title {
    position: relative;
    max-height: 45px;
    width: 100%;
    padding-bottom: 35px;
    font-weight: bold;
}

.table-title-legend {
    color: rgb(88,90,95);
    float: left;
    text-align: left;
    font-weight: 100;
}

.table-title-tag {
    color: rgb(88,90,95);    
    padding-bottom: 8px !important;    
    padding-right: 18px !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
    line-height: 1px;    
    margin-top: 10px;
    padding-top: 5px;
}

.table-subtitle-tag {
    color: #666666;
    /*padding: 13px 0px 13px 18px;*/
    padding-bottom: 8px !important;
    padding-top: 20px !important;
    padding-left: 0px !important;
    padding-right: 18px !important;
    font-size: 0.7em !important;
}

.table-subtitle-tagD {
    color: #666666;
    /*padding: 13px 0px 13px 18px;*/
    padding-bottom: 8px !important;
    padding-top: 20px !important;
    padding-left: 0px !important;
    padding-right: 1px !important;
    font-size: 0.7em !important;
    font-weight: normal;
}


/* ----------------------------------------------------------    Sección Privada --------------------------------------------------------------------*/

/*-------------------------------------------------------   Sección Ayuda -------------------------------------------------------------*/
.PreguntasFrec-contenedor {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    max-width: 1000px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: #999 0 0 10px;
    display: block;
    padding: 20px;
}

.PregFrec-bullet {
    color: #fff;
    float: left;
    font-size: 25px;
    font-weight: bold;
    height: 10px;
    background: #A41D36;
    margin-left: 10px;
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 10px !important;
    margin-top: 13px;
}

.PregFrec-titulo {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    margin-top: 7px;
    margin-left: 15px;
}

.PreguntasFrec .panel-default {
    border: 0 !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.05) !important;
    margin-top: 10px;
    padding: 20px 20px 10px 20px !important;
    text-align: justify;
}

.PreguntasFrec .panel-heading {
    background-color: transparent !important;
    border-bottom: solid 2px #bbb !important;
}

.PreguntasFrec .panel-title {
    background-color: transparent !important;
}

.PreguntasFrec a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #666 !important;
}

    .PreguntasFrec a div {
        width: 100% !important;
        line-height: 30px;
        background-image: url('Img/ico_down_arrow.png');
        background-repeat: no-repeat;
        background-position: right;
    }

.PreguntasFrec .panel-body {
    border: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
    padding: 25px;
    font-size: 12px;
}

.AyudaContenido {
    background-color: #ebebeb;
    /* padding: 15px; */
}

.btnPreguntasFrec {
    background-image: url('Img/private/btn-preguntas.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 65px;
    height: 65px;
    padding: 0 !important;
    padding-left: 75px !important;
    color: #9EA374;
}

    .btnPreguntasFrec:hover {
        background-image: url('Img/private/btn-preguntas_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        min-width: 65px;
        height: 65px;
        padding: 0 !important;
        padding-left: 75px !important;
    }

    .btnPreguntasFrec span {
        display: table-cell;
        height: 65px;
        line-height: 100%;
        vertical-align: middle !important;
    }

/*-------------------------------------------------------   Sección Ayuda -------------------------------------------------------------*/

/*-------------------------------------------------------   Sección Simuladores  -------------------------------------------------------------*/
.Simulador-Result {
    background-color: #f48600;
    color: white;
    padding: 15px;
}

.labelBenfRenacer {
    color: #fff;
    font-size: 15px !important;
    font-weight: bold;
    padding-left: 15px;
}

    .labelBenfRenacer span {
        color: #fff;
        font-size: 10px !important;
        font-weight: bold;
    }
/*-------------------------------------------------------   Sección Simuladores  -------------------------------------------------------------*/


/*-------------------------------------------------------   Sección Pasos de Asistentes -------------------------------------------------------------*/
.paso {
    background-image: url('Img/btn_paso.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
    height: 40px;
    width: 100%;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.pasoActivo {
    background-image: url('Img/btn_paso_activo.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
    height: 40px;
    width: 100%;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.tituloPaso {
    text-align: center;
    height: 30px;
    width: 100%;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
/*-------------------------------------------------------   Sección Pasos de Asistentes -------------------------------------------------------------*/
/************************************Estilos Calendario Renacer*********************************/
.ui-datepicker {
    border: solid 1px #ccc !important;
    margin: 30px !important;
    width: 300px;
    padding: 30px;
}

.ui-icon {
    margin-right: 15px;
}

.ui-datepicker-title {
    font-size: 14px !important;
    font-weight: bold !important;
}

.ui-datepicker-header {
    color: #8E857B !important;
    background-color: white !important;
    border: 0 !important;
    font-size: 14px !important;
}

.ui-datepicker th {
    color: #8E857B !important;
    font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-week-end {
    color: #9EA374 !important;
    text-align: center;
}

.ui-datepicker td span, .ui-datepicker td a {
    border: 0 !important;
    color: #8E857B !important;
    font-weight: bold !important;
    background-color: white !important;
    margin: 10px !important;
}

.ui-datepicker .Highlighted a {
    border: 0 !important;
    color: #A41D36 !important;
    font-weight: bold !important;
    font-size: 12pt;
    margin: 10px !important;
}

/*-------------------------------------------------------   Calendarios -------------------------------------------------------------*/

/*-------------------------------------------------------   Acordeón -------------------------------------------------------------*/
.MenuLateral .list-group-item {
    margin: 5px !important;
    margin-top: 0 !important;
    vertical-align: middle !important;
    font-size: 15px !important;
    font-weight: bold;
    color: #666;
}

.ItemFinal {
    background-color: #f5f5f5 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #666 !important;
}

.ItemFinalSel {
    background-color: #ebebeb !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #666 !important;
}
/*-------------------------------------------------------   Acordeón -------------------------------------------------------------*/

/* ----------------------------------------------------------    Botones --------------------------------------------------------------------*/
.btn-red {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.btn-calc {
    background: url("../Content/Img/private/btn-calc.png") no-repeat;
    background-size: contain;
}

    .btn-calc:hover {
        background: url("../Content/Img/private/btn-calc_hover.png") no-repeat;
        background-size: contain;
    }

.btn-inf {
    background: url("../Content/Img/private/btn-info.png");
    background-size: contain;
}

    .btn-inf:hover {
        background: url("../Content/Img/private/btn-info_hover.png");
        background-size: contain;
    }

.btn-sim {
    background: url("../Content/Img/private/btn-simuladores.png");
    background-size: contain;
}

    .btn-sim:hover {
        background: url("../Content/Img/private/btn-simuladores_hover.png");
        background-size: contain;
    }

.btn-private-home {
    background: url("../Content/Img/private/btn_home_founds.png");
    background-size: contain;
}

    .btn-private-home:hover {
        background: url("../Content/Img/private/btn_home_founds_hover.png");
        background-size: contain;
    }

.btn-private-perf {
    background: url("../Content/Img/private/btn_determinaPerfil.png");
    background-size: contain;
}

    .btn-private-perf:hover {
        background: url("../Content/Img/private/btn_determinaPerfil_hover.png");
        background-size: contain;
    }

.btn-cont {
    background: url("../Content/Img/private/btn_contacto.png");
    background-size: contain;
}

.btn-cont:hover {
    background: url("../Content/Img/private/btn_contacto_hover.png");
    background-size: contain;
}

.btn-tools {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}

.btn-wrapper {
    padding-bottom: 30px;
    padding-top: 1px;
    width: 60%;
    background-color: #E8E8E8;
    margin: 0 auto;
}

.btnCalcular {
    background: url(~/Content/Img/private/btn_calcular_hover.png);
    height: 46px;
    width: 140px;
    transition: all .2s linear;
}

.btnCalcular_Hovered {
    background: url(~/Content/Img/private/btn_calcular.png);
    height: 46px;
    width: 140px;
}

.btnExportar {
    background: url(~/Content/Img/private/btn_exportar.jpg);
    height: 44px;
    width: 141px;
    float: right;
    transition: all .2s linear;
}

.btnExportar_Hovered {
    background: url(~/Content/Img/private/btn_exportar_hover.png);
    height: 44px;
    width: 141px;
}

.btnImprimir {
    background: url(~/Content/Img/private/btn_imprimir.png);
    height: 44px;
    width: 141px;
    float: right;
    transition: all .2s linear;
}

.btnImprimir_Hovered {
    background: url(~/Content/Img/private/btn_imprimir_hover.png);
    height: 44px;
    width: 141px;
}

.btnLimpiar {
    background: url(~/Content/Img/private/btn_limpiar_hover.png);
    height: 46px;
    width: 140px;
    transition: all .2s linear;
}

.btnLimpiar_Hovered {
    background: url(~/Content/Img/private/btn_limpiar.png);
    height: 46px;
    width: 140px;
}

.btnPreguntas {
    background: url(~/Content/Img/private/btn-preguntas.png);
    height: 65px;
    width: 65px;
    transition: all 300ms linear;
}

.btnPreguntas_Hovered {
    background: url(~/Content/Img/private/btn-preguntas_hover.png);
    height: 65px;
    width: 65px;
}

.btnResumenMov {
    background: url(~/Content/Img/private/btn_resumen_mov.png);
    height: 32px;
    width: 220px;
    transition: all .2s linear;
}

.btnResumenMov_Hovered {
    background: url(~/Content/Img/private/btn_resumen_mov_over.png);
    height: 32px;
    width: 220px;
}

.btnRegresar {
    background: url(~/Content/Img/private/bnt-regresar.png);
    height: 43px;
    width: 140px;
    transition: all .2s linear;
}

.btnRegresar_Hovered {
    background: url(~/Content/Img/private/bnt-regresar_hover.png);
    height: 46px;
    width: 140px;
}

.btnUpdateInformation {
    background-image: url('Img/ico_update_information.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f2f2f2;
    width: 240px;
    height: 67px;
    padding: 19px 15px 15px 70px !important;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}

    .btnUpdateInformation:hover {
        background-image: url('Img/ico_update_information_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #f2f2f2;
        width: 240px;
        height: 67px;
        padding: 19px 15px 15px 70px !important;
        margin-right: 10px;
        color: #666;
    }

.btnAltaCuenta {
    background-image: url('Img/ico_alta_cuenta.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f2f2f2;
    width: 240px;
    height: 67px;
    padding: 19px 15px 15px 70px !important;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}

    .btnAltaCuenta:hover {
        background-image: url('Img/ico_alta_cuenta_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #f2f2f2;
        width: 240px;
        height: 67px;
        padding: 19px 15px 15px 70px !important;
        margin-right: 10px;
        font-weight: bold;
        color: #666;
    }

.btnDownloadContract {
    background-image: url('Img/ico_download_contract.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f2f2f2;
    width: 240px;
    height: 67px;
    padding: 19px 15px 15px 70px !important;
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}

    .btnDownloadContract:hover {
        background-image: url('Img/ico_download_contract_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #f2f2f2;
        width: 240px;
        height: 67px;
        padding: 19px 15px 15px 70px !important;
        margin-right: 10px;
        font-weight: bold;
        color: #666;
    }

.btnDownloadRequest {
    background-image: url('Img/btn_download_request.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 43px;
    padding: 0px !important;
}

    .btnDownloadRequest:hover {
        background-image: url('Img/btn_download_request_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 130px;
        height: 43px;
        padding: 0px !important;
    }

.btnSolicitar {
    background: url(Img/btn_solicitar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 43px;
    transition: all .2s linear;
}

    .btnSolicitar:hover {
        background: url(Img/btn_solicitar_hover.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 130px;
        height: 43px;
        transition: all .2s linear;
    }

.btnSalir {
    background: url(Img/btn_salida.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 43px;
    padding: 0px !important;
    transition: all .2s linear;
}

    .btnSalir:hover {
        background: url(Img/btn_salida_hover.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 130px;
        height: 43px;
        padding: 0px !important;
        transition: all .2s linear;
    }

.btnCalculate {
    background: url('Img/btn_calculate.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 43px;
    transition: all .2s linear;
}

    .btnCalculate:hover {
        background: url('Img/btn_calculate_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 130px;
        height: 43px;
        transition: all .2s linear;
    }

.btnClean {
    background: url('Img/btn_clean.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 43px;
    transition: all .2s linear;
}

    .btnClean:hover {
        background: url('Img/btn_clean_hover.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 130px;
        height: 43px;
        transition: all .2s linear;
    }

.btnBenefRenacer .benefRenacerContainer {
    background-color: #f48600;
    max-width: 400px;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px;
}

    .btnBenefRenacer .benefRenacerContainer:hover {
        background-color: rgba(244,134,0,0.5);
        transition-duration: 1s;
    }

.btnBenefRenacer img {
    vertical-align: top;
    margin: 0 !important;
    padding: 0px;
    border: 0 !important;
}

/* ----------------------------------------------------------    Botones --------------------------------------------------------------------*/

/* ----------------------------------------------------------    Animaciones --------------------------------------------------------------------*/

.table-funds {
    width: 95%;
    margin: 0 auto;
}

.tbody-funds {
    color: #A41D36;
    background-color: #ededed;
}

    .tbody-funds tr:hover {
        background-color: rgb(88,90,95);
        color: white;
        cursor: pointer;
    }

    .tbody-funds tr:focus {
        background-color: #A41D36;
        color: white;
        cursor: pointer;
    }

    .tbody-funds tr td {
        padding: 5px;
        font-size: 14px;
    }

        .tbody-funds tr td:nth-child(n+2),
        .tfoot-funds tr td:nth-child(n+1) { /* money alignment */
            text-align: right;
        }

.tfoot-funds td {
    font-size: 16px;
    color: rgb(88,90,95);
    font-weight: bold;
    border: none;
}

.tfoot-funds tr, .thead-funds tr {
    border: none;
}

.thead-funds th {
    font-size: 16px;
    text-align: right;
    color: rgb(88,90,95);
    font-weight: bold;
    padding-left: 7px;
    line-height: 18px;
}

.tbody-funds tr, .thead-funds tr {
    border-bottom: 1px solid rgb(88,90,95);
}

    .tbody-funds tr.selected {
        text-decoration: none;
        background-color: #A41D36 !important;
        color: white !important;
        cursor: default !important;
    }

    .tbody-funds tr td a {
        color: #9ea374;
    }

        .tbody-funds tr td a:link {
            text-decoration: none;
            color: #9ea374;
            outline: none;
            transition: 0.5s ease;
            -o-transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            font-weight: bold;
        }

    .tbody-funds tr:hover a {
        text-decoration: none;
        color: white !important;
        outline: none;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        font-weight: bold;
    }

    .tbody-funds tr td a:hover {
        color: #A41D36;
    }


/* >> IDENTIFIERS << */
#dialog {
}

#sq0:hover img, .square-btn-frame:hover #sq0 img {
    content: url("../Content/Img/private/icono_home_hover.png");
}

#sq1:hover img, .square-btn-frame:hover #sq1 img {
    content: url("../Content/Img/private/icono-edomov_hover.png");
}

#sq2:hover img, .square-btn-frame:hover #sq2 img {
    content: url("../Content/Img/private/icono-solicitar_hover.png");
}

#sq3:hover img, .square-btn-frame:hover #sq3 img {
    content: url("../Content/Img/private/icono-prestamo_hover.png");
}

#sq4:hover img, .square-btn-frame:hover #sq4 img {
    content: url("../Content/Img/private/btn-obligado-solidario-hover.png");
}

#sq5:hover img, .square-btn-frame:hover #sq5 img {
    content: url("../Content/Img/private/icono-solicitudes_hover.png");
}


/* >> FOR EACH PLANT << */

@keyframes plantEntrance {
    100% {
        transform: translateY(-80px);
        opacity: 1;
    }
}

@-moz-keyframes plantEntrance {
    100% {
        transform: translateY(-80px);
        opacity: 1;
    }
}

@-o-keyframes plantEntrance {
    100% {
        transform: translateY(-80px);
        opacity: 1;
    }
}

@-webkit-keyframes plantEntrance {
    100% {
        transform: translateY(-80px);
        opacity: 1;
    }
}

/* >> TEXT BELOW PLANT << */

@keyframes textBPEntrance {
    90% {
        left: 280px;
        opacity: .9;
    }

    100% {
        left: 240px;
        opacity: 1;
    }
}

@-moz-keyframes textBPEntrance {
    90% {
        left: 280px;
        opacity: .9;
    }

    100% {
        left: 240px;
        opacity: 1;
    }
}

@-o-keyframes textBPEntrance {
    90% {
        left: 280px;
        opacity: .9;
    }

    100% {
        left: 240px;
        opacity: 1;
    }
}

@-webkit-keyframes textBPEntrance {
    90% {
        left: 280px;
        opacity: .9;
    }

    100% {
        left: 240px;
        opacity: 1;
    }
}

/* >> TABLE COINTAINER << */

@keyframes tableContainerEntrance {
    100% {
        opacity: 1;
    }
}

@-moz-keyframes tableContainerEntrance {
    100% {
        opacity: 1;
    }
}

@-o-keyframes tableContainerEntrance {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes tableContainerEntrance {
    100% {
        opacity: 1;
    }
}

/* >> BOUNCY SQUARES << */

@keyframes animateSquare {
    /*10%{ transform: translateY(-2px); }
    80%{ transform: translateY(35px); }
    100%{ transform: translateY(31px); }*/
}

@-moz-keyframes animateSquare {
    /*10%{ -moz-transform: translateY(-8px); }
    80%{ -moz-transform: translateY(26px); }
    100%{ -moz-transform: translateY(-6px); }*/
}

@-o-keyframes animateSquare {
    /*10%{ -o-transform: translateY(-8px); }
    80%{ -o-transform: translateY(26px); }
    100%{ -o-transform: translateY(-6px); }*/
}

@-webkit-keyframes animateSquare {
    /*10%{ -webkit-transform: translateY(-8px); }
    80%{ -webkit-transform: translateY(26px); }
    100%{ -webkit-transform: translateY(-6px); }*/
}

/* >> SQUARES ENTRANCE << */

@keyframes animateSquareEntrance {
    0% {
        left: 40px;
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        left: 0px;
        visibility: visible;
    }
}

@-moz-keyframes animateSquareEntrance {
    0% {
        left: 40px;
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        left: 0px;
        visibility: visible;
    }
}

@-o-keyframes animateSquareEntrance {
    0% {
        left: 40px;
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        left: 0px;
        visibility: visible;
    }
}

@-webkit-keyframes animateSquareEntrance {
    0% {
        left: 40px;
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        left: 0px;
        visibility: visible;
    }
}

/* >> GARDEN OUTRO << */

@keyframes gardenOutro {
    /*100% {
        opacity: 0;
    }*/
}

@-moz-keyframes gardenOutro {
    100% {
        opacity: 0;
    }
}

@-o-keyframes gardenOutro {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes gardenOutro {
    100% {
        opacity: 0;
    }
}

/* >> LOGO ANIMATON << */

@keyframes logoAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes logoAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-o-keyframes logoAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes logoAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        top: 5px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

/* >> MARQUEE CAPTION MOVE << */

@keyframes marqueeCaption {
    0% {
        transform: translateX(100%);
    }


    45% {
        transform: translateX(-100%);
    }

    80% {
        transform: translateX(-100%);


    }

    100% {
        transform: translateX(-150%);

    }
}

@-moz-keyframes marqueeCaption {
    0% {
        transform: translateX(100%);
    }


    45% {
        transform: translateX(-100%);
    }

    80% {

        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-150%);
    }
}

@-o-keyframes marqueeCaption {
    0% {
        transform: translateX(100%);
    }


    45% {
        transform: translateX(-100%);
    }

    80% {

        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-150%);
    }
}

@-webkit-keyframes marqueeCaption {
    0% {
        transform: translateX(0);
    }


    66% {
        transform: translateX(-275%);
    }

    100% {
        transform: translateX(-275%);
    }
}

/* ----------------------------------------------------------    Animaciones --------------------------------------------------------------------*/
.tituloSolic {
    font-weight: bold;
    border-bottom: solid 1px #9EA374 !important;
    padding: 10px 5px 5px 10px;
}


/* ----------------------------------------------------------    Mensajes retiros y préstamos --------------------------------------------------------------------*/
.ControlMsgDepRec {
    background-color: #f2f2f2;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 95%
}

.ControlMsgDepRecClabe {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: rgb(88,90,95)
}

.tipoFondo {
    padding-left: 37px;
    text-align: left;
}

/* ----------------------------------------------------------    Mensajes participantes sin Fondos --------------------------------------------------------------------*/

.MensajeMantenimiento {
    padding-top: 50px;
    padding-bottom: 90px
}

.MensajeMantenimientoImagen {
    left: 380px;
    top: 60px;
    position: absolute;
}

.MensajeMantenimiento1 {
    font-size: 39px;
    text-align: left;
}

.MensajeMantenimiento2 {
    font-size: 25px;
    text-align: left;
}

.MensajeMantenimiento3 {
    padding-top: 1em;
    font-size: 16px;
    text-align: left;
	padding-top: 60px;
    padding-bottom: 50px;
}