/* función para hacer degradados: parámetros 3 colores y 3 porcentajes
	colorInicial porcentajeInicial
		a
	colorintermedio porcentajeIntermedio
		a
	colorfinal porcentajeFinal
 */
/* habilita cambios suavizados (fundidos) entre estados ejemplo: mouseover */
.sombraOscura {
  -webkit-box-shadow: 0 6px 8px #4e4e4e;
  -moz-box-shadow: 0 6px 8px #4e4e4e;
  -o-box-shadow: 0 6px 8px #4e4e4e;
  box-shadow: 0 6px 8px #4e4e4e;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 20, 2013 */
@font-face {
  font-family: 'signikabold';
  src: url('fonts/signika-bold-webfont.eot');
  src: url('fonts/signika-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika-bold-webfont.woff') format('woff'), url('fonts/signika-bold-webfont.ttf') format('truetype'), url('fonts/signika-bold-webfont.svg#signikabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikalight';
  src: url('fonts/signika-light-webfont.eot');
  src: url('fonts/signika-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika-light-webfont.woff') format('woff'), url('fonts/signika-light-webfont.ttf') format('truetype'), url('fonts/signika-light-webfont.svg#signikalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikaregular';
  src: url('fonts/signika-regular-webfont.eot');
  src: url('fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika-regular-webfont.woff') format('woff'), url('fonts/signika-regular-webfont.ttf') format('truetype'), url('fonts/signika-regular-webfont.svg#signikaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikasemibold';
  src: url('fonts/signika-semibold-webfont.eot');
  src: url('fonts/signika-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signika-semibold-webfont.woff') format('woff'), url('fonts/signika-semibold-webfont.ttf') format('truetype'), url('fonts/signika-semibold-webfont.svg#signikasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* uso de los colores
    darken(@nombreColor, porcentaje);
    lighten(@nombreColor, porcentaje);
    desaturate (@nombreColor, porcentaje);
*/
/***************************** colores básicos *****************************************/
/****************************************************************************************/
/******************************* paleta de color ***************************************/
/* granate */
/* azul grisáceo */
/* caqui */
/* beige */
/* salmón */
.fondoFucsia {
  background: #9eb7e3;
}
.fondoVerde {
  background: #31c93f;
}
.fondoAzul {
  background: #00d8ff;
}
.fondoRojo {
  background: #ff0000;
}
.fondoNaranja {
  background: #ffba00;
}
.sombraCapasMenusSuperiores {
  -webkit-box-shadow: 0 8px 8px #494949;
  -moz-box-shadow: 0 8px 8px #494949;
  -o-box-shadow: 0 8px 8px #494949;
  box-shadow: 0 8px 8px #494949;
}
.colorFucsia {
  color: #9eb7e3;
}
.colorAzul {
  color: #00d8ff;
}
.colorRojo {
  color: #ff0000;
}
.colorVerde {
  color: #31c93f;
}
.colorNaranja {
  color: #ffba00;
}
body.decoracionGranHermano {
  background: url("../images/granHermano/fondoGranHermano.jpg") no-repeat top center;
}
div#granHermano {
  padding: 0 0 520px 0;
}
div#granHermano div#cargando {
  width: 200px;
  height: 100px;
  background: url("../images/granHermano/cargando.gif") no-repeat 50% 50%, url("../images/granHermano/fondoCarpaCarga.png") repeat top left;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
div#granHermano div.tituloPagina {
  height: 50px;
  padding: 0px 0 0 0;
  background: none;
}
div#granHermano div.tituloPagina h1 {
  color: #9eb7e3;
  margin: 0 0px;
  padding: 0;
}
div#granHermano div.decoraracionGranHermano {
  background: url("../images/granHermano/fondoModuloGranHermano.jpg") no-repeat top center;
  height: 670px;
  width: 100%;
  margin: 15px 0;
}
div#granHermano div.estancias {
  width: 100%;
  height: 30px;
  background: #9eb7e3;
  margin: 0px 0 0 0;
  position: relative;
}
div#granHermano div#visualizadorProductosEstancia {
  background: #e4e4e4;
  min-height: 180px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  display: none;
}
div#granHermano div#visualizadorProductosEstancia a.browse {
  top: 60px;
}
div#granHermano div#visualizadorlistadoEstancias {
  background: #e4e4e4;
  border-bottom: 1px solid #ffffff;
  position: relative;
  display: none;
  height: 120px;
  -webkit-box-shadow: 0 3px 5px #cbcbcb;
  -moz-box-shadow: 0 3px 5px #cbcbcb;
  -o-box-shadow: 0 3px 5px #cbcbcb;
  box-shadow: 0 3px 5px #cbcbcb;
}
div#granHermano div#visualizadorlistadoEstancias a.browse {
  top: 30px;
}
div#granHermano div.dimensionesHorizontal {
  height: 120px;
}
div#granHermano div.listadoScrollable {
  width: 1100px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  left: 67px;
  top: 10px;
}
div#granHermano div.listadoScrollableProductos {
  width: 1100px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 67px;
  top: 10px;
}
div#granHermano div.items,
div#granHermano div.itemsListado {
  width: 20000em;
  position: absolute;
}
div#granHermano div.items div.bloqueMiniaturas,
div#granHermano div.itemsListado div.bloqueMiniaturas {
  width: 1200px;
  height: 100px;
  float: left;
}
div#granHermano div.items div.bloqueMiniaturas div.previo,
div#granHermano div.itemsListado div.bloqueMiniaturas div.previo {
  height: 100px;
  width: 160px;
  background: #ffffff;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #cbcbcb;
  -moz-box-shadow: 0 3px 5px #cbcbcb;
  -o-box-shadow: 0 3px 5px #cbcbcb;
  box-shadow: 0 3px 5px #cbcbcb;
}
div#granHermano div.items div.bloqueMiniaturas div.previo span,
div#granHermano div.itemsListado div.bloqueMiniaturas div.previo span {
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 4px;
  z-index: 5;
}
div#granHermano div.items div.bloqueMiniaturas div.previo a,
div#granHermano div.itemsListado div.bloqueMiniaturas div.previo a {
  position: absolute;
  left: 10px;
  top: 10px;
}
div#granHermano div.items div.bloqueMiniaturasProductos,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos {
  width: 1200px;
  height: 160px;
  float: left;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo {
  height: 160px;
  width: 160px;
  background: #ffffff;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  -webkit-box-shadow: 0 3px 5px #cbcbcb;
  -moz-box-shadow: 0 3px 5px #cbcbcb;
  -o-box-shadow: 0 3px 5px #cbcbcb;
  box-shadow: 0 3px 5px #cbcbcb;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo img.imagenFichaListado,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo img.imagenFichaListado {
  display: none;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo span.nombreProducto,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo span.nombreProducto {
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 4px;
  z-index: 5;
  display: none;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo span.descripcionProducto,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo span.descripcionProducto {
  display: none;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo:hover span.nombreProducto,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo:hover span.nombreProducto {
  display: block !important;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo a.linkProductos,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo a.linkProductos {
  display: block !important;
  position: absolute;
  left: 10px;
  top: 10px;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo a.linkProductos img,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo a.linkProductos img {
  width: 140px;
  height: 140px;
}
div#granHermano div.items div.bloqueMiniaturasProductos div.previo a.linkAniadirCarrito,
div#granHermano div.itemsListado div.bloqueMiniaturasProductos div.previo a.linkAniadirCarrito {
  display: none;
}
div#granHermano div.items div.modoListado,
div#granHermano div.itemsListado div.modoListado {
  width: 1160px;
}
div#granHermano div.items div.modoListado div.previo,
div#granHermano div.itemsListado div.modoListado div.previo {
  width: 49.5%;
  float: left;
  height: 150px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px #cbcbcb;
  -moz-box-shadow: 0 3px 5px #cbcbcb;
  -o-box-shadow: 0 3px 5px #cbcbcb;
  box-shadow: 0 3px 5px #cbcbcb;
  position: relative;
  margin: 5px 0 5px 0;
}
div#granHermano div.items div.modoListado div.previo img.imagenFichaListado,
div#granHermano div.itemsListado div.modoListado div.previo img.imagenFichaListado {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 120px;
}
div#granHermano div.items div.modoListado div.previo span.nombreProducto,
div#granHermano div.itemsListado div.modoListado div.previo span.nombreProducto {
  color: #9eb7e3;
  font-size: 16px;
  position: absolute;
  z-index: 5;
  left: 150px;
  top: 20px;
  width: 400px;
}
div#granHermano div.items div.modoListado div.previo span.descripcionProducto,
div#granHermano div.itemsListado div.modoListado div.previo span.descripcionProducto {
  display: block;
  position: absolute;
  top: 50px;
  left: 150px;
  width: 400px;
  font-size: 12px;
}
div#granHermano div.items div.modoListado div.previo:nth-child(even),
div#granHermano div.itemsListado div.modoListado div.previo:nth-child(even) {
  float: right !important;
}
div#granHermano div.items div.modoListado div.previo img,
div#granHermano div.itemsListado div.modoListado div.previo img {
  width: 140px;
  position: absolute;
  left: 10px;
  top: 10px;
}
div#granHermano div.items div.modoListado div.previo a.ocultarEnCuadricula,
div#granHermano div.itemsListado div.modoListado div.previo a.ocultarEnCuadricula {
  background: #31c93f;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
div#granHermano div.items div.modoListado div.previo a.ocultarEnListado,
div#granHermano div.itemsListado div.modoListado div.previo a.ocultarEnListado {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}
div#granHermano div.items div.modoListado div.previo a.ocultarEnListado img,
div#granHermano div.itemsListado div.modoListado div.previo a.ocultarEnListado img {
  width: 140px;
  height: 140px;
}
div#granHermano div.items div.modoListado div.previo a.linkAniadirCarrito,
div#granHermano div.itemsListado div.modoListado div.previo a.linkAniadirCarrito {
  display: block;
}
div#granHermano a.browse {
  display: block;
  width: 58px;
  height: 58px;
  background-image: url("../images/granHermano/flechasScrollable.png");
  background-repeat: no-repeat;
}
div#granHermano a.disabled {
  display: block !important;
  visibility: visible !important;
  opacity: 0.25 !important;
  filter: alpha(opacity=25) !important;
}
div#granHermano a.prev {
  background-position: 0 0;
}
div#granHermano a.prev:hover {
  background-position: -58px 0;
}
div#granHermano a.next {
  right: 5px;
  background-position: 0 -58px;
}
div#granHermano a.next:hover {
  background-position: -58px -58px;
}
div#granHermano div#visorImagenes {
  overflow: hidden;
  height: 750px;
  width: 100%;
}
div#granHermano div#cristal {
  background: url("../images/granHermano/fondoCristalProductos.png") repeat 0 0;
  width: 100%;
  height: 670px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
