#logo-principal{
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

#logo-principal:hover {
    filter: invert(20%);
    -webkit-filter: invert(20%);
    cursor: pointer;
}

#container-principal{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;

}

#envuelve-principal{
    background: rgba(255,255,255, 0.97);
    max-width: 1200px;

}

body{
    height: 100vh ;
    min-height: 950px ;
    max-height: 950px ;
    max-width: 1920px;
    margin: 0 auto;
    background: #F4F5F9 url('/tpl/default/images/fondomo.png') no-repeat scroll 50% 0px;
    padding-top: 0px;
}

.fila-header{
    max-width: 1200px;
    margin: 0 auto ;
    padding-top: 50px;
}

#envuelve-principal{
    padding-top: 20px ;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),inset 0px 8px 0px 0px #5FA3E8;
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    #envuelve-principal{
        margin-top: 0;
    }
    #container-header{
        margin-bottom: 0;
        margin-top: 0;
    }
}

#footer{
    max-width: 1920px;
    background-color: #5563CE ;
    height: 80px ;
    line-height: 40px;
    margin: 70px auto 0;
}

.titulo-header-principal{
    font-size: 30px;
}

.copyright-indice{
    transition: all 0.4s;
    color: #D5DDE0;

}

.copyright-indice:hover{
    transition: all 0.4s;
    color: #353584;
    text-decoration: none;
}

a .elemento-header, a .elemento-header p, .elemento-header div{
    transition: all 0.4s;
    text-decoration: none;
    color: white;

}
div.desc-elemento-header p.titulo-elemento-header:hover{
    text-decoration: none!important;
}

.elemento-header:hover, .elemento-header:hover p, .elemento-header:hover div{
    transition: all 0.4s;
    text-decoration: none;
    color: #4D4DA0;
    text-shadow: 1px 0px 2px rgba(255, 255, 255, 1);
}

.elemento-header:hover .cont-elemento-header{
    color: white;
}

.titulo-elemento-header:hover {

    text-decoration: none;
}

#menu_inicio .navbar-nav > li > a:hover{
    color: #4D4DA0  ;
}

#menu_inicio .navbar-nav > li > a.active{
    color: #353584;

}

#menu_inicio .navbar-nav > li.link-menu-principal a:hover{
    color: #353584;

}

a.link-elemento-header{
    text-decoration: none!important;
}

