@import url("https://www.superweb.es/css/animate.css");
body {
  font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  color: #000;
}

ul,
ol,
dl {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-right: 5px;
  padding-left: 5px;
}

h1 {
  font-size: 1.3em;
  text-decoration: underline;
}

h2 {
  font-size: 1.3em;
  text-decoration: underline;
  color: #003399;
}

a img {
  border: none;
}

a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.ocultable {
  display: none;
}

/****************************FIN GENERICOS*****************************/

/**************************ESTRUCTURA**********************************/

.container {
  width: 100%;
  margin: 0 auto;
}

.topheader {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.header {
  background: url(images/cabecera.png) no-repeat;
  width: 960px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}

.sidebar1 {
  float: left;
  width: 0px;
  display: none;
}
.content {
  width: 960px;
  float: left;
  font-size: 0.8em;
  text-align: justify;
  padding: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.sidebar2 {
  width: 0px;
  display: none;
}

.content ul,
.content ol {
  padding: 0 5px 5px 0px;
  padding-left: 20px;
}

/***************************************FIN ESTRUCTURA*******************************/

/**************************************CONTENIDOS**********************************/

#migas ul {
  margin: 0px;
  padding: 0px;
}
#migas ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.contenido {
  width: 960px;
  margin: 0px auto;
  background-color: #fff;
}

.slogan {
  background: url(images/fondo-eslogan.png) left top repeat-x;
  width: 100%;
  min-height: 353px;
  color: #fff;
  padding-top: 40px;
}

.contenido-eslogan {
  width: 960px;
  margin: 0px auto;
  position: relative;
}

.contenido-eslogan h1 {
  text-decoration: none;
  font-size: 2em;
  font-weight: 200;
  margin: 0px;
  padding: 0px;
}

.contenido-eslogan h2 {
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 200;
  margin: 0px;
  padding: 0px;
}

.caracteristicas {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px #f4ad44 solid;
  -webkit-box-shadow: 0px 3px 5px 0px #cdcdcd;
  -moz-box-shadow: 0px 3px 5px 0px #cdcdcd;
  box-shadow: 0px 5px 3px 0px #cdcdcd;
  min-height: 150px;
  padding: 30px;
  overflow: hidden;
  background-color: #fef8ef;
}

.caracteristicas ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

.caracteristicas ul li {
  float: left;
  width: 400px;
  min-height: 100px;
  text-align: justify;
  margin-right: 20px;
  margin-left: 28px;
}

.caracteristicas ul li strong {
  color: #ffb240;
}

.caracteristicas ul li img {
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 5px 0px #cdcdcd;
  -moz-box-shadow: 0px 3px 5px 0px #cdcdcd;
  box-shadow: 0px 5px 3px 0px #cdcdcd;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.frame {
  text-align: center;
  background: #dbeaf6;
  padding-top: 30px;
  height: 200px;
  -webkit-box-shadow: 0px 3px 5px 0px #cdcdcd;
  -moz-box-shadow: 0px 3px 5px 0px #cdcdcd;
  box-shadow: 0px 5px 3px 0px #cdcdcd;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.carrusel {
  float: left;
  width: 420px;
}

.titular {
  float: left;
  width: 530px;
  text-align: center;
  position: relative;
}

.boton-lila {
  background: url(images/boton-lila.png) left top no-repeat;
  width: 264px;
  height: 65px;
  position: relative;
  padding-top: 0px;
  top: 100px;
  left: 220px;
}

.boton-lila a {
  color: #fff !important;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.cabeceras-eslogan {
  clear: both;
}

.cabecera-eslogan-pequeno {
  height: 39px;
  background: url(images/fondo-cabecera-oscuro.png) left top no-repeat;
  color: #fff;
  width: 285px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 41px;
  padding-top: 13px;
  padding-left: 15px;
  font-size: 1.2em;
}