div#granHermano div#detalleProducto {
  background: #ffffff;
  width: 750px;
  height: 500px;
  position: absolute;
  z-index: 3;
}
div#granHermano div#detalleProducto div.tituloArticulo h1 {
  padding: 10px 0 0 10px !important;
}
div#granHermano div#detalleProducto div.imagenProductoVentanaDetalle {
  padding: 10px;
}
div#granHermano div#detalleProducto div.imagenProductoVentanaDetalle img {
  max-width: 100%;
}
div#granHermano div#detalleProducto div.datosProductoVentanaDetalle {
  padding: 10px !important;
  height: 315px;
  overflow: hidden;
}
div#granHermano div#detalleProducto footer {
  width: 100%;
  height: 40px;
  background: #e4e4e4;
  position: relative;
}
div#granHermano div#detalleProducto footer a {
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
}
div#granHermano div#detalleProducto footer a:hover {
  background: #9eb7e3;
}
div#granHermano div.objetosEstancia {
  width: 100%;
  height: 30px;
  background: #ffba00;
  position: relative;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos {
  display: none;
  position: absolute;
  left: 0px;
  top: 3px;
  margin: 0;
  padding: 0;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li {
  float: left;
  width: 33px;
  height: 23px;
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a {
  display: block;
  width: 33px;
  height: 23px;
  background: url("../images/granHermano/disposiciones.png") no-repeat 0 0;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a span {
  visibility: hidden;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a.botonListado {
  background-position: 0 0;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a.botonListado:hover {
  background-position: 0 -23px;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a.botonCuadricula {
  background-position: -33px 0;
}
div#granHermano div.objetosEstancia ul.disposicionesArticulos li a.botonCuadricula:hover {
  background-position: -33px -23px;
}
div#granHermano a.botonesEstancias {
  position: absolute;
  right: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 0;
  color: #ffffff;
  font-size: 13px;
}
div#granHermano a.botonesEstancias span {
  padding: 0 20px;
}
div#granHermano a.botonesEstancias:hover {
  background-color: #000000;
}
div#granHermano a.verEstancias {
  background: #31c93f url("../images/granHermano/flechasBotonesEstancias.png") no-repeat top right;
}
div#granHermano a.verArticulosEstancia {
  background: #9eb7e3 url("../images/granHermano/flechasBotonesEstancias.png") no-repeat top right;
}
div#granHermano a.hotSpot {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  background: url("../images/granHermano/iconoSpot.png") no-repeat 0 0;
}
div#granHermano a.hotSpot:hover {
  background: url("../images/granHermano/iconoSpot.png") no-repeat -50px 0;
}
div#granHermano a.hotSpot span {
  visibility: hidden;
}
/*
	Clases necesarias para usar el visualizador de estancias
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
.sombras {
  -webkit-box-shadow: 0 3px 5px #cbcbcb;
  -moz-box-shadow: 0 3px 5px #cbcbcb;
  -o-box-shadow: 0 3px 5px #cbcbcb;
  box-shadow: 0 3px 5px #cbcbcb;
}
.externalHeader__icon_mediaset,
.externalHeader__logo {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
}
.externalHeader__main,
.externalHeader__main > * {
  box-sizing: border-box;
}
.externalHeader__container {
  margin: 0 auto;
  max-width: 1024px;
  height: 48px;
  padding: 8px 20px;
}
.externalHeader__icon_mediaset {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  border: 0;
  overflow: hidden;
  text-indent: -1500px;
  text-align: left;
  padding: 0;
  outline: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M31.929 16.037C31.929 24.853 24.78 32 15.964 32 7.148 32 0 24.853 0 16.037 0 7.22 7.148.072 15.964.072c8.817 0 15.965 7.148 15.965 15.965' fill='%2321365B'/%3E%3Cpath d='M22.292 19.541c0 1.51 1.235 2.689 2.82 2.689 1.585 0 2.864-1.178 2.864-2.689 0-1.515-1.28-2.732-2.863-2.732-1.586 0-2.82 1.217-2.82 2.732m-6.057-9.833h2.602l.541 12.215h-2.366l-.353-8.257-4.312 8.257h-1.165L9.15 13.431l-2.636 8.492h-2.47L7.802 9.708h2.686l1.86 7.682z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  z-index: 1;
}
.externalHeader__logo {
  height: 27px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  margin-top: 2px;
  background-size: contain;
}
.externalHeader__logo:hover {
  opacity: 0.8;
}
* {
  font-family: 'signikaregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
a,
a img {
  border: none;
  text-decoration: none;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.generico {
  background: #ffffff;
}
section {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h1 span,
h2 span,
h3 span {
  font-family: 'signikabold', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
div#mantenimiento {
  width: 100%;
  height: 700px;
  background: url("../images/mantenimiento/mantenimiento.png") no-repeat 50% 45%;
}
div.tituloPagina {
  height: 50px;
  margin: 15px 0;
  padding: 0px 0 0 0;
  background: url("../images/coloresCorporativosMediasetTitulos.png") repeat-x bottom left;
}
div.tituloPagina h1 {
  color: #9eb7e3;
  margin: 0 10px;
  padding: 0;
  line-height: 50px;
}
h1.mensajeErrorPagina {
  font-size: 15px !important;
  color: #656565;
  padding-top: 50px;
}
p,
li,
dd,
dt,
input,
textarea,
button,
a,
a span,
div,
label {
  font-family: 'signikaregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
div.textoReducido p,
div.textoReducido li,
div.textoReducido dd,
div.textoReducido dt,
div.textoReducido input,
div.textoReducido textarea,
div.textoReducido button,
div.textoReducido a,
div.textoReducido a span,
div.textoReducido div,
div.textoReducido label {
  font-size: 11px !important;
}
h2 {
  color: #9eb7e3;
  font-size: 17px;
}
h2 a {
  color: #00d8ff;
  text-decoration: none;
}
h2 a:hover {
  color: #000000;
}
#talla {
  margin: 10px 0;
}
div#venta h2 {
  margin: 0;
  font-size: 31px !important;
}
#preloader {
  background: #ffffff url("../images/loadingMediaset.gif") no-repeat 50% 50%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.noMostrarPantalla {
  display: none;
}
a.disabled {
  display: none !important;
}
.bloqueAnuncios {
  position: relative;
  margin: 0 auto;
}
.bloqueContenido {
  margin: 0 auto;
}
.imagenDetalle {
  position: relative;
  border: 1px solid #e4e4e4;
}
.imagenDetalle img {
  width: 100%;
}
.cuadroPruebas {
  background: #7e827a;
}
#container {
  margin: 0 auto;
  position: relative;
}
/********************** clases dependientes del tamaño de la pantalla **********************/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#container {
  min-height: 100%;
  width: 100%;
}
div#footer {
  width: 100%;
  height: 520px;
  position: relative;
  margin: -520px 0 0 0;
  clear: both;
}
div.fondoFaldonAyuda {
  padding: 50px 0;
  background: #f9f9f9;
  margin-top: 100px;
  border-bottom: 28px solid #294d8c;
}
div.fondoFaldonAyuda h2.telefonoFaldon {
  display: none;
}
.destacado {
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header#tienda {
    position: relative;
    height: 150px;
  }
  header#tienda img.gorroNavidad {
    position: absolute;
    left: 49px;
    top: -20px;
    z-index: 500;
  }
  header#tienda a#logo {
    height: 206px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header#tienda a#logo img {
    height: 206px;
    width: 165px;
  }
  header#tienda nav#menuPrincipal {
    width: 755px;
  }
}
@media screen and (min-width: 1025px) {
  header#tienda {
    position: relative;
    height: 150px;
  }
  header#tienda img.gorroNavidad {
    position: absolute;
    left: 49px;
    top: -20px;
    z-index: 500;
  }
  header#tienda a#logo {
    height: 206px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header#tienda a#logo img {
    height: 206px;
    width: 165px;
  }
  header#tienda nav#usuarios {
    top: 82px;
  }
  header#tienda #menuPrincipal {
    width: 985px;
  }
}
@media screen and (min-width: 769px) {
  /* barra de navegación para móviles */
  .zonaMenu {
    display: none;
  }
  div#campoBusquedas {
    width: 335px;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 120px;
    z-index: 10;
  }
  div#campoBusquedas label {
    display: none;
  }
  div#campoBusquedas input {
    border: 1px solid #9eb7e3;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 37px;
    line-height: 35px;
    width: 300px;
    padding: 0 0 0 10px;
  }
  div#campoBusquedas input:hover {
    border: 1px solid #00d8ff;
    background: #e4e4e4;
  }
  div#campoBusquedas button#enviarConsulta {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    width: 40px;
    height: 39px;
    line-height: 39px;
    background: #9eb7e3 url("../images/iconografia.png") no-repeat 0 -735px;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    -o-border-radius: 0px 5px 5px 0;
    border-radius: 0px 5px 5px 0;
  }
  div#campoBusquedas button#enviarConsulta span {
    visibility: hidden;
  }
  div#campoBusquedas button#enviarConsulta:hover {
    background: #00d8ff url("../images/iconografia.png") no-repeat 0 -735px;
  }
  header#tienda {
    position: relative;
    height: 150px;
  }
  header#tienda a#logo {
    height: 122px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header#tienda a#logo img {
    height: 122px;
    width: 353px;
  }
  header#tienda nav#menuPrincipal {
    height: 28px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0px;
    background: #294d8c;
  }
  header#tienda nav#menuPrincipal ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    top: 0px;
  }
  header#tienda nav#menuPrincipal ul li {
    margin: 0 25px 0 25px;
    padding: 0;
    list-style-type: none;
    float: left;
    height: 28px;
    line-height: 28px;
    position: relative;
  }
  header#tienda nav#menuPrincipal ul li div {
    z-index: 999 !important;
  }
  header#tienda nav#menuPrincipal ul li div ul {
    display: block;
    position: absolute;
    top: 28px;
    left: 0px;
    margin: 0;
    padding: 0;
    background: #000000;
    z-index: 200;
    width: 150px;
    display: none;
  }
  header#tienda nav#menuPrincipal ul li div ul li {
    display: block;
    clear: both;
    float: none;
    width: 150px;
    height: 28px;
    margin: 0 0 0px 0;
    padding: 0;
  }
  header#tienda nav#menuPrincipal ul li div ul li a {
    display: block;
    width: 150px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    background: #000000;
    -webkit-box-shadow: 0 4px 6px #000000;
    -moz-box-shadow: 0 4px 6px #000000;
    -o-box-shadow: 0 4px 6px #000000;
    box-shadow: 0 4px 6px #000000;
  }
  header#tienda nav#menuPrincipal ul li div ul li a span {
    padding: 0 0 0 10px;
  }
  header#tienda nav#menuPrincipal ul li div ul li a:hover {
    background: #00d8ff;
    color: #000000;
  }
  header#tienda nav#menuPrincipal ul li a {
    height: 28px;
    line-height: 28px;
    padding: 0 0px 0 0px;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 15px;
  }
  header#tienda nav#menuPrincipal ul li a.activo {
    color: #9eb7e3;
  }
  header#tienda nav#menuPrincipal ul li.activo a {
    background: #703030;
    color: #ffffff;
  }
  header#tienda nav#menuPrincipal ul li.activo a:after {
    background: #703030;
  }
  header#tienda nav#usuarios {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 950;
  }
  header#tienda nav#usuarios ul {
    margin: 0;
    padding: 0;
  }
  header#tienda nav#usuarios li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    font-size: 11px 2;
    position: relative;
  }
  header#tienda nav#usuarios li.usuario:after {
    display: block;
    content: "";
    width: 2px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000;
  }
  header#tienda nav#usuarios li.usuario a.nombreUsuario {
    background: url("../images/iconografia.png") no-repeat 0 0;
    padding-left: 40px;
  }
  header#tienda nav#usuarios li.usuario a.nombreUsuario:hover {
    background: url("../images/iconografia.png") no-repeat 0 -35px;
  }
  header#tienda nav#usuarios li.carrito:after {
    display: block;
    content: "";
    width: 2px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000;
    z-index: 0;
  }
  header#tienda nav#usuarios li.carrito a.muestraCarrito {
    position: relative;
    background: url("../images/iconografia.png") no-repeat 0 -70px;
    padding-left: 40px;
  }
  header#tienda nav#usuarios li.carrito a.muestraCarrito:hover {
    background: url("../images/iconografia.png") no-repeat 0 -105px;
  }
  header#tienda nav#usuarios li.carrito a.muestraCarrito span#numItems {
    background: #294d8c;
    color: #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    font-size: 17px !important;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    z-index: 10;
    position: relative;
  }
  header#tienda nav#usuarios li a {
    display: block;
    line-height: 35px;
    color: #000000;
    text-decoration: none;
    margin: 0 10px;
    position: relative;
  }
}
.campania {
  overflow: hidden;
}
.campania img {
  width: 100%;
}
div.telefono {
  background: #00d8ff url("../images/bannersInformativos.png") no-repeat;
}
div.faqs {
  background: #9eb7e3 url("../images/bannersInformativos.png") no-repeat;
}
div.transporte {
  background: #ffba00 url("../images/bannersInformativos.png") no-repeat;
}
/******************************* productos *****************/
div#listaArticulos {
  padding-bottom: 0px;
}
.productoPortada,
.articulo {
  position: relative;
}
.productoPortada .datosArticulo,
.articulo .datosArticulo {
  left: 0px;
  bottom: 0px;
}
div.bloqueAnuncios > div {
  position: relative;
}
div.parrillaProductos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
}
div.parrillaProductos .articulo {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  max-width: 30%;
  margin-bottom: 30px;
}
div.parrillaProductos .articulo img {
  width: 100%;
  z-index: 0;
}
div.parrillaProductos .espacioTelevisivo {
  border: 1px solid #c6d4ee;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  height: 340px !important;
  max-width: 30%;
  margin-bottom: 30px;
  overflow: hidden;
}
div.parrillaProductos .espacioTelevisivo img {
  width: 100%;
  height: 100%;
  z-index: 0;
}
div.datosArticulo {
  z-index: 10;
  background: url("../images/negroAlpha.png") repeat 0 0;
  position: absolute;
}
div.datosArticulo article {
  padding: 10px 15px;
}
div.datosArticulo article h1 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 20px;
  font-size: 20px;
}
div.datosArticulo article h2 {
  margin: 0;
  padding: 0;
  color: #9eb7e3;
}
div.datosArticulo article p {
  color: #ffffff;
}
div.datosArticulo article p.precioMovil {
  color: #9eb7e3;
  font-size: 18px;
}
div#listaEspacios {
  background: #f1f1f1;
}
div.reproductor {
  display: none;
  padding: 0px 0 15px 0;
}
a.linkVideo {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 10;
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/spotTelevision.png") no-repeat 0 0;
}
a.linkVideo span {
  visibility: hidden;
}
a.linkVideo:hover {
  background: url("../images/spotTelevision.png") no-repeat -80px 0;
}
div.barraPaginacion {
  height: 15px;
  position: relative;
  clear: both;
}
div.barraPaginacion a {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  background: #31c93f;
}
div.barraPaginacion:hover a {
  background: #000000;
}
div.respuestaSolicitudInformacion {
  background: #31c93f;
  padding: 10px;
}
div.respuestaSolicitudInformacion h1,
div.respuestaSolicitudInformacion h2,
div.respuestaSolicitudInformacion h3,
div.respuestaSolicitudInformacion p {
  color: #ffffff !important;
}
div.datosAdicionalesProducto {
  border-left: 1px solid #e4e4e4;
  padding-left: 10px;
}
div.datosAdicionalesProducto a {
  z-index: 100;
  display: block;
}
ul.sinbolillo {
  margin: 0;
  padding: 0;
}
ul.sinbolillo li {
  margin: 0 0 0 4px 0;
  padding: 0;
  list-style-type: none;
}
ul.reparto {
  margin: 0;
  padding: 0;
}
ul.reparto li {
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  display: inline;
}
ul.reparto li strong {
  padding: 0 5px 0 0;
}
div.datosAdicionales {
  padding: 0 0 15px 0 !important;
}
div.datosAdicionales p {
  margin: 0 0 5px 0 !important;
}
div.tituloArticulo {
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding: 0px 0 0 0;
  background: url("../images/coloresCorporativosMediasetTitulos.png") repeat-x bottom left;
}
div.tituloArticulo h1 {
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
div.tituloArticulo h1 span {
  display: block;
  clear: both;
  color: #656565;
}
div.tituloArticulo ul {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
div.tituloArticulo ul li {
  float: left !important;
  padding: 0;
  list-style-type: none;
  position: relative;
}
div.tituloArticulo ul li.cajaPrecio span {
  display: block;
}
div.tituloArticulo ul li.cajaPrecio span.numero {
  font-weight: 400;
  font-size: 41px !important;
  letter-spacing: -2px;
  color: #000000;
}
div.tituloArticulo ul li.cajaPrecio span.textoMoneda {
  position: absolute;
  display: block;
  width: 25px !important;
  padding: 0 !important;
  height: 25px;
  background: #9eb7e3;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-weight: 700;
  font-size: 16px;
}
div.tituloArticulo ul li.aniadirCarro a {
  padding: 0 20px;
  display: block;
  text-align: center;
  background: #31c93f;
}
div.tituloArticulo ul li.aniadirCarro a span.iconoCarrito {
  display: block;
  position: absolute;
}
div.tituloArticulo ul li.aniadirCarro a span.iconoCarrito span {
  visibility: hidden;
}
div.tituloArticulo ul li.aniadirCarro a span.texto {
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
}
div.tituloArticulo ul li.aniadirCarro a:hover {
  background: #1d7725;
}
div.tituloArticulo ul li.verCarroFinalizar {
  display: none;
}
div.tituloArticulo ul li.verCarroFinalizar a {
  padding: 0 20px;
  display: block;
  text-align: center;
  background: #9eb7e3;
}
div.tituloArticulo ul li.verCarroFinalizar a span.iconoFinalizar {
  display: block;
  position: absolute;
}
div.tituloArticulo ul li.verCarroFinalizar a span.iconoFinalizar span {
  visibility: hidden;
}
div.tituloArticulo ul li.verCarroFinalizar a span.texto {
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
}
div.tituloArticulo ul li.verCarroFinalizar a:hover {
  background: #4f7dcc;
}
div.tituloArticulo ul li.plazosEntrega {
  height: 70px;
  padding: 24px 0 0 0px;
  background: url("../images/camion.png") no-repeat top center;
}
div.tituloArticulo ul li.plazosEntrega span.etiquetaEntrega {
  display: block;
  text-align: center;
  color: #ffba00;
  width: 100px;
  margin-top: 7px;
}
div.tituloArticulo ul li.plazosEntrega span.etiquetaEntregaCorta {
  display: block;
  text-align: center;
  color: #ffba00;
  width: 100px;
  margin-top: 7px;
}
div.tituloArticulo ul li.plazosEntrega span.descripcionEntrega {
  border-top: 1px solid #fff8e5;
  text-align: center;
  width: 100px;
  font-size: 14px !important;
  color: #ffba00;
  padding-top: 4px;
}
div.tituloArticulo ul li.plazosEntrega span.descripcionEntregaCorta {
  border-top: 1px solid #fff8e5;
  text-align: center;
  width: 100px;
  font-size: 26px !important;
  color: #ffba00;
  padding-top: 4px;
  letter-spacing: -2px !important;
}
div.tituloArticulo ul h2 {
  position: absolute;
  text-align: center !important;
  font-size: 46px !important;
  top: -9px;
  left: 0px;
  letter-spacing: -2px;
}
div.detalleProducto p a {
  color: #00d8ff;
  text-decoration: none;
}
div.detalleProducto p a:hover {
  color: #000000;
}
div.areaBannersInformativos {
  position: relative;
}
div.areaBannersInformativos a {
  display: block;
  position: absolute;
}
div.areaBannersInformativos a span {
  visibility: hidden;
}
div.areaBannersInformativos a.linkBannerComoComprar {
  top: 0px;
  left: 0px;
}
div.areaBannersInformativos a.linkBannerEnvios {
  top: 0px;
  right: 0px;
}
div.bannersInformativosHorizontal {
  position: relative;
}
div.bannersInformativosHorizontal a.faqsLinkOculto {
  position: absolute;
  display: block;
}
div.bannersInformativosHorizontal a.faqsLinkOculto span {
  visibility: hidden;
}
div.bannersInformativosHorizontal a.enviosLinkOculto {
  position: absolute;
  display: block;
}
div.bannersInformativosHorizontal a.enviosLinkOculto span {
  visibility: hidden;
}
a.linkOcultoCampania {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/transparent.png') repeat 0 0;
}
a.linkOcultoCampania span {
  visibility: hidden;
}
.posH1 {
  position: absolute !important;
}
.posH2 {
  position: absolute !important;
}
.posH3 {
  position: absolute !important;
}
.posH4 {
  position: absolute !important;
}
.posH5 {
  position: absolute !important;
}
div.imagenProducto img {
  width: 100%;
}
div.bloqueMiniaturas {
  width: 100%;
  margin: 0 0 0 0;
}
div.bloqueMiniaturas div.miniatura {
  margin: 0 0% 0 0%;
  padding: 0;
  list-style-type: none;
  width: 23%;
  float: left;
  margin-right: 2%;
}
div.bloqueMiniaturas div.miniatura img {
  width: 100%;
}
div.navi {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 110;
}
div.navi a {
  text-decoration: none;
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 7px;
  margin-top: 6px;
  font-size: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 10px;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  color: #9eb7e3;
  text-align: center;
}
div.navi a span {
  visibility: hidden;
}
div.navi a.activeSlide {
  background: #9eb7e3;
  color: #ffffff;
}
div.contenidos {
  position: relative;
}
div.pagina {
  padding-bottom: 520px;
}
p.tallas {
  font-size: 16px !important;
}
div.bloqueInformativo h1 {
  font-family: "signikasemibold";
  font-size: 21px !important;
  margin: 0;
}
div.bloqueInformativo h2 {
  margin: 0;
  padding: 0;
}
div.bloqueInformativo p,
div.bloqueInformativo ul,
div.bloqueInformativo li {
  font-size: 11px !important;
  margin: 0;
  padding: 0;
}
div.bloqueInformativo p a,
div.bloqueInformativo ul a,
div.bloqueInformativo li a {
  color: #9eb7e3;
  text-decoration: none;
}
div.bloqueInformativo ul li a {
  text-decoration: none;
  color: #000000;
}
div.bloqueInformativo ul li a:hover {
  text-decoration: underline;
}
div.topVentas {
  line-height: 75px;
  padding-left: 75px;
  background: url("../images/iconografiaInformativa.png") no-repeat 0 -450px;
}
div.novedades {
  line-height: 75px;
  padding-left: 75px;
  background: url("../images/iconografiaInformativa.png") no-repeat 0 -525px;
}
div.carritoDeLaCompra {
  line-height: 75px;
  padding-left: 75px;
  background: url("../images/iconografiaInformativa.png") no-repeat 0 -600px;
}
div.usuarioRegistro {
  line-height: 75px;
  padding-left: 75px;
  background: url("../images/iconografiaInformativa.png") no-repeat 0 -675px;
}
.totalesFinCarrito {
  font-size: 15px;
}
.totalesFinCarrito span {
  font-size: 19px;
  padding: 0 5px;
}
.avisos {
  color: #ffffff;
  font-size: 16px;
  background: #31c93f url("../images/iconografiaInformativa.png") no-repeat 0 -900px;
}
.avisos span {
  display: block;
  padding: 15px 15px 35px 80px !important;
}
.alerta {
  color: #ffffff;
  font-size: 16px;
  background: #9eb7e3;
}
.alerta span {
  display: block;
  padding: 15px 15px 15px 80px !important;
}
.avisoError {
  color: #ffffff;
  font-size: 16px;
  background: #9eb7e3 url("../images/iconografiaInformativa.png") no-repeat 0 -750px !important;
}
.avisoError span {
  display: block;
  padding: 15px 15px 15px 80px !important;
}
div.bloqueAnuncios > div {
  position: relative;
}
.productoSimple {
  position: relative;
}
.productoSimple img {
  width: 100%;
  position: absolute;
}
div.datosArticulo {
  z-index: 10;
  background: url("../images/negroAlpha.png") repeat 0 0;
}
div.datosArticulo article {
  padding: 10px;
}
div.datosArticulo article h1 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
div.datosArticulo article h2 {
  margin: 0;
  padding: 0;
  color: #9eb7e3;
}
div.datosArticulo article p {
  color: #ffffff;
}
div.unBloque,
.dosBloquesH,
.dosBloquesV,
.cuatroBloques2x2 {
  position: relative;
}
div.unBloque a.linkArticulo,
.dosBloquesH a.linkArticulo,
.dosBloquesV a.linkArticulo,
.cuatroBloques2x2 a.linkArticulo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
div.unBloque a.linkArticulo span,
.dosBloquesH a.linkArticulo span,
.dosBloquesV a.linkArticulo span,
.cuatroBloques2x2 a.linkArticulo span {
  visibility: hidden;
}
ul.tabsControl {
  margin: 10px 0;
  padding: 10px 0 0 0;
  height: 30px;
}
ul.tabsControl li {
  height: 30px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  list-style-type: none;
  float: left;
}
ul.tabsControl li a {
  color: #000000;
  display: block;
  padding: 0 40px !important;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e4e4e4;
  text-decoration: none;
}
ul.tabsControl li a:hover {
  background: #000000;
  color: #ffffff;
}
ul.tabsControl li a.current {
  color: #ffffff;
  background: #00d8ff;
}
.resultadoBusqueda {
  border-bottom: 1px solid #e4e4e4;
}
.mensajeBusqueda {
  background-color: #31c93f;
  height: 30px;
}
.mensajeBusqueda p {
  margin: 0;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
/****************************** carrito de la compra ********/
div.errorPago {
  width: 100%;
  height: 142px;
  background: url("../images/errorCompra.png") no-repeat 0 0;
  position: relative;
}
div.errorPago p.descripcionError {
  margin: 0;
  font-size: 25px;
  font-style: italic;
  position: absolute;
  left: 300px;
  top: 60px;
}
div.errorPago p.descripcionError span {
  color: #d2d2d2;
  padding-right: 20px;
}
.subrayado {
  background: url("../images/subrayado.png") repeat-x bottom left;
}
.subrayado a {
  color: #00d8ff;
  text-decoration: none;
}
div.sumasFinales p {
  margin: 0;
  padding: 15px 0;
}
div.sumasFinales p span.textoSubtotalLinea {
  display: block;
  float: left;
  text-align: right;
}
div.sumasFinales p span.subTotalLinea {
  display: block;
  float: right;
}
p.lineaCodiPromocional {
  line-height: 35px !important;
}
input[type="text"].codigoPromocional {
  background: #e4e4e4 url("../images/iconografia.png") no-repeat bottom right;
  border: none;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  height: 35px;
}
.modificarLinea span {
  visibility: hidden;
}
.lineaCarrito {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}
.desactivarBoton {
  visibility: hidden;
}
ul#desplegable li ul {
  display: none;
}
#tienda nav #usuarios li {
  position: relative;
}
ul#menuUsuario {
  position: absolute;
  width: 250px;
  display: block;
  z-index: 100;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  -webkit-box-shadow: 0 8px 8px #494949;
  -moz-box-shadow: 0 8px 8px #494949;
  -o-box-shadow: 0 8px 8px #494949;
  box-shadow: 0 8px 8px #494949;
}
ul#menuUsuario li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
}
ul#menuUsuario li.linkMenuUsuario a {
  display: block;
  width: 100%;
  background-image: none !important;
  padding: 0 !important;
  line-height: 30px;
}
ul#menuUsuario li.tituloMenuUsuarios {
  background: #31c93f;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
