body{
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}
#banner_top{
  background: url(../img/tiendasbanner.png) no-repeat center;
  background-size: 100%;
  background-position-y: 0 ;
  height: 200px;
  opacity: 85%;
  position: relative;
}
#banner_top_mobile{
  background: url(../img/slider1.png) no-repeat center;
  background-size: 100%;
  background-position-y: 0 ;
  height: 150px;
  opacity: 50%;
}
#text_top{
  position: relative;
  top: 45px;
  right: 50px;
  color: #001E66;
}
#nosotros{
  background: url(../img/textura_blanca.jpg) no-repeat center ;/*fixed*/
  background-size: 100%;
}
#nosotros_mobile{
  background: url(../img/fondo_blanco_mobile.png) no-repeat center ;/*fixed*/
  background-size: 100%;
  font-size: 12px;
}
#tiendas_info{
  border: 2px solid #6D747D;
}
#boton
{
  border-radius:15px;
  width:150px;
  border:2px solid #001E66;
}
#boton:hover
{
  border:2px solid #001E66;
  color: #001E66;

}
#footer{
  background: url(../img/fondo_footer1.png) no-repeat center;
  background-size: auto;
  background-position-x: 50%;
  background-position-y: 0%;
}
#footer_mobile{
  background: url(../img/footer_mobile.png) no-repeat center;
  background-size: auto;
  background-position-x: 50%;
  background-position-y: 0%;
}