.contenido-eslogan-pequeno {
  background: #d8e8f6; /* Old browsers */
  background: -moz-linear-gradient(top, #d8e8f6 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d8e8f6),
    color-stop(100%, #ffffff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #d8e8f6 0%,
    #ffffff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #d8e8f6 0%,
    #ffffff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d8e8f6 0%, #ffffff 100%); /* IE10+ */
  background: linear-gradient(top, #d8e8f6 0%, #ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e8f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomright: 10px;
  border: 1px #cdcdcd solid;
  border-top: 0px;
  height: 360px;
  width: 267px;
  margin-left: 11px;
  margin-right: 10px;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 0px #cdcdcd;
  -moz-box-shadow: 0px 3px 5px 0px #cdcdcd;
  box-shadow: 0px 5px 3px 0px #cdcdcd;

  font-size: 0.8em;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.contenido-eslogan-pequeno p {
  padding: 0px;
}

.banner-izquierda {
  background: url(images/banner-izquierda.png) left top no-repeat;
  width: 460px;
  height: 201px;
  float: left;
  margin-right: 0px;
  margin-top: 35px;
  margin-left: 10px;
}

.banner-izquierda h3,
.banner-derecha h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  font-weight: 200;
  margin-top: 15px;
  margin-left: 210px;
}

.banner-izquierda p,
.banner-derecha p {
  font-size: 0.9em;
  margin-left: 210px;
  width: 200px;
  margin-top: 14px;
}

.banner-derecha {
  background: url(images/banner-derecha.png) left top no-repeat;
  width: 460px;
  height: 201px;
  float: left;
  margin-top: 35px;
  margin-left: 21px;
}

.enlace {
  width: 242px;
  height: 58px;
  margin-left: 198px;
  text-align: center;
}

.enlace a {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
  display: block;
}

.enlace a span {
  font-size: 0.8em;
}

.logo {
  width: 230px;
  height: 65px;
  position: relative;
  top: 27px;
  left: 65px;
}

#banderas {
  margin: 0px;
  padding: 0px;
  /*float:right;*/
  padding-left: 5px;
  position: absolute;
  top: 5px;
}

#banderas img {
  vertical-align: middle;
  margin-right: 5px;
}

#banderas a {
  padding: 0px;
  margin: 0px;
}

#buscador fieldset {
  border: 0px;
  padding: 0px;
  padding-left: 5px;
}
#buscador legend {
  margin: 5px 0px;
  padding: 0px;
  font-size: 0em;
}
#buscador label {
  float: left;
  font-size: 0.8em;
  text-align: right;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#buscador input {
  width: 100px;
}

.submit input {
  width: 70px !important;
  margin-left: 5px;
}

#buscador #buscar {
  width: 90px;
  float: none;
}
#buscador div {
  float: left;
  margin: 5px 0px;
}

#subsecciones {
  background: #d2d2d2;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

#subsecciones ul {
  display: inline;
}

#subsecciones ul li {
  list-style: none;
  float: left;
  border-right: 1px #3f7da7 solid;
  padding: 5px;
}

#top h1 {
  font-size: 0px;
}

.bienvenida {
}

.bienvenida h2 {
  text-decoration: none;
}

.bienvenida-foto {
  width: 740px;
}

.imagen-reportaje {
  text-align: center;
}

.fotogrande,
.fotogrande-producto {
  text-align: center;
  padding-bottom: 10px;
}

.fotogrande img {
  margin-top: 10px;
}

.redes {
  clear: both;
}