ul#menuUsuario li.tituloMenuUsuarios span {
  padding: 3px 5px;
}
ul#datosCarrito {
  position: absolute;
  width: 442px;
  z-index: 100;
  display: block;
  margin: 0;
  padding: 0;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  -webkit-box-shadow: 0 8px 8px #494949;
  -moz-box-shadow: 0 8px 8px #494949;
  -o-box-shadow: 0 8px 8px #494949;
  box-shadow: 0 8px 8px #494949;
}
ul#datosCarrito li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  clear: both !important;
  border-bottom: 1px solid #e4e4e4;
}
ul#datosCarrito li span {
  display: block;
}
ul#datosCarrito li span.imagenCarrito {
  width: 70px;
  float: left;
}
ul#datosCarrito li span.imagenCarrito img {
  width: 100%;
}
ul#datosCarrito li span.datosCompra {
  width: 60%;
  float: left;
  position: relative;
}
ul#datosCarrito li span.datosCompra span.unidades {
  height: 70px;
  line-height: 70px;
  width: 20%;
  background: #e4e4e4;
  color: #00d8ff;
  float: left;
  font-size: 29px;
  text-align: center;
}
ul#datosCarrito li span.datosCompra span.unidades span {
  display: inline !important;
  font-size: 16px !important;
  color: #00d8ff;
}
ul#datosCarrito li span.datosCompra span.articuloCarrito {
  display: block;
  width: 80%;
  height: 70px;
  float: left;
  position: relative;
}
ul#datosCarrito li span.datosCompra span.articuloCarrito span.nombreArticulo {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 13px !important;
}
ul#datosCarrito li span.zonaPrecioLinea {
  display: block;
  height: 70px;
  width: 20%;
  float: right;
}
ul#datosCarrito li span.zonaPrecioLinea span.precio {
  color: #00d8ff;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
