html {
  position: relative;
  min-height: 100%;
}

body {
    
}
@media (max-width: 979px) {
    body {
        padding-top: 0px;
    }
}






.navbar-light .nav-item .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
        color: #002B57;
        font-size: 1.2em;
        font-weight: bold;
}

.navbar-light .nav-item .nav-link.active,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
        color: black;
        font-size: 1.2em;
        font-weight: bold;
}




.bg-navbar {
    background: #EDEEF3;
}

.bg-infocustom {
     background: #17A4BA;
     font-weight: bold;
     h5 {
         
         color: #010101;
     }
}

.bg-firma {
     background: #E8E8E8;
}

.badge {
  display: block;
}

.badge.block-badge {
  display: block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;

}

.btn-link {
    color: #0056B3;
  }
btn-link:hover {color: #002B57;}


.btn-blue {
    color: #FFFFFF;
    background-color:#0056B3;
    
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open>.dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #285e8e; /*set the color you want here*/
}


a {
    color: #0056B3;
  }
a:hover {color: #002B57;}

p {color: #002B57;}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-dic-2017, 11:13:09
    Author     : root
*/

    .columna-busqueda {
        background-color: #f8f8f8;
        padding-top: 0px;
    }
    .columna-videos {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1380px;
    }

    .label
    {
        display: block;
        text-align: left;
        max-width: 100%;
        white-space: normal;
    }



    

    @media (min-width: 408px){

        #left {
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            overflow-y: no-content;

        }
    }

    #left {
        background-color: #F9F9F9;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;

    }