.audio {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video {
  margin-top: 10px;
  margin-bottom: 10px;
}

.galeria,
.galeriatrabajos {
  margin-top: 10px;
  margin-bottom: 10px;
}

.galeria ul,
.galeriatrabajos ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.galeria ul li,
.galeriatrabajos ul li {
  list-style: none;
  /*float:left;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px !important;
  padding-bottom: 2px !important;
  border: 1px #3f7da7 solid;
  width: 209px;
  box-sizing: border-box;
}

.galeriatrabajos ul li {
  min-height: 160px;
  text-align: center;
}

.galeria ul li img {
  width: 150px;
}

.descargas {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.descargas ul {
  margin: 0px;
  padding: 0px;
  padding: 10px;
}

.descargas ul li {
  list-style: none;
  clear: left;
  margin-bottom: 10px;
}

.descargas ul li img {
  vertical-align: middle;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.reportajes-portada {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}

.reportajes-portada h2 {
  margin-top: 0px;
}

.reportajes-portada ul {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.reportajes-portada ul li {
  list-style: none;
  float: left;
  margin-left: 12px;
  width: 222px;
  margin-top: 10px;
}

.reportajes-portada ul li img {
  float: left;
  padding: 5px !important;
  border: 1px #3f7da7 solid;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
}

.reportajes-portada ul li span {
}

.reportajes-portada ul li a {
  font-weight: bold;
  text-decoration: none;
}

.reportajes-portada ul li a:hover {
  text-decoration: underline;
}

.reportajes {
}

.reportajes ul {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.reportajes ul li {
  float: left;
  margin: 15px 0 0 20px;
  padding: 10px 5px 5px 5px;
  list-style: none;
  width: 145px;
  height: 120px;
  border: 1px #3f7da7 solid;
  text-align: center;
}

.paginacion {
  text-align: center;
  clear: both;
  padding: 10px;
  font-size: 1.1em;
}

.paginacion ul {
  margin: 10px;
  padding: 0px;
  display: block;
}

.paginacion ul li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 15px 0 0 22px;
  padding: 0px;
  text-align: center;
}

.paginacion ul li a {
  margin: 0px;
  display: block;
  text-decoration: none;
}

.paginacion ul li a:hover {
  text-decoration: underline;
}

.paginacion a {
  background-color: #dedede;
  border: 1px #000 solid;
  padding: 4px;
  margin-left: 5px;
  text-decoration: none;
}

.fecha {
  font-size: 0.8em;
  color: #2e2e2e;
}

.noticias-portada,
.noticias {
  margin-bottom: 10px;
}

.noticias-portada dl,
.noticias dl {
  margin-bottom: 10px;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  padding: 10px;
  width: 920px;
}

.noticias-portada dl dt,
.noticias dl dt {
}

.noticias-portada dl dt a,
.noticias dl dt a {
  text-decoration: none;
  display: block;
  font-size: 1.1em;
  color: #003399 !important;
}

.noticias-portada dl dt a:hover,
.noticias dl dt a:hover {
  text-decoration: underline;
}

.noticias-portada dl dt img,
.noticias dl dt img {
  float: left;
  padding: 5px;
  border: 1px #3f7da7 solid;
  margin-right: 5px;
}

.noticias-portada dl dd,
.noticias dl dd {
  margin-bottom: 10px;
  height: auto !important;
}

.masnoticias {
  clear: left;
  text-align: right;
}

.masnoticias a {
}

.productos-destacados {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.productos-destacados ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.productos-destacados h2 {
  margin-top: 0px;
}

.productos-destacados ul li {
  list-style: none;
  text-align: left;
  float: left;
  margin-left: 12px;
  margin-right: 6px;
  padding: 5px;
  border: 1px #3f7da7 solid;
  margin-bottom: 10px;
  background: #fff;
  width: 340px;
  min-height: 121px;
}

.productos-destacados ul li img {
  width: 160px;
  float: left;
  padding-right: 3px;
}

.productos,
.subcategorias {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.productos ul,
.subcategorias ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.subcategorias ul li {
  list-style: none;
  text-align: center;
  float: left;
  margin-left: 15px;
  margin-right: 5px;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  width: 150px;
  min-height: 20px;
}

.subcategorias ul li img {
  width: 135px;
}

.productos ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.productos ul li {
  list-style: none;
  text-align: left;
  float: left;
  margin-left: 12px;
  margin-right: 6px;
  padding: 5px;
  border: 1px #3f7da7 solid;
  margin-bottom: 10px;
  background: #fff;
  width: 340px;
  min-height: 121px;
}

.productos ul li img {
  width: 160px;
  float: left;
  padding-right: 3px;
}

p.titulo-producto-portada,
p.resumen-producto-portada,
p.titulo-producto,
p.titulo-subcategoria,
p.resumen-producto,
p.oferta,
p.oferta-portada {
  padding: 0px;
  margin: 0px;
}

p.precio-producto,
p.precio-producto-portada,
p.oferta-portada,
p.oferta {
  margin-top: 5px;
  text-align: center;
}

.descripcion {
  clear: both;
}

.precio_ficha {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: bold;
  float: left;
  width: auto;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.boton_comprar {
  margin-top: 10px;
  float: left;
  width: 100px;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(/images/carro-ficha.png) top right no-repeat;
}

.precio-compra {
  float: right;
  border: 1px #ccc solid;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  clear: both;
}

a.comprar {
  padding: 3px;
  padding-left: 5px;
  padding-right: 28px;
  border: 1px #3f7da7 solid;
  background: #e7e7e7 url(/images/carro.gif) no-repeat right;

  text-decoration: none;
}

a.comprar:hover {
  text-decoration: none;
  color: #337799;
}

#mapaweb ul {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}

#mapaweb .mapa-menu {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#mapaweb .mapa-categorias {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#mapaweb .mapa-secciones {
  padding: 0px;
  margin: 0px;
  background: #e7e7e7;
  border: 1px #3f7da7 solid;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flash,
#fadeshow1 {
  margin-bottom: 10px;
  text-align: center;
}

.htmlsuperior {
  position: relative;
}

.menutop {
  width: 280px;
  height: 15px;
  position: relative;
  top: 5px;
  left: 750px;
  z-index: 3;
  font-size: 0.8em;
  margin-bottom: -15px;
}

.menusup {
  width: 570px;
  height: 35px;
  position: relative;
  top: -12px;
  left: 335px;
  border-left: 1px #ffe4bb solid;
}

.tablapedido {
  width: 740px;
}

/***********ESTILOS PARA LA TIENDA****************************/
.navegador {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.navegador span {
  background-color: #a4a4a4;
  padding: 5px;
  margin-right: 25px;
}

.actual {
  background-color: #3f7da7 !important;
  font-weight: bold;
  font-size: 1.1em;
}

.resumen {
  color: #2e2e2e;
  padding-left: 5px;
  font-weight: bold;
}

.resumen table {
  width: 100%;
  border-bottom: 2px #3f7da7 solid;
  padding-bottom: 20px;
}

.resumen table th {
  text-align: left;
  border-bottom: 2px #3f7da7 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 0.9em;
}

.cuerpo a {
  color: #003399;
}

.precio-carrito {
  text-align: center;
}

.cantidad-carrito {
  text-align: center;
}

.subtotal-carrito {
  text-align: center;
}

#borra-carrito {
  background: transparent url(/images/flecha.png) left no-repeat;
  border: 0px;
}

#boton-compra {
  text-align: right;
  margin-top: 30px;
}

#boton-compra .boton {
  margin: 3px auto;
}
#boton-compra .boton a {
  /*background:#FFFFFF url(/images/carro-old.gif) no-repeat scroll right center;*/
  padding: 4px 4px 4px 4px;
  background-color: #3f7da7;
  color: #fff;
}
#boton-compra .boton a:hover {
  /*background:#d2d2d2 url(/images/carro-old.gif) no-repeat scroll right center;*/
  text-decoration: none;
  color: #fff;
}

