/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-04-2017, 18:00:00
    Author     : LDELABAR
*/

.noticia {
    font-family: "Noticia Text", sans-serif ;
    text-align: center;
    line-height: 1.3;
}

.muygrande {
    font-size: 4rem;
}

.grande {
    font-size: 3rem;
}

.medio {
    font-size: 2rem ;
}

.tituloprecio {
    font-size: 3rem;
}

.preciosdestacado {
    font-size: 2rem;
}

a.hidelink {
    text-decoration: none;
    color: inherit;
}

.fonowp {
    position: relative;
    top: -20px;
}

.logocontainer {
    width: 80%;
}


#listaprecios th, #listaprecios td {
    padding: 2px 4px;
}

#share-buttons img {
    width: 25px;
}

.jaulalogo {
    text-align: center;
    margin: 2px 20vw;
}

.localcontainer {
    background-color: var(--preciosfondo);
    border: var(--preciosborde);
    border-radius: 12px;
    margin-bottom: 1em;
    padding: 3px;
}


footer {
    width: 95%;
    border-radius: 0px;
}

.nomovil {
    display: none;
}
