
body {        
 background-color:white;
}

/* On screens that are 992px or less, set the background color to blue CELULAR HORIZONTAL*/
/* @media screen and (max-width: 992px) {
    body {
      background-color: blue;
    }
  } */
  
  /* On screens that are 600px or less, set the background color to olive CELULAR VERTICAL */
  /* @media screen and (max-width: 600px) {
    body {
      background-color: olive;
    }
  } */
  .jumbotron{
    /*background-position: center;
     background-repeat: no-repeat;
    background-size: cover;     */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
       

    /* background-image:url('../img/laboratorio/jumbotron.jpg');     
    background-color: #3a506c;  
    */   
    padding: 250px 5px 5px 5px;    
} 

/* CAMBIAR TAMAÑO DE LA IMAGEN */
img.logo-navbar {
    height: 10rem !important;
    width: 14rem !important;
  }

.margenizquierda50 {
    margin-left: 50px;
}


.paddingtop80 {
    padding-top: 80px;
}

.big-banner {    
    background: url("../img/portada/fondo.jpg") no-repeat center center fixed;        
    background-size: cover;
}


footer{    
    color: rgba(255, 255, 255, 0.65);
    background: #1E1E1E;
    font-size: 14px;
}


.nav-item a {
    color: #8ab6dd !important;                    
    cursor: pointer;
    font-size: 18px;
}

.nav-item a:hover {
    color: #d79e16 !important;
    cursor: pointer;     
}


.navbar-nav .active {
    color: white;     
    background-color: #d79e16;
    /* #FFBB00 gold */
}


a{
    color: whitesmoke;
}

a:hover{
    color: #d79e16;    
} 


.listas { 
    margin: 5px 0px 5px 5px; 
    padding: 0; 
    list-style: none; 
}

.listas li { 
    margin: 5px 0px 5px 50px; 
    padding: 0;             
}

.listas li a {     
    color: #737373;
}

.listas a:hover{
    color: #1E1E1E;
}






  