#boton-compra .bv a {
  padding: 4px 4px 4px 4px;
  background-color: #a4a4a4;
  color: #fff;
}

#boton-compra .bv a:hover {
  /*background-color:#d2d2d2;*/
  text-decoration: none;
  color: #fff;
}

.subtotal {
  text-align: right;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.botondeenvio {
  margin-top: 10px;
  clear: left;
}

.botondeenvio #enviar {
  float: right !important;
}

#datos-facturacion {
  float: left;
  width: 320px;
  margin-top: 0px;
}

#datos-envio {
  float: left;
  width: 320px;
  margin-top: 0px;
}
/********************FIN ESTILOS DE LA TIENDA****************************/

/*MENU DESPLEGLABLE SUPERIOR*/
#navdesp {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: url(images/fondo-menu-top-grande.png) left top no-repeat !important;
}

#navdesp li {
  margin: 0px;
  padding: 0px;
  padding-top: 1px;
  float: left;
  /*background: url(images/fondo-menu-top-grande.png) right top no-repeat;*/
  border-right: 1px #ffe4bb solid;
  height: 32px;
  -webkit-box-shadow: inset -1px 0px 1px 0px #e09c38;
  -moz-box-shadow: inset -1px 0px 1px 0px #e09c38;
  box-shadow: inset -1px 0px 1px 0px #e09c38;
}

#navdesp li a {
  display: block;
  padding: 4px 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  text-decoration: none;
  color: #003399;
}

