
/* hoja de estilo de jt04 */
body, html {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}
.texto_destacado1 {
    font-size: 24px;
}
.texto_destacado2 {
    font-size: 16px;
}
div#pagina {
    width: 75%;
    margin: auto;
    text-align: center;
}
div#carta {
    width: 100%;
    height: 80%;
    background-color: rgb(250, 246, 200);
    text-align: justify;
}
#carta h2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}
#carta p {
    margin-left: 10px;
    margin-right: 10px;
}
h3 {
    text-align: left;
    margin-left: 10px;    
}
img {
    width: 100px;
    height: auto;
    text-align: center;
    clear: both;
    margin-top: 10px;
    border: 1px solid black;
}
 
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
    
ul li img {
    width: 100%;
    height: auto;
    clear: both
}
h1 {
    display: block;
    clear: both;
    font-family: "Audiowide", cursive;
} 
nav ul{
    list-style: none;
    margin-top: 15px;
    width: 100%;
    }
nav ul li{
    width: 24%;
    height: 100px;
    background-color: rgba(250, 246, 200,1);
    display: inline-block;
    margin-right: 1px;
}
nav ul li a{
    text-decoration: none;
    font-size: 10pt;
    color: #000;
    display: block;
    width: 100%;
    text-align:
    background-color: rgba(250, 246, 200,1);
    margin-top: 40px;
    margin-right: 10px;
        }
nav ul li:hover{
    color:rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.8);
}
nav ul li a:hover{
    color:rgb(255, 255, 255);
}
footer {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    
    
    /*acá no me sale hacer que la botonera quede sin espacios intermedios, fijense a ver qué onda. es una cosa que hay que arreglar desde el nav ul, pero no se qué*/

@media all and (min-width: 1px) and (max-width: 320px) {
    nav ul li{
        width: 100%;
        height: 40%;
        background-color: rgba(250, 246, 200,1);
        display: block;
        margin-right: 1px;
        }
    nav ul{ }
    #carta h2{
        font-size: 20px;
        text-align: left;
    }
    #carta p{
        font-size: 15px;
        text-align: left
    }
}

@media all and (min-width: 641px) {
    
    ul li img {
    width: 70%;
    height: auto;
    float: none;
    }
}
    
    
    