ul#datosCarrito li.tituloCarrito {
  background: #00d8ff;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
ul#datosCarrito li.tituloCarrito span {
  padding: 3px 5px;
}
ul#buscador {
  position: absolute;
  width: 350px;
  z-index: 100;
  display: block;
  margin: 0;
  padding: 0;
  left: -400px;
  min-height: 115px;
  -webkit-box-shadow: 0 8px 8px #494949;
  -moz-box-shadow: 0 8px 8px #494949;
  -o-box-shadow: 0 8px 8px #494949;
  box-shadow: 0 8px 8px #494949;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
}
ul#buscador li {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#buscador li label {
  display: none;
}
ul#buscador li.tituloBuscador {
  background: #9eb7e3;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
ul#buscador li.tituloBuscador span {
  padding: 3px 5px;
}
ul#buscador li span.lineaBusqueda {
  display: block;
  height: 40px;
  line-height: 40px;
}
ul#buscador li span.lineaBusqueda span.campo input,
ul#buscador li span.lineaBusqueda span.campo textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e4e4e4;
  color: #000000;
  width: 95%;
  border: 1px solid #ffffff;
  margin-left: 2.5%;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 3px #b5b5b5 inset;
  -moz-box-shadow: 0 2px 3px #b5b5b5 inset;
  -o-box-shadow: 0 2px 3px #b5b5b5 inset;
  box-shadow: 0 2px 3px #b5b5b5 inset;
}
ul#buscador li span.lineaBusqueda span.campo input {
  height: 25px;
}
div.relativo {
  position: relative !important;
}
div.botonera {
  width: 100%;
  height: 35px;
  position: relative;
  clear: both;
}
div.botonera ul {
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0px;
}
div.botonera ul.espacioArriba {
  padding-top: 20px;
}
div.botonera ul.espacioAbajo {
  padding-bottom: 20px;
}
div.botonera ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
  line-height: 35px;
  height: 35px;
  float: left;
  color: #ffffff;
}
div.botonera ul li.irCarrito {
  display: none;
}
div.botonera ul li span {
  font-size: 13px;
}
div.botonera ul li a {
  padding: 0 20px;
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  z-index: 100 !important;
}
div.botonera ul li a.botonComprar {
  padding: 0 70px !important;
}
div.botonera ul li a:hover {
  background: #000000;
}
div.botonera ul li a span {
  display: block;
  color: #ffffff !important;
}
div.botonera ul li a.aniadirCarro {
  height: 35px;
  line-height: 35px;
  padding: 0 30px 0 50px;
  background: #31c93f url("../images/iconografia.png") no-repeat 10px -665px;
}
div.botonera ul li a.aniadirCarro:hover {
  background: #000000 url("../images/iconografia.png") no-repeat 10px -665px;
}
div.botonera ul li a.finalizarCompra {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 30px 0 20px;
  background: #9eb7e3;
}
div.botonera ul li a.finalizarCompra:hover {
  background: #000000;
}
div.botonera ul li button {
  display: block;
  text-align: center;
  border: none;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
div.botonera ul li button span {
  padding: 0 10px;
  color: #ffffff;
}
div.botonera ul li button:hover {
  background: #000000;
}
.botones {
  display: block;
  width: 100% !important;
  height: 40px !important;
  position: relative;
  padding-top: 5px;
}
.botones span.listaBotones {
  display: block;
  height: 30px;
  position: absolute;
  right: 5px;
}
.botones span.listaBotones span.boton {
  float: left;
}
.botones span.listaBotones span.boton button {
  background-image: none !important;
  border: none !important;
  font-size: 13px;
  cursor: pointer;
  width: 55px !important;
  height: 30px !important;
  padding: 0 !important;
  line-height: 31px;
  background: #9eb7e3 !important;
  color: #ffffff;
}
.botones span.listaBotones span.boton button span {
  padding: 0;
}
.botones span.listaBotones span.boton button:hover {
  width: 55px !important;
  height: 30px !important;
  padding: 0 !important;
  line-height: 31px;
  background: #000000 !important;
}
.botones span.listaBotones span.lineaAccion {
  height: 30px;
  float: right;
  margin: 0 !important;
}
.botones span.listaBotones span.lineaAccion a.accion {
  display: block;
  padding: 0 10px;
  float: right !important;
  background: red;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0 5px !important;
  font-size: 13px;
}
.botones span.listaBotones span.lineaAccion a.accion.botonFucsia {
  background: #9eb7e3 !important;
  color: #ffffff !important;
}
.botones span.listaBotones span.lineaAccion a.accion.botonFucsia:hover {
  background: #000000 !important;
}
/********************************************** productos personalizados ***********************************/
span#numCaracteres {
  font-weight: bold;
  color: #9eb7e3;
}
span.asterisco {
  font-weight: bold !important;
  color: #9eb7e3 !important;
}
p.modeloElegido {
  margin: 10px 0 0 0;
}
textarea#mensaje {
  width: 100%;
  height: 78px !important;
}
h3 span#textoModeloElegido {
  padding-left: 10px;
  color: #9eb7e3;
}
div.modelosProductoPersonalizado ul {
  margin: 0;
  padding: 0;
}
div.modelosProductoPersonalizado ul li {
  margin: 0 0 1% 0%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 48%;
  float: left;
  list-style-type: none;
}
div.modelosProductoPersonalizado ul li:nth-child(2n-1) {
  margin: 0 1.5% 0 0;
}
div.modelosProductoPersonalizado ul li a {
  display: block;
  width: 100%;
  height: 40px;
  background: #f8f8f8;
  color: #656565;
}
div.modelosProductoPersonalizado ul li a img {
  height: 40px;
  float: left;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
div.modelosProductoPersonalizado ul li a span {
  margin-left: 10px;
  float: left;
  display: block;
  line-height: 40px;
}
div.modelosProductoPersonalizado ul li a:hover {
  color: #ffffff;
  background: #00d8ff;
}
div.modelosProductoPersonalizado ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.modelosProductoPersonalizado ul li a.elegido {
  color: #ffffff;
  background: #31c93f;
}
div.modelosProductoPersonalizado ul li a.elegido img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************************* formularios **************************************/
div#formularioContacta {
  padding: 0 40px 0 0;
}
div#formularioContacta label {
  display: block;
  width: 100% !important;
  clear: both !important;
}
div#formularioContacta input[type="text"],
div#formularioContacta textarea {
  width: 100% !important;
  clear: both !important;
}
div#formularioContacta textarea {
  height: 102px;
}
div#formularioContacta div.campo {
  min-height: 50px;
  margin-bottom: 20px !important;
}
p.textosPoliticas {
  width: 100%;
  clear: both;
  margin: 10px 0;
  font-size: 11px;
}
div.campoSuscribirse {
  position: relative;
}
div.campoSuscribirse input[type="text"] {
  background: #656565;
  -webkit-box-shadow: 0 3px 3px #3f3f3f inset;
  -moz-box-shadow: 0 3px 3px #3f3f3f inset;
  -o-box-shadow: 0 3px 3px #3f3f3f inset;
  box-shadow: 0 3px 3px #3f3f3f inset;
  width: 192px !important;
  border: none;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 25px;
}
div.campoSuscribirse button {
  border: none;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 35px;
  height: 27px;
}
p.lineaPolitica {
  line-height: 18px !important;
  padding-bottom: 10px;
}
p.lineaPolitica a {
  color: #9eb7e3;
}
div.formularioSolicitudInformacion {
  background: #e4e4e4;
  position: relative;
}
div.formularioSolicitudInformacion div.campo {
  width: 100%;
  margin: 10px 0;
  line-height: 35px;
}
div.formularioSolicitudInformacion div.campo input[type="text"],
div.formularioSolicitudInformacion div.campo input[type="password"],
div.formularioSolicitudInformacion div.campo textarea {
  width: 100% !important;
  height: 35px;
  border: none;
  font-size: 13px;
}
div.formularioSolicitudInformacion p.tituloSolicitud {
  color: #000000;
  padding: 10% 7% 0 7%;
  position: absolute;
  z-index: 11;
}
div.oculto {
  display: none;
  position: absolute;
  z-index: 10;
  background: #e4e4e4 !important;
}
div.oculto div.campo {
  line-height: 45px;
}
div.oculto div.campo input[type="text"],
div.oculto div.campo input[type="password"],
div.oculto div.campo textarea {
  width: 95%;
  height: 35px;
  border: none;
  font-size: 13px;
}
div.error {
  padding: 10px;
}
div#respuestaNuevoUsuario {
  display: none;
}
div#areaNuevosUsuarios {
  overflow: hidden;
  min-height: 700px !important;
  position: relative;
}
div#areaNuevosUsuarios div#logeado {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  z-index: 100;
}
div#areaNuevosUsuarios div#logeado h2 {
  padding-right: 40px;
  font-size: 21px;
  margin: 0;
}
div#areaNuevosUsuarios div#logeado h3 {
  margin: 0;
  padding-right: 40px;
}
div#nuevoUsuario,
div#formRecuperarPassword {
  position: absolute;
}
div#formRecuperarPassword {
  left: 4000px;
  top: 0px;
}
label.error {
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
  background-color: #000000;
  padding: 2px 5px;
  z-index: 100;
  font-size: 9 !important;
  clear: both;
  font-size: 10 !important;
  -webkit-box-shadow: 0 3px 4px #656565;
  -moz-box-shadow: 0 3px 4px #656565;
  -o-box-shadow: 0 3px 4px #656565;
  box-shadow: 0 3px 4px #656565;
}
div.seleccionModoPago label.error {
  line-height: 20px;
  display: block;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
  background-color: #000000;
  padding: 2px 5px;
  top: 0px !important;
  z-index: 100;
  font-size: 9 !important;
  clear: both;
  font-size: 10 !important;
  -webkit-box-shadow: 0 3px 4px #656565;
  -moz-box-shadow: 0 3px 4px #656565;
  -o-box-shadow: 0 3px 4px #656565;
  box-shadow: 0 3px 4px #656565;
}
#modoPago {
  position: relative;
}
div.formularioRegistro {
  background: url("../images/subrayadoVertical.png") repeat-y 60% 0;
}
span.obligatorio,
label span {
  color: #9eb7e3;
  font-size: 19px !important;
}
div.campo {
  width: 100%;
  clear: both;
  min-height: 35px;
  margin-bottom: 10px;
  position: relative;
  line-height: 25px;
}
div.campo p {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 13px;
}
div.campo p a {
  color: #00d8ff;
  text-decoration: none;
}
div.campo p a:hover {
  color: #000000;
}
div.campo > label {
  display: block;
  float: left;
  width: 40%;
  font-size: 13px;
}
div.campo input[type="text"],
div.campo input[type="password"],
div.campo textarea {
  width: 59%;
  float: left;
}
div.campo input[type="text"],
div.campo input[type="password"] {
  height: 25px;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #99efff;
  font-size: 13px;
}
fieldset {
  border: none;
}
fieldset .espacioIzquierda {
  padding-left: 15px;
}
fieldset .espacioDerecha {
  padding-right: 15px;
}
/**************************************************************************************
							CAPA DETALLE
**************************************************************************************/
div#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000000;
  z-index: 10;
  opacity: 0.6;
}
div#alerta {
  position: absolute;
  z-index: 11;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  -webkit-box-shadow: 0 6px 8px #4e4e4e;
  -moz-box-shadow: 0 6px 8px #4e4e4e;
  -o-box-shadow: 0 6px 8px #4e4e4e;
  box-shadow: 0 6px 8px #4e4e4e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