#navdesp li:hover {
  border-bottom: 2px #009 solid;
}
/* Submenu */
#navdesp ul.submenu {
  border: 1px solid #000000;
  padding: 5px;
  position: absolute;
  list-style: none;
  background-color: #3f7da7;
}
#navdesp ul.submenu li {
  float: none;
  background-image: none;
  border-bottom: 1px solid #ccc;
  width: 190px;
}
/* Subsubmenu */
#navdesp ul.subsubmenu {
  border: 1px solid #000000;
  padding: 5px;
  position: absolute;
  list-style: none;
  background-color: #3f7da7;
  margin-left: 150px;
  margin-top: -30px;
}
#navdesp ul.subsubmenu li {
  float: none;
  background-image: none;
  border-bottom: 1px solid #ccc;
  min-width: 190px;
}

/*FIN MENU DESPLEGABLE SUPERIOR*/

.menulateral {
  padding: 0px;
  margin: 0px;
  border: 1px #3f7da7 solid;
  border-bottom: 0px;
  margin-top: 10px;
}

.carrito {
  padding: 0px;
  margin: 0px;
  background: #d2d2d2 !important;
  padding-bottom: 5px;
  border: 1px #3f7da7 solid;
  margin-top: 10px;
}

.menulateral p,
.carrito p {
  padding: 0px;
  margin: 0px;
  background: url(/images/cuadroazul/fondo-titulo-menu.png) repeat-x;
  height: 31px;
  color: #fff;
  font-weight: bold;
  text-indent: 5px;
  font-size: 1.2em;
}

.carrito p {
  background: url(/images/cuadroazul/fondo-carrito.png) no-repeat;
}

.centro-carrito {
  font-size: 0.7em;
  color: #000 !important;
}

.centro-carrito p {
  background: none !important;
  color: #000 !important;
}

.centro-carrito a,
.masnoticias a {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px #3f7da7 solid;
  background: #e7e7e7;
  font-size: 1.2em;
  margin-left: 15px;
  text-decoration: none;
}

.centro-carrito a:hover,
.masnoticias a:hover {
  text-decoration: none;
  color: #337799;
}

.politicas p,
.condiciones-generales p,
.contratos p,
.promociones p,
.reglas-dominios p {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px;
  margin: 7px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  padding-left: 5px;
}

.politicas a,
.condiciones-generales a,
.contratos a,
.promociones a {
  font-weight: bold;
}

.reglas-dominios a,
.condiciones-generales a {
  font-size: 0.8em !important;
}

.promociones a {
  font-size: 0.84em !important;
}

.reglas-dominios ul {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  padding-right: 5px;
}

.jlist {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
}

.contratos,
.promociones,
.reglas-dominios {
  float: left;
  width: 30%;
  margin-left: 10px;
  border: 1px #c1d1e0 solid;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: rgb(234, 247, 243); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(234, 247, 243, 1)),
    color-stop(100%, rgba(193, 209, 224, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7f3', endColorstr='#c1d1e0',GradientType=0 ); /* IE6-9 */
  min-height: 150px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
}

.reglas-dominios {
  width: 33%;
}

.sellos {
  width: 100%;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  background: rgb(234, 247, 243); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(234, 247, 243, 1)),
    color-stop(100%, rgba(193, 209, 224, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(234, 247, 243, 1) 0%,
    rgba(193, 209, 224, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7f3', endColorstr='#c1d1e0',GradientType=0 ); /* IE6-9 */

  clear: left;
  text-align: center;
  margin-top: 20px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 10px;
  border: 1px #fff solid;
}

.sellos img {
  margin-left: 60px;
  margin-right: 60px;
}

#calendario {
  border: 1px #3f7da7 solid;
  margin-top: 10px;
  background: #fff;
}

#calendario a {
  text-decoration: none !important;
}

#calendario table {
  font-size: 0.8em;
  width: 100%;
}

.estilo01 {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #ffffff !important;
  background: #3d7ba5;
}
.estilo02 {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #515256;
}
.estilo03 {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #2e2e2e !important;
  background: #4d5377;
}

.estilo03 a span {
  color: #fff;
}

.estilo04 {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #2e2e2e;
}
.estilo05 {
  text-align: center;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  color: #2e2e2e;
}

ul.nav {
  list-style: none;
  border-top: 1px solid #3f7da7;
  background: #d2d2d2;
}
ul.nav li {
  border-bottom: 1px solid #3f7da7;
  overflow: hidden;
}
ul.nav a,
ul.nav a:visited {
  padding: 5px 5px 5px 5px;
  display: block;
  width: 178px;
  text-decoration: none;
  font-size: 0.9em;
  background: #d2d2d2;
}
ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
  background: #e7e7e7;
}

