body{
    background-color: white;
}

.navbar {
    background-color: white;   
    font-size: 20px; 
}

.navbartext{
    color: tomato;
}

.resenaTitulo{
    color : #e6dca5;
    text-align: center;
    font-size: 40px;
}

.resena {    
    font-family: 'Reenie Beanie', cursive;
    font-size: 23px;
    color : lightgrey;
    background-color: black;
    text-align: justify;
    line-height: 100%;    
}

.card {
    border: none;
} 

.navbar-nav.navbar-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cpr {
    padding-top: 50px;
    padding-bottom: 20%;
    width: 100%;
    text-align: center;
    line-height: 50%;
    font-size: 12px;
}

.correo {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    line-height: 100%;
    color: black;
}

a {
    text-decoration: none;
    color: lightslategray;
}

a:hover {
    color: black;
}

.fotomodal {
    width: 100%;
    height: 100%;
}

.mas {
    display: none;
}

#btnmas, #btnmenos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
}