#botonespanol{
    background-image: url('es.png');
    background-size: cover;
    width: 50px;
    height: 20px;
    border: none;
    cursor: pointer;
    margin-left: 20px;

}
#botoningles{
    background-image: url('en.png');
    background-size: cover;
    width: 50px;
    height: 20px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}
.imagen-fondo {
    background-image: url('fondo1.jpg');
    background-size: cover;
    /*background-repeat: no-repeat;*/
    height: 100%;
    width: 100%;
}
.header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;  
    background-color: rgba(0, 0, 0, 0.90); 
    color: white; 
    text-align: center; 
    padding: 0px 0px 0px 0px; z-index: 1000; 
} 
.container { 
    margin-top: 
    100px; 
    margin-right: 15px;
    margin-left: 15px;
} 
h1{
    color: white;
    font-family: 'manuscrita', cursive;
    font-weight: normal;
    font-size: 30px;
}
.titulo{
    color:white;
    width: 100%;
    text-align: center; 
    font-family: 'Arial', cursive;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
    margin-left: 20px;
    
}

.nombre{
    color:white;
    width: 80%;
    font-family: 'Arial';
    font-size: 17px;
    border-bottom: 0.5px solid rgb(75, 69, 69);
}
.precio{
    color:white;
    width: 20%;
    text-align: right; 
    font-family: 'Arial';
    font-size: 17px;
    border-bottom: 0.5px solid rgb(75, 69, 69);
}