div#alerta div.contenedorTexto {
  width: 400px;
  padding: 0 10px 10px 10px;
}
div#alerta div.contenedorTexto p {
  padding: 5px 10px 5px 80px;
  font-size: 19px !important;
  color: #000000 !important;
  line-height: 75px;
  background: url("../images/iconografiaInformativa.png") no-repeat 0 -1050px;
}
div#capaCarga {
  position: absolute;
  z-index: 11;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  -webkit-box-shadow: 0 6px 8px #4e4e4e;
  -moz-box-shadow: 0 6px 8px #4e4e4e;
  -o-box-shadow: 0 6px 8px #4e4e4e;
  box-shadow: 0 6px 8px #4e4e4e;
  width: 500px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
div#capaCarga div.contenidoCarga {
  padding: 20px;
}
div#capaCarga div.contenidoCarga p {
  font-size: 13px !important;
  margin: 0 0 10px 0;
  color: #656565;
}
div#capaCarga.posicionFinal {
  opacity: 1;
}
a#botonCerrar {
  display: block;
  padding: 0px 20px;
  line-height: 28px;
  font-size: 13px;
  background: red;
  color: #ffffff;
  height: 30px;
  position: absolute;
  text-decoration: none;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #00d8ff;
}
a#botonCerrar:hover {
  background: #ffba00;
}
/****************************** impresion **********************/
div.procesandoPedido {
  display: none;
}
div#carritoImpresion dl {
  margin: 20px 0 0 0;
}
div#carritoImpresion dl dt {
  margin: 0;
  padding: 0;
  color: #656565;
  font-size: 11px;
  display: block;
  float: left;
  width: 30%;
}
div#carritoImpresion dl dd {
  display: block;
  width: 70%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
}
table.tablaImprimir tr td.subrayar {
  padding: 15px 0px;
  border-bottom: 1px solid #e4e4e4;
}
table.tablaImprimir td {
  text-align: right;
}
table.tablaImprimir td h2,
table.tablaImprimir td h3,
table.tablaImprimir td p,
table.tablaImprimir td dt,
table.tablaImprimir td dd {
  text-align: left !important;
}
table.tablaImprimir td h1 {
  font-size: 15px;
}
table.tablaImprimir td.descripcionLineaCarritoFinal h1,
table.tablaImprimir td.descripcionLineaCarritoFinal p {
  text-align: left !important;
  padding: 0 15px;
}
table.tablaImprimir td.subtotales {
  font-size: 16px;
}
table.tablaImprimir td span.multiplicador {
  color: #00d8ff;
  font-size: 13px;
}
table.tablaImprimir td.total {
  text-align: right !important;
  padding: 15px 0;
}
table.tablaImprimir td.total p {
  text-align: right !important;
}
table.tablaImprimir td.total span {
  font-size: 19px;
  padding-left: 10px;
}
/*************************************** cookies *************************/
div#cookies {
  padding: 0 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
div#cookies p {
  margin: 0px 0 0 0;
  padding: 10px 20px;
  position: absolute;
  left: 20px;
  top: 10px;
  color: #ffffff;
}
div#cookies div.contenidosCookies {
  position: relative;
  background: url("../images/grisTranslucido.png") repeat 0 0;
  margin: 0 auto;
}
div#cookies div.contenidosCookies div.botonera {
  position: absolute;
  bottom: 20px;
}
div#cookies div.contenidosCookies div.botonera ul li a {
  z-index: 10000;
}
/*************************************************** instrucciones *************************************/
div.intrucciones {
  padding-bottom: 20px;
  min-height: 150px;
}
div.intrucciones h3 {
  color: #31c93f;
  font-size: 18px;
  margin: 10px 0;
}
div.intrucciones p {
  position: relative;
  line-height: 20px;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}