.sec-principal {
  width: 148px !important;
  float: left;
}

.submenuheader {
  background: #d2d2d2 !important;
  width: 10px;
}

ul.submenul,
ul.submenul2,
ul.submenul3,
ul.submenul4,
ul.submenul5,
ul.submenul6,
ul.submenul7 {
  clear: left;
}

ul.submenul li {
  list-style: none;
  font-size: 0.8em;
  text-indent: 10px;
}

ul.submenul2 li {
  list-style: none;
  font-size: 1em;
  text-indent: 20px;
}

ul.submenul3 li {
  font-size: 1em;
  text-indent: 30px;
}

ul.submenul4 li {
  font-size: 1em;
  text-indent: 40px;
}

ul.submenul5 li {
  font-size: 1em;
  text-indent: 50px;
}

ul.submenul6 li {
  font-size: 1em;
  text-indent: 60px;
}

ul.submenul7 li {
  font-size: 1em;
  text-indent: 70px;
}

ul.submenul li a {
  background: #e7e7e7 !important;
  font-size: 0.9em;
}

ul.submenul2 li a,
ul.submenul3 li a,
ul.submenul4 li a,
ul.submenul5 li a,
ul.submenul6 li a,
ul.submenul7 li a {
  background: #e7e7e7 !important;
  font-size: 1em;
}

ul.submenul li a:hover,
ul.submenul2 li a:hover,
ul.submenul3 li a:hover,
ul.submenul4 li a:hover,
ul.submenul5 li a:hover,
ul.submenul6 li a:hover,
ul.submenul7 li a:hover {
  text-decoration: underline;
}

.desplegar {
  vertical-align: top;
  float: right;
}

.login {
  font-size: 0.7em;
  border: 1px solid #3f7da7;
  padding: 5px;
  margin: 10px auto;
  margin-bottom: 0px;
  background: #fff url(/images/cuadroazul/user.png) no-repeat right top;
}

.login a {
  text-decoration: none;
  color: #000;
}

.login a:hover {
  text-decoration: none;
  color: #337799;
}

.login form {
  padding: 0px;
  margin: 0px;
}

.login form input {
  width: auto;
}

.login form #txtPassword,
.login form #txtEmail {
  border: 1px solid #666;
  margin-bottom: 10px;
}

.texto-proteccion {
  font-size: 0.9em !important;
  padding: 10px;
  background-color: #dddddd;
}

.formulario_contacto div {
  margin-top: 15px;
}

.formulario fieldset,
.formulario_contacto fieldset {
  border: 1px solid #3f7da7;
  padding: 10px;
  padding-top: 0px;
  background-color: #fff;
}
.formulario legend,
.formulario_contacto legend {
  font-weight: bolder;
  margin: 5px 0px;
  padding: 0px;
  font-size: 1.4em;
  text-indent: 0px;
  color: #2e2e2e;
}

.formulario label {
  float: left;
  width: 140px;
  height: 30px;
  font-weight: bold;
  padding-top: 3px;
}

.formulario_contacto label {
  float: left;
  width: 140px;
  height: 30px;
}

.formulario input {
  width: 75px;
}

.formulario_contacto input {
  width: 250px;
}

.formulario textarea {
  width: 230px;
}

.formulario textarea,
formulario_contacto textarea {
  width: 250px;
}

.formulario #borrar,
.formulario #enviar,
.formulario_contacto #borrar,
.formulario_contacto #enviar,
.formulario_contacto #buscar,
.formulario_contacto #acceder {
  width: auto;
  float: none;
  padding: 0 5px;
}

.formulario_contacto #letra {
  width: 25px;
}

.formulario div,
formulario_contacto div {
  clear: both;
  margin: 5px 0px;
}

