﻿/*
   inicia seccion header
*/
#top-nav {
    margin-top:15px;
    background-color: white;
    border:0;
}
.active2 {
    background-color: white;
    color: #E94B2A !important;
}
ul li a{
    color: #BBB7CE !important;
}

.navbar-header a {
    color: #BBB7CE !important;
}

.active2 a:hover {
    color: #EF7B41 !important;
}


#tg-btn {
    background-color: #BBB7CE !important;
    color: #E94B2A !important;
    border: 0;
}
#tp-logo{
    width:30%;
    height:15%;
    margin-top:2%;
    margin-left:20%;
}
/*
    fin seccion header
*/

/*
    inicia seccion body
*/
#content {
    margin-top: 8%;
}
.jb {
    height: 500px !important;
    overflow: auto;
}
#content{
    width:70%;
}
#contenido{
    
}

    #contenido p {
        margin:10px;
        padding:5px;
        font-size: 18px;
    }
/*
    fin seccion body
*/

/*
   inicia seccion footer
*/
#footer {
    background: rgb(33,45,88);
    background: linear-gradient(270deg, rgba(33,45,88,1) 0%, rgba(97,101,152,1) 50%);
    color: white;
}

p a {
    color: white;
}
#log-eye{
    width:50px;
    height:50px;
}
/*
    fin seccion footer
*/