/* Put your custom styles here */

.navbar{
    background-color:#043452;
    padding-top:10px;
}
.navbar a{
    color:white;
    font-style: bold;
}

.logonav{
    padding:10px;
}
.navbar-header{
    width:500px;
}

.navbar-nav{
 align-content: bottom;
}

.recuadro{
   background-color: transparent !important;
    border-bottom: 2px;
    border-radius: 0px;
    color: #ffffff;
    
}