.formulario .tarjeta,
.formulario .transferencia,
.formulario .contrareembolso {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.formulario .tarjeta label,
.formulario .transferencia label,
.formulario .contrareembolso label,
.formulario .tarjeta input,
.formulario .transferencia input,
.formulario .contrareembolso input,
#tarjeta,
#transferencia,
#contrareembolso {
  float: none;
  width: auto;
  height: auto;
}

#subir {
  clear: both;
  margin: 5px;
}

#subir a {
  background: url(/images/cuadroazul/up.gif) no-repeat center;
  width: 20px;
  height: 19px;
  display: block;
  font-size: 0px;
  float: right;
}

#subir a span {
  width: 0px;
  height: 0px;
  position: relative;
  left: -5000px;
}

.banner img {
  margin-top: 10px;
  width: 190px;
}

.proteccion {
  border: 1px #999 solid;
  background: #ddd;
  font-size: 0.8em;
  margin-top: 10px;
  padding: 3px;
}

.footer {
  padding: 0px;
  background: url(images/fondo-faldon.png) repeat-x;
  position: relative;
  clear: both;
  overflow: hidden;
  font-size: 0.8em;
  width: 100%;
  height: 260px;
}

.menusinferiores {
  width: 960px;
  margin: 0px auto;
  padding-top: 0px;
}

.menuinf1,
.menuinf2,
.menuinf3 {
  width: 200px;
  float: left;
  margin-left: 20px;
  padding-top: 0px;
}
.menuinf3 {
  padding-top: 5px;
  box-sizing: border-box;
}
.menuinf1 p,
.menuinf2 p,
.menuinf3 p {
  font-weight: bold;
  margin-bottom: 0px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.menuinf1 ul,
.menuinf2 ul,
.menuinf3 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0.9em;
  margin-left: 15px;
  margin-top: -5px;
}

.menuinf1 ul li,
.menuinf2 ul li,
.menuinf3 ul li {
  padding-bottom: 3px;
}

.menuinf1 ul li a,
.menuinf2 ul li a,
.menuinf3 ul li a {
  color: #0b4075;
  text-decoration: none;
}

.menuinf1 ul li a:hover,
.menuinf2 ul li a:hover,
.menuinf3 ul li a:hover {
  text-decoration: underline;
}

.ban-inferior {
  width: 240px;
  font-weight: bold;
  float: left;
  margin-left: 30px;
  text-align: right;
  padding-top: 0px;
  min-height: 30px;
}

.texto-footer {
  margin: 0 auto;
  padding: 0px;
  clear: both;
  width: 500px;
  color: #fff;
  float: left;
  margin-top: 13px;
  font-size: 0.9em;
  margin-left: 15px;
}

.texto-footer a {
  color: #fff;
}

.accesos-privados {
  float: right;
  width: 300px;
  text-align: right;
}

.desarrolla {
  float: right;
  width: 300px;
  text-align: right;
  padding-top: 7px;
  color: #fff;
  font-size: 0.9em;
}

.desarrolla img {
  vertical-align: middle;
}

.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0px;
  font-size: 1px;
  line-height: 0px;
}