div.intrucciones p:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00d8ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/************************************************* top ventas *******************************************/
div.scrollPortada {
  overflow: hidden;
}
div.scrollPortada:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 10px;
  z-index: 10;
}
div.listadoTopVentas header {
  position: relative;
  background: #9eb7e3;
}
div.listadoTopVentas header h1 {
  position: absolute;
  margin: 0;
  color: #ffffff;
}
div.listadoTopVentas ul {
  margin: 0;
  padding: 0;
}
div.listadoTopVentas ul li {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: 0 1px 1px #e8e8e8 inset;
  -moz-box-shadow: 0 1px 1px #e8e8e8 inset;
  -o-box-shadow: 0 1px 1px #e8e8e8 inset;
  box-shadow: 0 1px 1px #e8e8e8 inset;
  clear: both;
  background: #e7e7e7;
}
div.listadoTopVentas ul li:hover {
  background: #9eb7e3 !important;
}
div.listadoTopVentas ul li:nth-child(odd) {
  background: #ffffff !important;
}
div.listadoTopVentas ul li:nth-child(odd):hover {
  background: #9eb7e3 !important;
}
div.listadoTopVentas ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.listadoTopVentas ul li a span {
  display: block;
  float: left;
}
div.listadoTopVentas ul li a span.numeroTopVentas {
  background: #000000;
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px #e8e8e8 inset;
  -moz-box-shadow: 0 1px 1px #e8e8e8 inset;
  -o-box-shadow: 0 1px 1px #e8e8e8 inset;
  box-shadow: 0 1px 1px #e8e8e8 inset;
}
div.listadoTopVentas ul li a span.imagenTopVentas {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px #e8e8e8 inset;
  -moz-box-shadow: 0 1px 1px #e8e8e8 inset;
  -o-box-shadow: 0 1px 1px #e8e8e8 inset;
  box-shadow: 0 1px 1px #e8e8e8 inset;
}
div.listadoTopVentas ul li a span.nombreProductoTopVentas {
  color: #000000;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 1px #e8e8e8 inset;
  -moz-box-shadow: 0 1px 1px #e8e8e8 inset;
  -o-box-shadow: 0 1px 1px #e8e8e8 inset;
  box-shadow: 0 1px 1px #e8e8e8 inset;
}
div.listadoTopVentas ul li a span.nombreProductoTopVentas span {
  padding: 5px;
}
div.listadoTopVentas ul li a span:hover.nombreProductoTopVentas {
  color: #ffffff !important;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0px;
  width: 10px;
  height: 100%;
  background: url("../images/fondoScroll.png") repeat-y 0 0;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  display: none;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  display: block;
  background: url("../images/fondoScroll.png") repeat-y 0 0;
  position: relative;
}
.jspDrag {
  background: #c3c3c3;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 10px;
}
.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
#listaEspacios .jspVerticalBar {
  display: none !important;
  background: none !important;
}
a.verEspacios {
  display: none;
}
/******************** ficheros less anexos *****************/
div.corporativo {
  background: #ffffff;
  width: 100%;
  height: 46px;
  border-bottom: 4px solid #cccccc;
}
div.corporativo ul {
  margin: 0;
  padding: 0;
}
div.corporativo ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.corporativo ul li a {
  text-decoration: none;
}
div.corporativo ul li a span {
  visibility: hidden;
}
div.corporativo nav.principal {
  float: right;
}
div.corporativo nav.principal ul {
  height: 42px;
  width: 183px;
  float: right;
}
div.corporativo nav.principal ul li a {
  display: block;
  height: 42px;
  width: 183px;
  background: url("../images/logoTelecinco.png") no-repeat 0 0;
}
div.corporativo nav.cadenas {
  float: left;
}
div.corporativo nav.cadenas ul {
  margin: 0;
  padding: 0;
}
div.corporativo nav.cadenas ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  height: 42px;
}
div.corporativo nav.cadenas ul li a {
  display: block;
  width: 100%;
  height: 42px;
}
div.corporativo nav.cadenas ul li span {
  visibility: hidden;
}
div.corporativo nav.cadenas ul li.mediaset {
  width: 197px;
  background: url("../images/logoMediaset.png") no-repeat 0 0;
}
div.corporativo nav.cadenas ul li.telecinco {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat 0 0;
}
div.corporativo nav.cadenas ul li.cuatro {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -35px 0;
}
div.corporativo nav.cadenas ul li.ff {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -70px 0;
}
div.corporativo nav.cadenas ul li.siete {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -105px 0;
}
div.corporativo nav.cadenas ul li.boing {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -140px 0;
}
div.corporativo nav.cadenas ul li.divinity {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -175px 0;
}
div.corporativo nav.cadenas ul li.energy {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -210px 0;
}
div.corporativo nav.cadenas ul li.nueve {
  width: 35px;
  height: 42px;
  background: url("../images/logosCadenasMediaset.png") no-repeat -245px 0;
}
.margenMedianil {
  margin-top: 10px;
}
.margenColumnaTops {
  margin-top: 30px;
}
div#cookies p {
  font-size: 13px;
  width: 60%;
}
div#cookies div.contenidosCookies {
  height: 80px;
  width: 1180px;
}
a.noDesktop {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: url('../images/transparent.png') repeat 0 0;
}
a.noDesktop span {
  visibility: hidden;
}
.contenidos {
  width: 1160px;
  margin: 0 auto;
}
div.corporativo header {
  width: 1160px;
  margin: 0 auto;
}
div.lineaProductoSimple div.articulo {
  margin-right: 10px;
  margin-bottom: 10px;
}
div.lineaProductoSimple div.articulo:nth-child(5n-1) {
  float: right !important;
  margin-right: 0 !important;
}
.bloqueAnuncios {
  width: 1160px;
  height: 692px;
  margin: 10px 0 10px 0;
  position: relative;
}
.numeroFilas1 {
  width: 1160px;
  height: 224px;
  margin: 10px 0 10px 0;
  position: relative;
}
.numeroFilas2 {
  width: 1160px;
  height: 458px;
  margin: 10px 0 10px 0;
  position: relative;
}
.numeroFilas3 {
  width: 1160px;
  height: 692px;
  margin: 10px 0 10px 0;
  position: relative;
}
.numeroFilas4 {
  width: 1160px;
  height: 926px;
  margin: 10px 0 10px 0;
  position: relative;
}
div.barraPaginacion {
  width: 1160px;
}
.parrillaEspacios1 {
  position: relative;
  height: 224px;
  width: 926px;
}
.parrillaEspacios2 {
  position: relative;
  height: 458px;
  width: 926px;
  margin: 0;
}
.parrillaEspacios3 {
  position: relative;
  height: 692px;
  width: 926px;
}
.parrillaEspacios4 {
  position: relative;
  height: 926px;
  width: 926px;
}
.medioBloqueAnuncios {
  position: relative;
  width: 1160px;
  height: 458px;
  margin: 10px 0 10px 0;
}
.unBloque article h1,
.dosBloquesH article h1,
.dosBloquesV article h1,
.cuatroBloques2x2 article h1,
.campania article h1,
.unBloque article h2,
.dosBloquesH article h2,
.dosBloquesV article h2,
.cuatroBloques2x2 article h2,
.campania article h2 {
  font-size: 17px !important;
}
.unBloque article p,
.dosBloquesH article p,
.dosBloquesV article p,
.cuatroBloques2x2 article p,
.campania article p {
  font-size: 14px !important;
}
.productoPortada {
  overflow: hidden;
}
.productoPortada .datosArticulo {
  width: 100%;
  position: absolute;
  height: 350px;
  -webkit-transform: translate(0, 280px);
  -moz-transform: translate(0, 280px);
  -o-transform: translate(0, 280px);
  -ms-transform: translate(0, 280px);
  transform: translate(0, 280px);
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.productoPortada .datosArticulo p {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.productoPortada:hover .datosArticulo {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.productoPortada:hover .datosArticulo p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.unBloque {
  width: 224px;
  height: 224px;
  position: absolute;
  overflow: hidden;
}
.unBloque img {
  width: 100%;
}
.unBloque .datosArticulo {
  width: 100%;
  position: absolute;
  height: 224px;
  -webkit-transform: translate(0, 168px);
  -moz-transform: translate(0, 168px);
  -o-transform: translate(0, 168px);
  -ms-transform: translate(0, 168px);
  transform: translate(0, 168px);
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.unBloque .datosArticulo p {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.unBloque:hover .datosArticulo {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.unBloque:hover .datosArticulo p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dosBloquesH {
  width: 458px;
  height: 224px;
  position: absolute;
  overflow: hidden;
}
.dosBloquesH .datosArticulo {
  width: 100%;
  position: absolute;
  height: 224px;
  -webkit-transform: translate(0, 168px);
  -moz-transform: translate(0, 168px);
  -o-transform: translate(0, 168px);
  -ms-transform: translate(0, 168px);
  transform: translate(0, 168px);
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.dosBloquesH .datosArticulo p {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dosBloquesH:hover .datosArticulo {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dosBloquesH:hover .datosArticulo p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dosBloquesV {
  width: 224px;
  height: 458px;
  position: absolute;
  overflow: hidden;
}
.dosBloquesV .datosArticulo {
  width: 100%;
  position: absolute;
  height: 224px;
  -webkit-transform: translate(0, 401.5px);
  -moz-transform: translate(0, 401.5px);
  -o-transform: translate(0, 401.5px);
  -ms-transform: translate(0, 401.5px);
  transform: translate(0, 401.5px);
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.dosBloquesV .datosArticulo p {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dosBloquesV:hover .datosArticulo {
  -webkit-transform: translate(0, 234px);
  -moz-transform: translate(0, 234px);
  -o-transform: translate(0, 234px);
  -ms-transform: translate(0, 234px);
  transform: translate(0, 234px);
}
.dosBloquesV:hover .datosArticulo p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cuatroBloques2x2 {
  width: 458px;
  height: 458px;
  position: absolute;
  overflow: hidden;
}
.cuatroBloques2x2 .datosArticulo {
  width: 100%;
  -webkit-transform: translate(0, 401.5px);
  -moz-transform: translate(0, 401.5px);
  -o-transform: translate(0, 401.5px);
  -ms-transform: translate(0, 401.5px);
  transform: translate(0, 401.5px);
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.cuatroBloques2x2 .datosArticulo p {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cuatroBloques2x2:hover .datosArticulo {
  -webkit-transform: translate(0, 234px);
  -moz-transform: translate(0, 234px);
  -o-transform: translate(0, 234px);
  -ms-transform: translate(0, 234px);
  transform: translate(0, 234px);
}
.cuatroBloques2x2:hover .datosArticulo p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.posH1 {
  left: 0;
}
.posH2 {
  left: 234px;
}
.posH3 {
  left: 468px;
}
.posH4 {
  left: 702px;
}
.posH5 {
  left: 936px;
}
.posV1 {
  top: 0;
}
.posV2 {
  top: 234px;
}
.posV3 {
  top: 468px;
}
.posV4 {
  top: 702px;
}
.unH {
  width: 224px;
}
.dosH {
  width: 458px;
}
.tresH {
  width: 692px;
}
.cuatroH {
  width: 926px;
}
.cincoH {
  width: 1160px;
}
.unV {
  height: 224px;
}
.dosV {
  height: 458px;
}
.dosV div.datosArticulo {
  width: 224px;
  height: 100%;
}
.tresV {
  height: 692px;
}
.cuatroV {
  height: 926px;
}
.cincoV {
  height: 1160px;
}
.campania {
  width: 100% !important;
  height: 322px;
}
.campania img {
  width: 100%;
}
.campania div.datosArticulo {
  position: absolute;
  right: -224px;
  width: 224px;
  height: 100%;
}
div.telefono {
  background-position: 0 0 !important;
  background-size: 224px 268px;
}
div.faqs {
  background-position: 0 -142px;
  background-size: 224px 268px;
}
div.transporte {
  background-position: -120px -142px;
  background-size: 224px 268px;
}
.margenSuperior {
  margin-top: 10px;
}
.margenDerecha {
  margin-right: 10px;
}
.paddingIzquierda {
  padding-left: 10px;
}
ul#datosCarrito {
  right: 0;
  top: 40px;
}
ul#menuUsuario {
  right: 0px;
  top: 40px;
}
ul#buscador {
  top: 40px;
  left: -294px;
}
div.tituloSeccion {
  width: 224px;
  height: 55px;
  background: url("../images/titulosApartadosAuxiliares.png");
  background-size: 200px 277px;
  background-repeat: no-repeat;
}
div.tituloSeccion h1 {
  display: none;
}
div.preguntas {
  background-position: 0 -55px;
}
div.envios {
  background-position: 0 0px;
}
div.telefonoFaldon {
  background-position: 0 -110px;
}
div.newsletter {
  background-position: 0 -165px;
}
div.redesSociales {
  background-position: 0 -220px;
}
h1.tituloAuxiliarFooter {
  width: 98px;
  height: 112px;
  background: url("../images/logoTiendaMediaset.png") no-repeat 0 0;
  background-size: 98px 112px;
  position: absolute;
  left: 0px;
  top: -170px;
}
h1.tituloAuxiliarFooter span {
  visibility: hidden;
}
ul.redesSociales {
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0;
}
ul.redesSociales li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 50px;
  height: 50px;
}
ul.redesSociales li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100px 200px;
  background-repeat: no-repeat;
  background-image: url("../images/redesSociales.png");
}
ul.redesSociales li a span {
  visibility: hidden;
}
ul.redesSociales li a.facebook {
  background-position: 0 0;
}
ul.redesSociales li a.facebook:hover {
  background-position: -50px 0;
}
ul.redesSociales li a.twitter {
  background-position: 0 -50px;
}
ul.redesSociales li a.twitter:hover {
  background-position: -50px -50px;
}
ul.redesSociales li a.google {
  background-position: 0 -100px;
}
ul.redesSociales li a.google:hover {
  background-position: -50px -100px;
}
ul.redesSociales li a.pinterest {
  background-position: 0 -150px;
}
ul.redesSociales li a.pinterest:hover {
  background-position: -50px -150px;
}
div.zonaInformativaPortada {
  width: 224px;
  height: 264px;
  position: relative;
  background: url("../images/fondoBannerInformativosPortada.png") no-repeat 0 0;
}
div.zonaInformativaPortada ul.linksInformativos {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 134px;
}
div.zonaInformativaPortada ul.linksInformativos li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 112px;
  height: 130px;
}
div.zonaInformativaPortada ul.linksInformativos li a {
  display: block;
  width: 112px;
  height: 130px;
  background: url("../images/iconosCabeceraVentaDirectaPortada.png") no-repeat 0 0;
}
div.zonaInformativaPortada ul.linksInformativos li a span {
  visibility: hidden;
}
div.zonaInformativaPortada ul.linksInformativos li a.faqs {
  background-position: 0px -134px;
}
div.zonaInformativaPortada ul.linksInformativos li a.faqs:hover {
  background-position: -224px -134px;
}
div.zonaInformativaPortada ul.linksInformativos li a.envios {
  background-position: -112px -134px;
}
div.zonaInformativaPortada ul.linksInformativos li a.envios:hover {
  background-position: -336px -134px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 56px;
  height: 56px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a {
  display: block;
  width: 56px;
  height: 56px;
  background: url("../images/iconosCabeceraVentaDirectaPortada.png") no-repeat 0 0;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a span {
  visibility: hidden;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.google {
  background-position: 0px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.google:hover {
  background-position: -224px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.twitter {
  background-position: -56px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.twitter:hover {
  background-position: -280px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.facebook {
  background-position: -112px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.facebook:hover {
  background-position: -336px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.pinterest {
  background-position: -168px -54px;
}
div.zonaInformativaPortada ul.redesCabeceraProducto li a.pinterest:hover {
  background-position: -392px -54px;
}
div.telefonoPedidos {
  margin-top: 15px;
  height: 110px;
  position: relative;
}
div.telefonoPedidos div {
  height: 90px;
  background: url("../images/bannerTelefono2014.png") no-repeat 0 0;
  width: 100%;
}
div.telefonoPedidos div p {
  display: none;
}
div.botoneraArticulos {
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
}
div.botoneraArticulos ul {
  position: absolute;
  right: 20px !important;
  bottom: 10px;
  margin: 0;
  padding: 0;
}
div.botoneraArticulos ul li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  float: left;
}
div.botoneraArticulos ul li a {
  display: block;
  width: 35px;
  height: 35px;
}
div.botoneraArticulos ul li a span {
  visibility: hidden;
}
div.botoneraArticulos ul li a.verArticulo {
  background: url("../images/iconografia.png") no-repeat 0 -210px;
}
div.botoneraArticulos ul li a.verArticulo:hover {
  background: url("../images/iconografia.png") no-repeat 0 -245px;
}
div.botoneraArticulos ul li a.favorito {
  background: url("../images/iconografia.png") no-repeat 0 -280px;
}
div.botoneraArticulos ul li a.favorito:hover {
  background: url("../images/iconografia.png") no-repeat 0 -315px;
}
div.botoneraArticulos ul li a.aniadirCarro {
  background: url("../images/iconografia.png") no-repeat 0 -350px;
}
div.botoneraArticulos ul li a.aniadirCarro:hover {
  background: url("../images/iconografia.png") no-repeat 0 -385px;
}
div.contenidoListaEspacios {
  width: 1160px;
  overflow: hidden;
  height: 124.44444444px;
  margin: 10px 0 0 0 !important;
}
div.contenidoListaEspacios ul.listaLetras {
  margin: 0;
  padding: 0;
  width: 999em;
}
div.contenidoListaEspacios ul.listaLetras li.letras {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  height: 124.44444444px;
}
div.contenidoListaEspacios ul.listaLetras li.letras a.linkLetra {
  background: #00d8ff;
  display: block;
  float: left;
  height: 124.44444444px;
  width: 20px;
  color: #ffffff;
  line-height: 124.44444444px;
  border-right: 1px solid #ffffff;
  text-decoration: none;
  text-align: center;
}
div.contenidoListaEspacios ul.listaLetras li.letras a.linkLetra:hover {
  background: #00adcc;
}
div.contenidoListaEspacios ul.listaLetras li.letras a.sinContenido {
  background: #e4e4e4;
  display: block;
  float: left;
  height: 124.44444444px;
  width: 20px;
  color: #ffffff;
  line-height: 124.44444444px;
  border-right: 1px solid #ffffff;
  text-decoration: none;
  text-align: center;
  cursor: default;
}
div.contenidoListaEspacios ul.listaLetras li.letras a.activo {
  background: #9eb7e3;
  color: #ffffff;
}
div.contenidoListaEspacios ul.listaLetras li.letras a.activo:hover {
  background: #4f7dcc;
}
div.contenidoListaEspacios ul.listaLetras li.letras ul {
  margin: 0;
  padding: 0;
  float: left;
}
div.contenidoListaEspacios ul.listaLetras li.letras ul li {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  float: left;
  height: 124.44444444px;
  width: 124.44444444px;
  position: relative;
  border-right: 1px solid #ffffff;
}
div.contenidoListaEspacios ul.listaLetras li.letras ul li span.tituloEspacioLetras {
  position: absolute;
  top: 93.33333333px;
  display: block;
  width: 100%;
  background: url("../images/negroAlpha.png") repeat 0 0;
  height: 31.11111111px;
}
div.contenidoListaEspacios ul.listaLetras li.letras ul li span.tituloEspacioLetras span {
  display: block;
  color: #ffffff;
  padding: 4px;
  font-size: 11px !important;
}
div.contenidoListaEspacios ul.listaLetras li.letras ul li a img {
  width: 100%;
}
.cicloCampanias {
  position: relative;
  overflow: hidden;
  width: 936px;
  height: 322px;
}
.cicloCampanias .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.destacado {
  position: relative;
  width: 936px;
  height: 322px;
}
.destacado img {
  height: 322px;
  width: 100%;
}
.cicloCampaniasLateral {
  position: relative;
  overflow: hidden;
  width: 224px;
  height: 468px;
  margin: 0;
}
.cicloCampaniasLateral a.linkArticulo {
  display: block;
  height: 448px;
  left: 0;
  position: absolute;
  top: 0;
  width: 224px;
  z-index: 10;
}
.cicloCampaniasLateral a.linkArticulo span {
  visibility: hidden;
}
.cicloCampaniasLateral .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.destacadoLateral {
  width: 224px;
  position: relative;
}
.destacadoLateral div.navi {
  position: static;
  height: 22px;
  background: #000000;
  width: 100%;
}
.destacadoLateral div.navi a {
  text-decoration: none;
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 7px;
  margin-top: 6px;
  font-size: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 10px;
  background: url("../images/blancoTranslucido.png") repeat 0 0;
  color: #9eb7e3;
  text-align: center;
}
.destacadoLateral div.navi a span {
  visibility: hidden;
}
.destacadoLateral div.navi a.activeSlide {
  background: #9eb7e3;
  color: #ffffff;
}
.destacadoLateral img {
  height: 468px;
}
.destacadoLateral header {
  height: 33.54166667px;
  background: #00d8ff;
  position: relative;
}
.destacadoLateral header h1 {
  padding: 0;
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 3px;
  margin: 0;
  font-size: 20px;
}
.destacadoLateral header:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url("../images/iconoDestacados.png") no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: -6px;
  z-index: 20;
}
/************************************************* top ventas *******************************************/
div.scrollPortada {
  height: 276px;
}
div.scrollPortada:before {
  right: 10px !important;
  top: -10px !important;
  background: url("../images/iconoTopVentas.png") no-repeat 0 0;
  width: 52px;
  height: 52px;
}
div.listadoTopVentas {
  width: 224px;
}
div.listadoTopVentas section {
  margin: 0;
  padding: 0;
}
div.listadoTopVentas ul {
  width: 224px;
}
div.listadoTopVentas ul li {
  height: 46px;
  width: 224px;
}
div.listadoTopVentas ul li a {
  height: 46px;
  width: 100%;
}
div.listadoTopVentas ul li a span.numeroTopVentas {
  width: 30px;
  line-height: 46px;
}
div.listadoTopVentas ul li a span.imagenTopVentas {
  width: 46px;
  height: 46px;
}
div.listadoTopVentas ul li a span.imagenTopVentas img {
  width: 46px;
  height: 46px;
}
div.listadoTopVentas ul li a span.nombreProductoTopVentas {
  font-size: 12px;
  width: 133px;
}
div.cabeceraTop div.scrollPortada {
  height: 276px;
}
div.cabeceraTop header {
  height: 44.54166667px;
}
div.cabeceraTop header h1 {
  left: 10px;
  top: 3px !important;
  margin: 0;
}
div.interioresTop {
  margin-bottom: 10px;
}
div.interioresTop div.scrollPortada {
  height: 368px;
}
div.interioresTop div.scrollPortada:before {
  position: absolute;
  right: 10px;
  top: -6px !important;
}
div.interioresTop header {
  height: 33.54166667px;
}
div.interioresTop header h1 {
  left: 10px;
  top: 3px !important;
  margin: 0;
  font-size: 20px;
}
/****************************************** carrito de la compra ****************************************/
div.sumasFinales p.subrayado a {
  font-size: 13px !important;
}
div.sumasFinales p span.totalCompra {
  font-size: 19px !important;
}
div.descripcionProductoCarrito article {
  padding: 0px 20px 0px 0;
}
div.descripcionProductoCarrito article h1 {
  font-size: 17px;
}
div.descripcionProductoCarrito article p {
  font-size: 13px;
}
div.lineaDatosCarrito {
  width: 100%;
}
div.lineaDatosCarrito p {
  padding: 0;
  font-size: 19px !important;
  text-align: center;
  width: 100%;
}
.cantidadProductoCarrito {
  font-size: 19px !important;
}
.datosCarrito {
  background-size: 5860px 4px;
  background: url("../images/fondoCarrito.png") repeat-y -2531px 0;
}
span.accionCarrito,
a.accionCarrito {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  float: left;
  line-height: 35px;
}
a.aumentarCantidad {
  background: url("../images/iconografia.png") no-repeat 0 -420px;
}
a.aumentarCantidad:hover {
  background: url("../images/iconografia.png") no-repeat 0 -455px;
}
a.eliminarProducto {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  float: left;
  line-height: 35px;
  background: url("../images/iconografia.png") no-repeat 0 -560px;
}
a.eliminarProducto:hover {
  background: url("../images/iconografia.png") no-repeat 0 -595px;
}
div.lineaAccionesCarrito {
  height: 35px;
  margin: 65px 0 0 25px;
}
div.lineaDatosCarrito p {
  margin: 70px 0 0 0;
}
a.reducirCantidad {
  background: url("../images/iconografia.png") no-repeat 0 -490px;
}
a.reducirCantidad:hover {
  background: url("../images/iconografia.png") no-repeat 0 -525px;
}
img.imagenCarrito {
  width: 85%;
}
/******************************************* banners informativos ****************************/
.areaBannersInformativos {
  width: 224px;
  height: 322px;
}
.areaBannersInformativos a.linkBannerComoComprar {
  width: 107px;
  height: 127px;
}
.areaBannersInformativos a.linkBannerEnvios {
  width: 107px;
  height: 127px;
}
.bannerCompleto {
  height: 127.5px;
}
.medioBanner {
  height: 127.5px;
  width: 107px;
}
div.bannersInformativosHorizontal {
  width: 458px;
  background: url("../images/bannersInformativosHorizontal.png") no-repeat 0 0;
  background-size: 458px 87px;
  height: 87px;
}
div.bannersInformativosHorizontal a.faqsLinkOculto {
  left: 235px;
  top: 0px;
  width: 106px;
  height: 87px;
}
div.bannersInformativosHorizontal a.enviosLinkOculto {
  left: 351px;
  top: 0px;
  width: 106px;
  height: 87px;
}
/*********************************** formularios *****************************************/
div#areaNuevosUsuarios {
  width: 670px;
}
div#areaNuevosUsuarios div#nuevoUsuario,
div#areaNuevosUsuarios div#formRecuperarPassword,
div#areaNuevosUsuarios div.respuesta {
  width: 670px;
}
div#nuevoUsuario,
div#formRecuperarPassword,
div.respuesta {
  position: absolute;
}
div#formRecuperarPassword {
  left: 4000px;
  top: 0px;
}
label.error {
  width: 250px !important;
  position: absolute;
  top: -20px;
}
div.respuesta {
  top: 0px;
  z-index: 10;
  left: 800px;
}
/***************************************** productos ******************************************/
div.tituloArticulo {
  height: 87px;
  margin: 0 0 10px 0;
}
div.tituloArticulo h1 {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 26px !important;
  letter-spacing: -1px;
}
div.tituloArticulo h1 span {
  display: block;
  clear: both;
  font-size: 21px !important;
  color: #656565;
}
div.tituloArticulo ul {
  right: 0px;
  top: 0px;
}
div.tituloArticulo ul li {
  height: 83px;
}
div.tituloArticulo ul li.cajaPrecio {
  margin: 0 0px 0 0px;
  padding: 0 25px;
}
div.tituloArticulo ul li.cajaPrecio span.numero {
  padding-top: 20px;
  font-size: 41px !important;
}
div.tituloArticulo ul li.cajaPrecio span.textoMoneda {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 25px !important;
  font-size: 16px;
}
div.tituloArticulo ul li.aniadirCarro {
  width: 120px;
  height: 83px;
}
div.tituloArticulo ul li.aniadirCarro a {
  height: 83px;
}
div.tituloArticulo ul li.aniadirCarro a span.iconoCarrito {
  left: 40px;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #27a032 url("../images/iconografia.png") no-repeat 2px -662px;
}
div.tituloArticulo ul li.aniadirCarro a span.iconoCarrito span {
  visibility: hidden;
}
div.tituloArticulo ul li.aniadirCarro a:hover {
  background: #1d7725;
}
div.tituloArticulo ul li.verCarroFinalizar {
  width: 120px;
  height: 83px;
}
div.tituloArticulo ul li.verCarroFinalizar a {
  height: 83px;
}
div.tituloArticulo ul li.verCarroFinalizar a span.iconoFinalizar {
  left: 40px;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #4f7dcc url("../images/iconografia.png") no-repeat 2px -698px;
}
div.tituloArticulo ul li.verCarroFinalizar a span.iconoFinalizar span {
  visibility: hidden;
}
div.tituloArticulo ul li.verCarroFinalizar a:hover {
  background: #4f7dcc;
}
div.tituloArticulo ul li.plazosEntrega span.descripcionEntrega {
  font-size: 14px !important;
  padding-top: 4px;
}
div.tituloArticulo ul li.plazosEntrega span.descripcionEntregaCorta {
  font-size: 26px !important;
}
div.tituloArticulo ul h2 {
  font-size: 46px !important;
  top: -9px;
  left: 0px;
  letter-spacing: -2px;
}
div.formularioSolicitudInformacion {
  min-height: 105px;
}
div.formularioSolicitudInformacion p.tituloSolicitud {
  font-size: 21px !important;
}
div.formularioSolicitudInformacion div.camposComplementarios {
  position: absolute;
  right: 20px;
}
div.formularioSolicitudInformacion div.primerCampo {
  position: absolute !important;
  top: 25px;
  left: -20px;
}
div.oculto {
  height: 220px !important;
  top: 80px;
  width: 692px !important;
}
div.oculto div.campo {
  margin: 10px 0 22px 0 !important;
}
div.scrollable {
  width: 458px;
  position: relative;
  overflow: hidden;
  height: 105px;
}
div.scrollable div.items {
  width: 20000em;
  position: absolute;
}
div.scrollable div.items div.bloqueMiniaturas {
  float: left;
  width: 458px;
}
a.browse {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
a.browse span {
  visibility: hidden;
}
a.next {
  position: absolute;
  right: -10px;
  background: url("../images/botonesNavegacion.png") no-repeat -50px 0;
}
a.next:hover {
  background: url("../images/botonesNavegacion.png") no-repeat -50px -50px;
}
a.prev {
  position: absolute;
  left: -10px;
  background: url("../images/botonesNavegacion.png") no-repeat 0px 0;
}
a.prev:hover {
  background: url("../images/botonesNavegacion.png") no-repeat 0px -50px;
}
a.next {
  top: 30%;
}
a.prev {
  top: 30%;
}
div.detalleProducto h1 {
  font-size: 29px;
  margin: 0;
}
div.detalleProducto h2 {
  font-size: 21px;
}
div.detalleProducto p,
div.detalleProducto ul,
div.detalleProducto li {
  font-size: 13px !important;
  margin: 0 0 10px 0;
  color: #656565;
}
/**************************************************************************************/
li.pdf {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 0;
}
li.doc {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -36px;
}
li.txt {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -185px;
}
li.audio {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -148px;
}
li.pps {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -110px;
}
li.xls {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -74px;
}
li.zip {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -227px;
}
/**************************************************************************************/
li.pdf {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 0;
}
li.doc {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -36px;
}
li.txt {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -185px;
}
li.audio {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -148px;
}
li.pps {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -110px;
}
li.xls {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -74px;
}
li.zip {
  background: url(../recursos/images/mimeTypes.png) no-repeat 0 -227px;
}
/************  hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/************  floats, dimensiones, utiles maquetacion ************************************************************************/
.cursivaNegrita p,
.cursivaNegrita li,
.cursivaNegrita dt,
.cursivaNegrita dd,
.cursivaNegrita a {
  font-weight: bold;
  font-style: italic;
}
.top0 {
  position: absolute;
  top: 0;
}
.left0 {
  position: absolute;
  left: 0px;
}
.right0 {
  position: absolute;
  right: 0px;
}
.bottom0 {
  position: absolute;
  bottom: 0px;
}
hr {
  display: block;
  line-height: 30px;
  clear: both;
  visibility: hidden;
  padding: 0 0 0px 0;
}
.blanco {
  color: #fff !important;
}
.textoCentrado {
  text-align: center;
}
.textoDerecha {
  text-align: right;
}
.completo {
  width: 100%;
  clear: both;
  position: relative;
}
.derecha {
  float: right;
  position: relative;
}
.izquierda {
  float: left;
  position: relative;
}
.dosTercios {
  width: 66%;
  position: relative;
}
.cincoPorCiento {
  width: 5%;
  position: relative;
}
.diezPorCiento {
  width: 10%;
  position: relative;
}
.quincePorCiento {
  width: 15%;
  position: relative;
}
.veintePorCiento {
  width: 20%;
  position: relative;
}
.veintiCincoPorCiento {
  width: 25%;
  position: relative;
}
.treintaPorCiento {
  width: 30%;
  position: relative;
}
.treintayCincoPorCiento {
  width: 35%;
  position: relative;
}
.cuarentaPorCiento {
  width: 40%;
  position: relative;
}
.cuarentayCincoPorCiento {
  width: 45%;
  position: relative;
}
.cincuentaPorCiento {
  width: 50%;
  position: relative;
}
.cincuentayCincoPorCiento {
  width: 55%;
  position: relative;
}
.sesentaPorCiento {
  width: 60%;
  position: relative;
}
.sesentayCincoPorCiento {
  width: 65%;
  position: relative;
}
.setentaPorCiento {
  width: 70%;
  position: relative;
}
.setentayCincoPorCiento {
  width: 75%;
  position: relative;
}
.ochentaPorCiento {
  width: 80%;
  position: relative;
}
.ochentayCincoPorCiento {
  width: 85%;
  position: relative;
}
.noventaPorCiento {
  width: 90%;
  position: relative;
}
.noventayCincoPorCiento {
  width: 95%;
  position: relative;
}
.cienPorCiento {
  width: 100%;
  position: relative;
}
/******************************************** lightbox **********************************************************/
#jquery-overlay {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#jquery-lightbox {
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#jquery-lightbox a img {
  border: medium none;
}
#lightbox-container-image-box {
  background-color: #FFFFFF;
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  height: 25%;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
#lightbox-nav {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 902;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: medium none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  display: block;
  height: 100%;
  width: 49%;
}
#lightbox-nav-btnPrev {
  float: left;
  left: 0;
}
#lightbox-nav-btnNext {
  float: right;
  right: 0;
}
#lightbox-container-image-data-box {
  background-color: #FFFFFF;
  font: 10px/1.4em Verdana, Helvetica, sans-serif;
  margin: 0 auto;
  overflow: auto;
  padding: 0 10px;
  width: 100%;
}
#lightbox-container-image-data {
  color: #666666;
  padding: 0 10px;
}
#lightbox-container-image-data #lightbox-image-details {
  float: left;
  text-align: left;
  width: 70%;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  clear: left;
  display: block;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  float: right;
  padding-bottom: 0.7em;
  width: 66px;
}
