
#contenido{
  display:block;
  width:100%;
}

#divMenuBuscador{
  width:100%;
  height:40px;
  font-size:medium;
  position:fixed;
  display: inline-block;
  z-index:100;
  background-color:#f1f1f1;
  padding-top:12px;
  padding-bottom:18px;
  box-shadow: 0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28);
}

#contenidoFiltros{
    width:90%;
    margin:0 auto;
}

#logoCabecera{
    display:block;
    float:left;
    margin-top:-45px;
    margin-left: 100px;
    display: block;
    position:absolute;
}

#buscadorReferencia{
  width: 98%;
  height:38px;
  padding:5px;
  padding-left:10px;
  background-color:#fdfdfd;
  font-size:20px;
  border: solid 1px #4db9bd;
  color:grey;
  -webkit-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.48);
  -moz-box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.48);
  box-shadow: 2px 3px 6px -1px rgba(0,0,0,0.48);
}

#botonDesplegarFiltros{
  width:100%;
  height:35px;
  background-color: #f7f7f7;
  float:left;
  position:fixed;
  display: inline-block;
  line-height:2.5;
  font-size:16px;
  display: none;
  z-index:99;
  margin-top:20px;
  padding-left:15px;
  color: #211a1a;
  box-shadow: 0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28);
}

#contenedorTabla{
  display:table;
  width:100%;
  margin:auto;
  background-color:#f1f1f1;
  padding-bottom:100px;
  min-height:1000px;
}

#filtros{
  display:block;
  background-color: #f9f9f9;
  width:20%;
  position:fixed;
  height: 2000px;
  font-weight:bold;
}

.selectFiltros{
  border: 1px solid #39b5b9;
  width:95%;
  height:25px;
  margin-top:4px;
  border-radius:0;
  background-color: #ffffff;
}

.opcionFiltros{
  border-bottom: solid 1px #96999b;
  padding-bottom: 17px;
}

#contenidoProductos{
  width:80%;
  float:right;
}

#bannermovil{
  display:none;
}

.divOrden{
  display:block;
  width:25%;
  float:left;
  text-align:center;
}

.hiperenlaceOrden{
  font-size:24px;
  text-decoration:none;
  color:#5f5f5f;
}

.hiperenlaceOrden:hover{
  color:grey;
}

.contenedorProducto{
  cursor:pointer;
  display:block;
  position:relative;
  float:left;
  width:23%;
  text-align:center;
  background-color:#ffffff;
  margin:1%;
  color: #515151;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.14);
  box-shadow:0 0 5px rgba(0,0,0,.14), 0 5px 8px rgba(0,0,0,.28);
  border-radius:1px;
  overflow:hidden;
  font-size:14px;
}

.contenedorProducto:hover{
  box-shadow:0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28);
}

#tituloEncabezadoProductos{
  text-align:center;
  color:#c9c8c8;
  margin-bottom:-1px;
  display:block;
}

.imagenProducto{
  width:80%;
  height:120px;
  margin:auto;
  margin-top:0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.parrafoImagen{
  width:100%;
  background-color: white;
  height:15%;
  color:grey;
  margin:0px;
  margin-top:20px;
}

.pProductos{
  white-space: nowrap;
  overflow-x: auto;
}

.espacioParrafoImagen{
  height:30%;
}

.espacioImagen{
  height:5%;
}

.mostrarProducto{
  width:100%;
  height:auto;
  display:block;
  margin:auto;
}

#espaciadorMostrarProducto{
  width:90%;
  margin: 0 auto;
}

#textoProducto{
  width:53%;
  float:right;
  text-align:left;
  margin: 0 auto;
}

#descripcionProductoMoldura{
  width:80%;
  padding-top:6px;
  padding-bottom:6px;
  padding-left:8px;
}

#mostrarProductoReferencia{
  color: grey;
  width: 80%;
  padding-top: 20px;
  padding-left: 15px;
  background-color: #dddddd;
  border-bottom: solid 4px grey;
}

.contenedorMostrarProducto{
  background-color:white;
  width:40%;
  float:left;
  margin:auto;
  padding-top:5%;
  padding-bottom:5%;
}

.botonVolver{
  width:100%;
  background-color:#dddddd;
  height:60px;
  box-shadow:0 0 5px rgba(0,0,0,.14), 0 2px 6px rgba(0,0,0,.28);
  cursor:pointer;
  border-radius:1px;
  text-align:center;
  color:grey;
  padding-top:5px;
}

.botonVolver:hover{
  box-shadow:0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28);
  background-color:#666;
}

.botonBusqueda{
  width:50%;
  float:left;
  background-color:#d4d4d4;
  height:60px;
  box-shadow:0 0 5px rgba(0,0,0,.14), 0 2px 6px rgba(0,0,0,.28);
  cursor:pointer;
  border-radius:1px;
  text-align:center;
  color:grey;
}

.botonBusqueda:hover{
  box-shadow:0 0 1px rgba(0,0,0,.14), 0 1px 2px rgba(0,0,0,.28);
  background-color:#d6d6d6;
}

.botonInfo{
  cursor:pointer;
  width:90%;
  height:25px;
  border:solid 1px white;
  color:white;
  background-color:#444;
  margin-bottom:5px;
  margin-top:10px;
  border-radius:2px;
}

.botonInfo:hover{
  background-color:#222;
}

@media only screen and (max-width: 1100px) {

  .divOrden{
    width:100%;
    height:50px;
    float:none;
  }
}

@media only screen and (max-width: 992px) {

  .contenedorProducto{
    width:31.3%;
    font-size:13px;
  }

  #buscadorReferencia{
    width:93%;
  }

  #myDropdown{
    margin-left:-100%;
    width:165%;
    background-color:#f9f9f9;
    margin-top:16px;
  }

  #logoCabecera{
    width:80px;
    height:40px;
    margin-top:-40px;
    margin-left:60px;
  }

  #filtros{
    width:33%;
    z-index:99;
    margin-left:-33%;
  }

  #botonCerrarFiltros{
    display:block;
    width:24px;
    height:24px;
    float:right;
    margin-right:8px;
    margin-top:-35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-image: url('../imagenes/cruz.png');
  }

  #colores{
    margin-top:40px;
  }

  #contenidoProductos{
    width:100%;
    margin-top:30px;
  }

  .contenedorMostrarProducto{
    width:100%;
  }

  .mostrarProducto{
    width:90%;
  }

  #buttonDropdown{
    background-position: center;
  }

  #botonDesplegarFiltros{
    display:block;
  }

  #tituloEncabezadoProductos{
    font-size:25px;
  }

  #bannerpc{
    display:none;
  }

  #bannermovil{
    display:block;
  }

  #textoProducto{
    width: 95%;
  }

  #mostrarProductoReferencia{
    width:93%;
  }

}

@media only screen and (max-width: 576px) {

  .contenedorProducto{
    width:46%;
    margin:2%;
    font-size:12px;
  }

  #myDropdown{
    width:250%;

  }

  #filtros{
    width:50%;
    margin-left:-50%;
  }

}


@media only screen and (max-width: 500px) {
  .contenedorProducto{
    line-height:13px;
  }

  h1{
    font-size:40px;
  }

  h2{
    font-size:25px;
    padding-top:10px;
  }

}

@media only screen and (max-width: 440px) {
  .contenedorProducto{
    line-height:13px;
  }
}