<!--estilo para prettyphoto-- > div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(/images/prettyPhoto/default/sprite_next.png) center right
    no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(/images/prettyPhoto/default/sprite_prev.png) center left
    no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  background: url(/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_gallery ul li a {
  background: url(/images/prettyPhoto/default/default_thumb.png) center center
    #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
  color: #999;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/default/sprite.png) -112px -127px
    no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(/images/prettyPhoto/default/loader.gif) center center
    no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -53px
    no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -53px
    no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(/images/prettyPhoto/light_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(/images/prettyPhoto/light_rounded/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}
div.light_rounded .pp_nav .pp_play {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -22px -71px
    no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -88px -80px
    no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/light_rounded/sprite.png) -110px -80px
    no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top left
    repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/contentPattern.png) top right
    repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(/images/prettyPhoto/dark_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(/images/prettyPhoto/dark_rounded/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}
div.dark_rounded .pp_description {
  color: #fff;
  margin-right: 85px;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(/images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(/images/prettyPhoto/dark_square/loader.gif) center center
    no-repeat;
}
div.dark_square .pp_expand {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(/images/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(/images/prettyPhoto/dark_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left
    repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top
    left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top
    right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center
    no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top
    left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center
    no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/*fin prettyphoto*/

/*CARRUSEL DE PRODUCTOS RELACIONADOS*/
.carousel {
  border: 1px #3f7da7 solid;
  overflow: hidden;
  background: #e7e7e7;
  margin-top: 10px;
}

.list_carousel {
  margin: 0px;
  margin-left: 29px;
  width: 75%;
  float: left;
  margin-top: 10px;
}

.list_carousel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}
.list_carousel li {
  list-style: none;
  text-align: center;
  float: left;
  margin-left: 15px;
  margin-right: 5px;
  padding: 5px;
  border: 1px #3f7da7 solid;
  margin-bottom: 10px;
  background: #fff;
  width: 160px;
  height: auto;
  min-height: 100px;
}

.list_carousel li img {
  text-decoration: none;
  width: 135px;
}

.list_carousel li a {
  color: #000;
  text-decoration: none;
  border: 0px !important;
  padding: 0px !important;
}

.clearfix {
  float: none;
  clear: both;
}

/* Botones del carousel */

.button-prev {
  height: 100px;
  width: 35px;
  float: left;
  /*	-moz-border-radius:10px 0 0 10px;*/
  margin-top: 10px;
}

.button-prev a {
  display: block;
  padding: 5px;
  margin-top: 35px;
}

.button-next {
  height: 100px;
  width: 35px;
  float: right;
  /*	-moz-border-radius:0 10px 10px 0px;*/
  margin-top: 10px;
}

.button-next a {
  display: block;
  padding: 5px;
  margin-top: 35px;
}

/*FIN CARRUSEL PRODUCTOS RELACIONADOS*/

.contenido {
  background: #fff;
}

body {
  background: url("https://www.superweb.es/superweb/fotografias/090220121805331.jpg")
    repeat-x scroll center top transparent;
}

.seleccionado {
  text-decoration: none !important;
  border-bottom: 3px #003399 solid;
}

/*ESTILOS DE LOS PACKS*/

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.fcolor {
  background: rgb(255, 178, 64); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 178, 64, 1)),
    color-stop(21%, rgba(255, 198, 112, 1)),
    color-stop(100%, rgba(255, 178, 64, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb240', endColorstr='#ffb240',GradientType=0 ); /* IE6-9 */
  color: #003399;
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-radius-topleft: 7px;
  -webkit-border-radius-topright: 7px;
  width: 170px;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.contratar-precio {
  background: rgb(255, 178, 64); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 178, 64, 1)),
    color-stop(21%, rgba(255, 198, 112, 1)),
    color-stop(100%, rgba(255, 178, 64, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(255, 178, 64, 1) 0%,
    rgba(255, 198, 112, 1) 21%,
    rgba(255, 178, 64, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb240', endColorstr='#ffb240',GradientType=0 ); /* IE6-9 */
  color: #003399;
  text-align: center;
  width: 170px;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-radius-bottomleft: 7px;
  -webkit-border-radius-bottomright: 7px;
}

.border-bajo {
  border-bottom: 1px #ffb240 solid;
  text-align: left !important;
}

.borde-color {
  border-bottom: 1px #ffb240 solid;
  text-align: center;
  background-color: #fedba4;
  color: #003399;
}

.detalles {
  margin-top: 20px;
}

#cookies #boton-cookb {
  display: none;
}

#cookies #boton-cookb {
  display: none !important;
}
#cookies {
  position: fixed;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  bottom: 4rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
  z-index: 10001;
  margin-left: 1vw;
}
#cookies a {
  color: #fff;
}
#cookies .boton-cook {
  color: #fff;
  background-color: #0060df;
  border: 0;
  padding: 0.5rem;
  display: block;
  margin: 1rem auto;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: none;
  font-size: 1.2rem;
  cursor:pointer
}
#cookies .boton-cook:hover {
  background-color: #0080ef;
}
#cookies #boton-cook2 {
  background: none !important;
  color: #666;
  border: 0;
  border-radius: 0;
  float: right;
  font-size: 0.9rem;
  margin: 0;
  cursor:pointer
}
.aceptacookies {
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  padding-left: 10px;
  padding-bottom: 10px;
}
#cookies #boton-cookb {
  padding: 10px;
  font-size: 14pt;
}