.scroll-top-wrapper {
  position:fixed;
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  text-align:center;
  z-index:99999999;
  background-color:#35c0ca;
  color:#eeeeee;
  width:30px;
  height:30px;
  line-height:25px;
  right:30px;
  bottom:30px;
  padding-top:2px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color:#888888;
}

.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity:1.0;
}

.scroll-top-wrapper i.fa {
  line-height:inherit;
}

div#banner.row {
  margin-bottom:35px;
  margin-top:15px;
}

img#banofertas.img-responsive:hover {
  opacity:0.7;
}

h2#mapaTitulo.text-center {
  font-family:'Candal';
  color:#a90101;
  font-size:2.5em;
  padding-top:0px;
}

div#containermapa.container {
  margin-top:35px;
}

div#ofertas_local.container-fluid {
  margin-top:35px;
}

a.boton_ofertas {
  font-family:'Candal';
  color:#a90101;
  font-size:1.5em;
}

h4.panel-title.titulocentrado {
  text-align:center;
}

div#ofertas_local.container {
  background-color:#a90101;
  margin-bottom:35px;
}

div#ofertas_domicilio.container {
  background-color:white;
}

div.row.blanco {
  background-color:white;
}

div#ofertas_domicilio.container-fluid {
  background-color:white;
  padding-top:35px;
  padding-bottom:35px;
}

img#banofertas.img-responsive {
  margin-left:auto;
  margin-right:auto;
}

div.boxcomplementos {
}

h3.name {
  padding-top:25px;
}

hr#cierrepizza {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}

div#menu_mediodia.container-fluid {
  background-color:rgb(255,217,16);
  padding-top:35px;
  padding-bottom:35px;
}

ul#tabsbebidas.nav.nav-tabs {
  background-color:#bb0101;
  padding-left:25px;
  padding-right:25px;
}

li#bebidas {
  width:33%;
  text-align:center;
}

li#postres {
  width:33%;
  text-align:center;
}

li#ensaladas {
  width:33%;
  text-align:center;
}

td.precio {
  text-align:center;
  padding-top:30%;
}

a.titulotab {
  font-family:'Baloo Tamma';
  font-size:1.4em;
}

tr {
  color:rgb(17,40,98);
  font-size:1.5em;
}

p.descrip {
  font-size:0.8em;
  max-width:30%;
}

h1#banner-telefono.text-center {
  background-color:#ff0707;
  color:white;
  font-family:'Baloo Tamma';
  font-size:4em;
  margin-top:0;
  padding-top:20px;
}

