body,
header,
nav,
#contenido,
h1,
h2,
p,
a,
footer,
#logobusca,
#formulariobusqueda,
#izquierda,
#derecha,
.ventajas,
#nota,
#subtitulo,
.tarjeta,
.solicitala {
  margin: 0%;
  padding: 0%;
}

body {
  width: 100%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: #599ee0;
  background-color: #ffffff;
  /*background-color: #ffeed3;*/
}

header {
  width: 100%;
  background-color: #ffffff;
  /*background-image: url("../img/cabeceranavidad03.png");*/
  background-repeat: no-repeat;
  background-position: center left;
  /*background-size: auto 100%;*/
  background-size: cover;
  background-color: #ffffff;
}

nav {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
}

nav a {
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  background-color: #599ee0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  border-radius: 5px;
  /*box-shadow: 1px 1px 5px 2px rgba(0, 63, 124, 0.66);*/
  border-top-left-radius: 5px;
}

.navegaB {
  background-color: darkcyan;
}

#contenido {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff;
}

h1 {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  /*text-shadow: 1px 1px 2px #f5ff6c;*/
}

h2 {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  text-align: left;
}

#izquierda,
#derecha {
  width: 49%;
}

#subtitulo {
  font-size: 1.1rem;
  font-style: italic;
  font-style: oblique;
}

#imagen {
  width: 100%;
  border-radius: 3px;
}

.tarjeta {
  width: 100%;
}

.tarjeta a {
  width: 45%;
  margin: 0%;
  padding: 0%;
  font-size: 0%;
  line-height: 0%;
}

.tarjeta img {
  width: 47%;
  margin: 0%;
  padding: 0%;
}

#objetivos {
  color: #5b89dc;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
}

#distintivocomercios {
  margin-left: auto;
  margin-right: auto;
}

#distintivocomercios img {
  width: 95%;
  margin-top: 0.2rem;
  border: solid 1px #599ee0;
  border-radius: 5px;
}

#promueve img {
  width: 30%;
}

#emite img {
  width: 30%;
}

#lee {
  margin-bottom: 1rem;
}

#logobusca {
  width: 100%;
  display: table;
}

#logi {
  width: 25%;
  display: table-cell;
  text-align: left;
}

/*
#logc {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}
*/
#logd {
  width: 75%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

#logotipoAsturTiendas {
  height: auto;
  width: 95%;
}

#formulariobusqueda {
  width: 100%;
  padding-top: 0.5rem;
  text-align: right;
}

#cadena {
  font-size: 1rem;
  border-width: thin;
  border-color: #004688;
  border-style: solid;
  border-radius: 5px;
  box-shadow: rgba(222, 222, 222, 1) 1px 1px inset
}

#enviarBusqueda {
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: white;
  color: #599ee0;
  border-width: thin;
  border-color: #004688;
  border-style: solid;
  border-radius: 5px;
}

.solicitala {
  width: 100%;
  margin-bottom: 0.8rem;
}

.solicitala a {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem;
  font-size: 1rem;
  text-decoration: none;
  color: yellow;
  border-radius: 1rem;
  font-weight: bolder;
  /*background-color: #cb00cd;*/
  background-color: darkcyan;
  /*background-color: #048903;*/
}

#volver button {
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
  background-color: #599ee0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  border-radius: 5px;
  border: none;
  margin-top: 20px
}

.boton {
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem;
  font-size: 1rem;
  text-decoration: none;
  color: yellow;
  border-radius: 1rem;
  font-weight: bolder;
  /*background-color: #cb00cd;*/
  background-color: darkcyan;
  /*background-color: #048903;*/
  cursor: pointer;
}

#todos {
  width: 100%;
  padding-bottom: 0.7rem;
}

#todos a {
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  font-size: 1.4rem;
  text-decoration: none;
  color: dodgerblue;
  border: solid;
  border-color: #599ee0;
  border-width: medium;
  border-radius: 1rem;
  font-weight: bolder;
  background-color: #ffffff;
}

#llama {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: darkblue;
}

#llama a {
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
}

#telefonoPortada {
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: darkblue;
  padding: 2px;
  border-radius: 4px;
  margin-top: 1rem;
  margin-bottom: 5px;
}

.ventajas {
  width: 100%;
}

#bloquetemporada {
  width: 95%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  /* borde añadido para que parezca la pantalla de un móvil cuando se pusieron los botones de temporada
  border-radius: 15px;
  border-style: double;
  border-width: thick;
  border-color: darkblue;
  */
}

#bloqueuno img {
  width:100%;
  height:auto;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
  margin-top: 5px;
  margin-bottom: 2px;
}

#bloquedos img {
  width:100%;
  height:auto;
  margin-bottom: 2px;
}

#bloquetres img {
  width:100%;
  height:auto;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
}

.nota {
  color: #004688;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: justify;
  font-size: 0.6rem;
  text-align: center;
}

.nota img {
  width: 30%;
}

#popupreverso {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  border-radius: 5px;
}

#popupreverso:target {
  visibility: visible;
  opacity: 1;
}

.leermas {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  text-align: left;
  font-size: 0.8rem;
}

.leermas a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}

footer {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.9rem;
}

footer a {
  text-decoration: none;
  font-weight: bold;
}

#direccion p {
  margin-bottom: 0.3rem;
}

.cursiva {
  font-style: italic;
  font-style: oblique;
}

.negrita {
  font-weight: bold;
}

#overbox3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 95%;
  z-index: 999999;
  display: block;
}

#infobox3 {
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  top: 0px;
  height: 90px;
  width: 95%;
  text-align: center;
  background-color: #eeeeee;
}

#infobox3 p {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}

#infobox3 p a {
  margin-right: 5px;
  text-decoration: underline;
}

a .historia{
	font-size:3rem;
}

@media only screen and (min-width:800px) {
  header {
    /*background-image: url("https://asturtiendas.net/img/rebajascabeceramvlclaro.png");*/
  }

  body {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 5px 2px rgba(89, 158, 224, 0.44);
  }

  .solicitala a {
    font-size: 1.2rem;
  }
}
