/* Hoja de estilos de JT16 */
body {background: rgb(198, 198, 198); font-family: Arial; font-size: 10pt; padding-top: 20px}

#pagina {
background: #909090; max-width: 960px; margin: auto; padding-left: 10px; padding-top: 20px; min-height: 300px; 
}

header {width: 100%; background: #fff;  }

.blanco {color: #fff; font-family: Arial; font-size: 16px; background: #000; padding: 4px;}

.bajada {color: #fff}

.links_externos {color: #fff; font-size: 14px; text-decoration: none;}

.classDescription{font-family: Arial;font-size: 16px;color:#fff;position: relative;top: -150px;left: 180px;max-width: 400px;}

section {margin-left: 100px;}

.destacados { font-size: 20px; display: block; padding-top: 30px;}

nav {position: absolute;
    list-style: none;
    margin: 2px;
    padding: 4px;
    margin-top: 16rem;
   
}
nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px; 
    
}
nav ul li {
    width: 100%;
    margin-bottom: 0.5rem;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: #80fcbe;
    padding: 6px;
}

nav ul li a:hover{
    color: rgb(255,255,255);
    background-color: #000;

}

#mapa {
    margin-top: 70px;
    width: 960px;
    height: 200px;


}

#columnas {
    width: 20%;
    height: 200px;
    float: left;
    text-align: left;
    

}

.text1 {
    font-weight: 700;
    font-size: 15px;
    

}

.text2 {
    font-weight: 500;
    font-size: 15px;
    

}

.none {
    text-decoration: none;
    color: #000;
    }


#footer {
    float: left;
    width: 960px;
    height: 200px;
    margin-bottom: 20px;


}

/* Media Queries */
@media all and (min-width:1px) and (max-width:320px){
}
    
 @media all and (min-width:321px) and (max-width:768px){ 
 }    
     
     @media all and (min-width:769px){
         header{position: relative;
                        width: 100%;}
         nav{position: absolute;
             top: 1rem;
             left: 48rem;
            width: 10rem;
             margin-top: 0rem;
             }
     }