@import url(http://fonts.googleapis.com/css?family=Scada);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

@font-face {
   font-family: 'AvenirBook';
   src: url('aew_____-webfont.eot');
   src: url('aew_____-webfont.eot?#iefix') format('embedded-opentype'),
      url('aew_____-webfont.woff') format('woff'),
      url('aew_____-webfont.ttf') format('truetype'),
      url('aew_____-webfont.svg#AvenirBook') format('svg');
   font-weight: normal;
   font-style: normal;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
   background: none repeat scroll 0 0 transparent;
   border: 0 none;
   font-size: 100%;
   margin: 0;
   outline: 0 none;
   padding: 0;
   vertical-align: top;
   border-collapse: collapse;
}

img {
   max-width: 100%;
   height: auto;
}

html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
   font-family: "Lucida Grande", "Segoe UI", sans-serif;
   font-size: small;
   color: #666;
   background-color: #f7f7f7;
}

.aleft {
   text-align: left;
}

.aright {
   text-align: right;
}

.acenter {
   text-align: center;
}

.left {
   float: left;
}

.right {
   float: right;
}

.colorea {
   color: #07a5d1;
}

.subraya {
   text-decoration: underline;
}

.nos {
   text-decoration: none;
}

.no {
   display: none;
}

.cleaner {
   clear: both !important;
   line-height: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   visibility: hidden !important;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

.mano {
   cursor: pointer;
   cursor: hand;
}

.pluspic {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   -moz-opacity: 1.0;
   -khtml-opacity: 1.0;
   opacity: 1.0;
   -webkit-transition-property: opacity;
   -moz-transition-property: opacity;
   -o-transition-property: opacity;
   transition-property: opacity;
}

.pluspic:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
}

.pluspic2 {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   -moz-opacity: 1.0;
   -khtml-opacity: 1.0;
   opacity: 1.0;
   -webkit-transition-property: opacity;
   -moz-transition-property: opacity;
   -o-transition-property: opacity;
   transition-property: opacity;
   -webkit-transition: opacity 0.2s ease;
   -moz-transition: opacity 0.2s ease;
   -o-transition: opacity 0.2s ease;
   transition: opacity 0.2s ease;
}

.pluspic2:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
}

#signup .text:focus {
   outline: 0px;
}

input:focus {
   outline: none;
}

textarea:focus {
   outline: none;
}


#wrapper {
   width: 100%;
   height: auto;
   background-repeat: repeat-x;
   background-position: top;
}

#header {
   width: 100%;
   height: auto;
   /*overflow: hidden;*/
}

.header_aux1 {
   width: 100%;
   height: 58px;
   border-bottom: 1px solid #e6e6e6;
   background-color: #f7f7f7;
}

.header_aux1_cont {
   max-width: 990px;
   width: 100%;
   height: auto;
   min-height: 58px;
   margin: 0 auto;
}

.carrito_login {
   width: 220px;
   height: 58px;
   border-right: 1px solid #e6e6e6;
   float: left;
}

.carrito {
   width: 74px;
   height: 31px;
   background-image: url(../imagenes/carrito.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
   margin-left: 15px;
   margin-top: 15px;
}

.carrito:hover {
   background-position: right top;
   cursor: pointer;
}

.carrito p {
   margin-left: 55px;
   margin-top: 8px;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #06A1CC;
}

.login_ico {
   width: 22px;
   height: 19px;
   background-image: url(../imagenes/login_ico.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
   margin-left: 80px;
   margin-top: 19px;
}

.login_ico:hover {
   background-position: right top;
   cursor: pointer;
}

.login_ico_on {
   width: 22px;
   height: 19px;
   background-image: url(../imagenes/login_ico.png);
   background-repeat: no-repeat;
   background-position: right top;
   float: left;
   margin-left: 80px;
   margin-top: 19px;
}

.bienvenido {
   width: 98px;
   height: 19px;
   float: left;
   margin-left: 20px;
   margin-top: 24px;
   font-size: 10px;
   color: #06a1cc;
   font-family: 'Tahoma', sans-serif;
   text-align: left;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.ayuda {
   width: 150px;
   height: 30px;
   float: left;
   margin-left: 35px;
   margin-top: 15px;
}

.disco_zeppelin {
   width: 183px;
   height: 72px;
   position: absolute;
   background-image: url(../imagenes/disco_zeppelin.png);
   margin-left: 820px;
}

.header_aux2 {
   width: 100%;
   height: 113px;
   background-color: #ffffff;
}

.header_aux2_cont {
   max-width: 990px;
   width: 100%;
   height: auto;
   min-height: 113px;
   margin: 0 auto;
   position: relative;
}

.zeppelin_logo {
   max-width: 220px;
   width: 100%;
   height: 113px;
   border-right: 1px solid #e6e6e6;
   float: left;
}

.zeppelin_logo img {
   margin-left: 5px;
   margin-top: 40px;
}

.navegacion {
   display: block;
   float: left;
   width: auto;
   height: 113px;
   list-style: none;
}

.nav_top_off {
   display: block;
   float: left;
   margin-left: 28px;
   width: auto;
   height: 111px;
   border-bottom: 2px solid #ffffff;
   list-style: none;
   text-transform: uppercase;
   color: #888888;
   line-height: 113px;
   font-size: 14px;
   font-family: 'Scada', sans-serif;
   -webkit-transition-property: border-bottom;
   -moz-transition-property: border-bottom;
   -o-transition-property: border-bottom;
   transition-property: border-bottom;
   -webkit-transition: border-bottom 0.5s ease;
   -moz-transition: border-bottom 0.5s ease;
   -o-transition: border-bottom 0.5s ease;
   transition: border-bottom 0.5s ease;
}

.nav_top_off:hover {
   border-bottom: 2px solid #4d4d4d;
   color: #06a1cc;
   cursor: pointer;
}

.nav_top_on {
   display: block;
   float: left;
   margin-left: 28px;
   width: auto;
   height: 111px;
   border-bottom: 2px solid #4d4d4d;
   list-style: none;
   text-transform: uppercase;
   color: #06a1cc;
   line-height: 113px;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
}


.promos {
   display: block;
   float: left;
   width: auto;
   height: 113px;
   list-style: none;
}

.header_aux3 {
   width: 100%;
   height: 139px;
   background-image: url(../imagenes/promos.png);
   background-repeat: repeat-x;
   background-color: #f7f7f7;
}

.header_aux3_cont {
   max-width: 990px;
   width: 100%;
   height: 139px;
   margin: 0 auto;
}

.header_aux4 {
   width: 100%;
   height: auto;
   background-color: #fdfdfd;
   border-bottom: 1px solid #d7d7d7;
}

.header_aux4_cont {
   max-width: 990px;
   width: 100%;
   min-height: 67px;
   margin: 0 auto;
   /*overflow: hidden;*/
}

.header_aux4_cont2 {
   max-width: 990px;
   width: 100%;
   height: auto;
   overflow: hidden;
}


.inputbusca {
   width: 205px;
   height: 27px;
   float: left;
   border: 1px solid #DEDEE2;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-top: 18px;
   background-color: white;
   font-family: 'Scada', sans-serif;
   text-transform: uppercase;
   font-size: 12px;
   color: #afafaf;
   padding-left: 10px;
   padding-right: 30px;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
}

.inputbusca:hover {
   border: 1px solid #AFAFAF;
   color: #888888;
}

.inputbusca:focus {
   border: 1px solid #AAC2D1;
   color: #3ba9df;
}

.busca_simple {
   width: 37px;
   height: 31px;
   background-image: url(../imagenes/busca_simple.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
   margin-left: 5px;
   margin-top: 18px;
}

.avanzada {
   max-width: 990px;
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-bottom: 20px;
   margin-top: 18px;
   padding-bottom: 10px;
   padding-top: 10px;
   border-top: 1px dotted #BFBFBF;
   border-bottom: 1px dotted #BFBFBF;
}

.avanzada p {
   color: #07a5d1;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   letter-spacing: -0.5px;
   text-transform: uppercase;
   width: 100%;
}

.avanzada select {
   border: 1px solid #d0d0d0;
   width: 180px;
   overflow: hidden;
   height: 35px;
   padding: 7px;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-transform: uppercase;
   color: #7d7b7f;
   float: left;
   margin-right: 10px;
   margin-top: 6px;
   margin-bottom: 4px;
}





.busca_simple:hover {
   background-position: right top;
   cursor: pointer;
}

.busca_avanzada {
   width: 168px;
   height: 31px;
   background-image: url(../imagenes/busca_avanzada.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
   margin-left: 15px;
   margin-top: 18px;
}

.busca_avanzada:hover {
   background-position: right top;
   cursor: pointer;
}

.busca_avanzada_on {
   width: 168px;
   height: 31px;
   background-image: url(../imagenes/busca_avanzada_on.gif);
   background-repeat: no-repeat;
   background-position: center center;
   float: left;
   margin-left: 15px;
   margin-top: 18px;
}

.miga_pan {
   display: block;
   float: right;
   margin-right: 15px;
   margin-top: 28px;
   width: 450px;
   color: #afafaf;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: right;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-bottom: 25px;
}

.miga_pan span {
   color: #afafaf;
}

.miga_pan span:hover {
   color: #3ba9df;
   cursor: pointer;
}



#content {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.content_index {
   max-width: 990px;
   width: 100%;
   height: auto;
   margin: 0 auto;
   background-color: #f9f9f9;
   border-left: 1px solid #e6e6e6;
   border-right: 1px solid #e6e6e6;
}

.sombra_top {
   width: 100%;
   height: 16px;
   position: absolute;
   background-image: url(../imagenes/sombra_top.png);
   background-repeat: repeat-x;
}

.paneles {
   width: auto;
   height: auto;
   padding-left: 35px;
   padding-top: 35px;
   overflow: hidden;
}

.panel_index {
   max-width: 453px;
   width: 100%;
   height: auto;
   overflow: hidden;
   background-color: #f4f4f4;
   border: 1px solid #e9e9e9;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   float: left;
   margin-right: 12px;
   margin-bottom: 40px;
}

.paneles {
   width: auto;
   height: auto;
   padding-left: 35px;
   padding-top: 35px;
   overflow: hidden;
}

.paneles_cab {
   width: 95%;
   height: 33px;
   padding-left: 17px;
   padding-right: 17px;
   padding-top: 17px;
   overflow: hidden;
}

.paneles_cab h2 {
   font-family: 'AvenirBook';
   text-transform: uppercase;
   font-weight: normal;
   font-size: 15px;
   color: #888888;
   float: left;
}

.mostrar_catalogo {
   width: 17px;
   height: 14px;
   background-image: url(../imagenes/mostrar_catalago.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: right;
   margin-right: 15px;
}

.mostrar_catalogo:hover {
   background-position: right top;
   cursor: pointer;
}


.discos_index {
   max-width: 453px;
   width: 100%;
   height: auto;
   overflow: hidden;
   background-color: #eeeeee;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   padding-left: 20px;
   padding-top: 17px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}


.discos_item {
   width: 200px;
   height: 320px;
   overflow: hidden;
   background-color: #eeeeee;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-right: 11px;
   margin-bottom: 32px;
}

.portada {
   width: 200px;
   height: 200px;
}

.discos_formato {
   width: 45px;
   height: 35px;
   background-image: url(../imagenes/bk_formato.png);
   position: absolute;
   right: 0;
   -webkit-border-top-right-radius: 5px;
   -moz-border-top-right-radius: 5px;
   border-top-right-radius: 5px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.discos_formato p {
   display: block;
   width: 35px;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   color: #fff;
   font-weight: bold;
   text-align: center;
   line-height: 34px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-left: 4px;
}

.vendido {
   width: 80px;
   height: 111px;
   background-image: url(../imagenes/vendido.png);
   position: absolute;
}

.vendido_f {
   width: 80px;
   height: 111px;
   background-image: url(../imagenes/vendido.png);
   position: absolute;
   margin-top: 2px;
   margin-left: 2px;
}

.vendido_lista {
   width: 80px;
   height: 111px;
   background-image: url(../imagenes/vendido.png);
   position: absolute;
   margin-top: -200px;
}

.datos_disco {
   width: 100%;
   height: 52px;
   border-bottom: 1px solid #e6e6e6;
   background-color: #ffffff;
}

.artista {
   width: 170px;
   height: auto;
   background-color: #ffffff;
   padding-top: 10px;
   margin-left: 14px;
}

.artista p {
   text-transform: uppercase;
   color: #666666;
   font-size: 13px;
   font-family: 'Scada', sans-serif;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   letter-spacing: -0.5px;
}

.artista a {
   text-decoration: none;
   color: #666666;
}

.artista a:hover {
   color: #000000;
}

.artista a:active {
   color: #3ba9df;
}

.titulo {
   width: 170px;
   height: auto;
   background-color: #ffffff;
   padding-top: 3px;
   margin-left: 14px;
}

.titulo p {
   text-transform: uppercase;
   color: #3ba9df;
   font-size: 13px;
   font-family: 'Scada', sans-serif;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   letter-spacing: -0.5px;
}

.caracteristicas {
   width: 100%;
   height: 29px;
   background-color: #ffffff;
}

.caracteristicas p {
   display: block;
   width: 170px;
   height: auto;
   padding-top: 7px;
   margin-left: 14px;
   text-transform: uppercase;
   color: #0BA8D4;
   font-family: 'Scada', sans-serif;
   font-size: 11px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}


.precio_carrito {
   width: 100%;
   height: 39px;
}

.precio {
   width: 134px;
   height: 39px;
   background-image: url(../imagenes/bk_precio.png);
   background-repeat: no-repeat;
   float: left;
   text-transform: uppercase;
}

.precio p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 20px;
   text-align: center;
   line-height: 39px;
   text-transform: uppercase;
}

.precio p span {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-decoration: line-through;
   margin-right: 4px;
   text-transform: uppercase;
   line-height: 45px;
}

.precio_hasta_min {
   width: 200px;
   height: auto;
   position: absolute;
   margin-top: 43px;
   background-repeat: no-repeat;
   float: left;
   text-transform: uppercase;
}

.precio_hasta_min p {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   color: #06a1cc;
   font-size: 14px;
   text-align: center;
   text-transform: uppercase;
}

.descuento {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   margin-right: 4px;
   line-height: 45px;
   text-transform: uppercase;
}

.comprar {
   width: 66px;
   height: 39px;
   background-image: url(../imagenes/bk_carrito.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
}

.comprar:hover {
   background-position: right top;
   cursor: pointer;
}

.comprar_off {
   width: 66px;
   height: 39px;
   background-image: url(../imagenes/bk_carrito_off.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
}

.comprar:hover {
   background-position: right top;
   cursor: pointer;
}

.monograficos {
   margin-left: 34px;
   margin-bottom: 70px;
}


.hazoferta_item {
   width: 104px;
   height: 28px;
   position: absolute;
   margin-top: 30px;
   margin-left: 64px;
}

.hazoferta_listado {
   width: 108px;
   height: 27px;
   position: absolute;
   margin-top: 30px;
   margin-left: -98px;
   z-index: 998;
}

.hazoferta_ficha {
   width: 113px;
   height: 20px;
   position: absolute;
   margin-top: 25px;
   margin-left: 520px;
   z-index: 998;
}


.footer {
   width: 100%;
   height: auto;
   min-height: 220px;
   border-top: 1px solid #e6e6e6;
   border-bottom: 1px solid #e6e6e6;
   background-color: #ffffff;
}

.footer_lim {
   width: 100%;
   height: 50px;
   background-color: #ffffff;
   border-bottom: 4px solid #0ba8d4;
}

.footer_cont {
   max-width: 990px;
   width: 100%;
   height: auto;
   min-height: 220px;
   margin: 0 auto;
}

.inputfooter {
   width: 170px;
   height: 27px;
   float: left;
   border: 1px solid #DEDEE2;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background-color: white;
   font-family: 'Scada', sans-serif;
   text-transform: uppercase;
   font-size: 11px;
   color: #3ba9df;
   padding-left: 10px;
   padding-right: 30px;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
}

.inputfooter:hover {
   border: 1px solid #AFAFAF;
   color: #888888;
}

.inputfooter:focus {
   border: 1px solid #AAC2D1;
   color: #3ba9df;
}


.subir {
   width: 56px;
   height: 56px;
   position: absolute;
   margin-top: -31px;
   margin-left: 646px;
   background-image: url(../imagenes/subir.png);
   background-repeat: no-repeat;
   background-position: left top;
   right: 30px;
}

.subir:hover {
   background-position: right top;
   cursor: pointer;
}

.suscribirse {
   width: 260px;
   height: auto;
   position: absolute;
   margin-top: 61px;
   margin-left: 393px;
}

.suscribirse_btn {
   width: 37px;
   height: 31px;
   background-image: url(../imagenes/ok.png);
   background-repeat: no-repeat;
   background-position: left top;
   float: left;
   margin-left: 5px;
}

.suscribirse_btn:hover {
   background-position: right top;
   cursor: pointer;
}


.desplegar_secciones {
   width: 100%;
   height: auto;
   overflow: hidden;
   background-image: url(../imagenes/bk_secciones.png);
   background-repeat: repeat-x;
   background-position: left top;
   border-bottom: 1px solid #000000;
}

.desplegar_secciones_cont {
   width: 990px;
   height: auto;
   margin: 0 auto;
}

.c2 {
   margin-left: 220px;
}

.bloque_secciones {
   max-width: 600px;
   height: auto;
   border-left: 1px solid #6B6B6B;
   padding-left: 18px;
   list-style: none;
   margin-top: 28px;
   margin-bottom: 28px;
   margin-right: 28px;
   float: left;
}

.bloque_secciones a {
   text-decoration: none;
}

.secciones_lista {
   display: block;
   margin-bottom: 8px;
   width: auto;
   height: auto;
   list-style: none;
   color: #6B6B6B;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   letter-spacing: -0.5px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-shadow: 0px 1px 1px #000;
   -webkit-transition-property: color;
   -moz-transition-property: color;
   -o-transition-property: color;
   transition-property: color;
   -webkit-transition: color 0.2s ease;
   -moz-transition: color 0.2s ease;
   -o-transition: color 0.2s ease;
   transition: color 0.2s ease;
}

.secciones_lista:hover {
   color: #0ba8d4;
   text-shadow: 0px 1px 1px #000;
   cursor: pointer;
}

.secciones_lista a {
   text-decoration: none;
}


#login {
   width: 100%;
   height: 101px;
   background-image: url(../imagenes/login_bk.png);
}

.login_cont {
   width: 910px;
   height: 101px;
   margin-right: auto;
   margin-left: auto;
}

.login_cont img {
   margin-top: 32px;
   margin-left: 15px;
}

.login_usuario {
   width: 235px;
   height: 41px;
   float: left;
   margin-top: 32px;
   margin-left: 75px;
   border-top: 1px solid #02212D;
   border-bottom: 1px solid #216F7E;
   border-left: 1px solid #0B3643;
   border-right: 1px solid #0B3643;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   font-family: "Lucida Grande", "Segoe UI", sans-serif;
   font-size: 12px;
   color: #B5C7C8;
   text-indent: 40px;
   background-color: #0B3643;
   background-image: url(../imagenes/login_usuario.png);
   background-position: left top;
   background-repeat: no-repeat;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
}

.login_usuario:hover {
   background-color: #063445;
}

.login_usuario:focus {
   background-color: #063445;
   color: #ffffff;
}


.login_pass {
   width: 235px;
   height: 41px;
   float: left;
   margin-top: 32px;
   margin-left: 15px;
   border-top: 1px solid #02212D;
   border-bottom: 1px solid #216F7E;
   border-left: 1px solid #0B3643;
   border-right: 1px solid #0B3643;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   font-family: "Lucida Grande", "Segoe UI", sans-serif;
   font-size: 12px;
   color: #B5C7C8;
   text-indent: 40px;
   background-color: #0B3643;
   background-image: url(../imagenes/login_pass.png);
   background-position: left top;
   background-repeat: no-repeat;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
}

.login_pass:hover {
   background-color: #063445;
}

.login_pass:focus {
   background-color: #063445;
   color: #ffffff;
}


.preciolinks {
   width: 990px;
   height: 82px;
   margin: 0 auto;
}

.link_externo {
   width: 82px;
   height: 40px;
   margin-right: 8px;
   margin-top: 22px;
   background-image: url(../imagenes/link_externo.png);
   background-position: left top;
   background-repeat: no-repeat;
   float: left;
}

.link_externo:hover {
   background-position: right top;
   cursor: pointer;
}

.link_youtube {
   width: 82px;
   height: 40px;
   margin-right: 8px;
   margin-top: 22px;
   background-image: url(../imagenes/link_youtube.png);
   background-position: left top;
   background-repeat: no-repeat;
   float: left;
}

.link_youtube:hover {
   background-position: right top;
   cursor: pointer;
}

.link_wikipedia {
   width: 82px;
   height: 40px;
   margin-right: 8px;
   margin-top: 22px;
   background-image: url(../imagenes/link_wikipedia.png);
   background-position: left top;
   background-repeat: no-repeat;
   float: left;
}

.link_wikipedia:hover {
   background-position: right top;
   cursor: pointer;
}


.comprar_ficha {
   width: 188px;
   height: 40px;
   margin-top: 22px;
   background-image: url(../imagenes/carroficha_off.png);
   background-position: center center;
   background-repeat: no-repeat;
   float: right;
   -webkit-border-top-right-radius: 7px;
   -moz-border-top-right-radius: 7px;
   border-top-right-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   -moz-border-bottom-right-radius: 7px;
   border-bottom-right-radius: 7px;
   background-color: #07A5D1;
}

.comprar_ficha:hover {
   background-image: url(../imagenes/carroficha_on.png);
   background-color: #00C0EF;
   cursor: pointer;
}

.comprar_ficha_off {
   width: 188px;
   height: 40px;
   margin-top: 22px;
   background-image: url(../imagenes/carroficha_off2.png);
   background-position: center center;
   background-repeat: no-repeat;
   float: right;
   -webkit-border-top-right-radius: 7px;
   -moz-border-top-right-radius: 7px;
   border-top-right-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   -moz-border-bottom-right-radius: 7px;
   border-bottom-right-radius: 7px;
   background-color: #c1c1c1;
}


.precio_ficha {
   width: 188px;
   height: 40px;
   margin-top: 22px;
   float: right;
   -webkit-border-top-left-radius: 7px;
   -moz-border-top-left-radius: 7px;
   border-top-left-radius: 7px;
   -webkit-border-bottom-left-radius: 7px;
   -moz-border-bottom-left-radius: 7px;
   border-bottom-left-radius: 7px;
   background-color: #333333;
   text-transform: uppercase;
}

.precio_ficha p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 20px;
   text-align: center;
   line-height: 39px;
}

.precio_ficha p span {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-decoration: line-through;
   margin-right: 4px;
   line-height: 45px;
}

.precio_ficha_hasta {
   position: absolute;
   margin-top: -27px;
   text-transform: uppercase;
   width: 188px;
}

.precio_ficha_hasta p {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   color: #0ba8d4;
   font-size: 10px;
   text-align: center;
   line-height: 39px;
}


.bloque_ficha {
   width: 990px;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   background-image: url(../imagenes/bk_ficha.png);
   background-repeat: repeat-y;
   border-top: 3px solid #D0D0D0;
}

.bloque_ficha_01 {
   width: 438px;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   float: left;
}

.bloque_ficha_02 {
   width: 552px;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   float: left;
}

.bloque_galeria {
   width: 358px;
   height: auto;
   overflow: hidden;
   margin-top: 43px;
   margin-left: 40px;
}

.bloque_galeria_pic {
   border: 1px solid #c1c1c1;
   width: 352px;
   height: 352px;
}

.bloque_galeria_pic img {
   border: 1px solid #ffffff;
}


.bloque_galeria_min {
   border: 1px solid #c1c1c1;
   float: left;
   margin-right: 2px;
   margin-top: 4px;
}

.bloque_galeria_min img {
   border: 1px solid #ffffff;
}

.bloque_galeria_min img {
   border: 1px solid #ffffff;
   width: 65px;
   height: 65px;
}

.creditos {
   width: 350px;
   max-height: 200px;
   overflow: auto;
   overflow-x: hidden;
   overflow-y: hidden;
   margin-top: 43px;
   margin-left: 40px;
   margin-bottom: 60px;
}

.creditos p {
   text-transform: uppercase;
   color: #00c0ef;
   font-size: 12px;
   line-height: 20px;
   font-family: 'Scada', sans-serif;
   text-align: center;
}





.noms {
   width: 552px;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   background-image: url(../imagenes/bk_noms.png);
   background-repeat: repeat-y;
}

.noms_cont {
   width: 480px;
   height: auto;
   overflow: hidden;
   margin-top: 42px;
   margin-left: 32px;
}

.noms_cont a {
   text-decoration: none;
}

.nom_artista {
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #00c0ef;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   letter-spacing: -0.4px;
   z-index: 800;
}

.nom_artista a {
   text-decoration: none;
   color: #00c0ef;
}

.nom_artista a:hover {
   text-decoration: none;
   color: #216f7e;
}

.nom_disco {
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #818181;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   letter-spacing: -0.8px;
}

.nom_especial {
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #afafaf;
   font-size: 12px;
   font-family: 'AvenirBook';
   text-align: left;
   border-top: 1px solid #CFCFCF;
   border-bottom: 1px solid #CFCFCF;
   margin-top: 5px;
   padding-top: 9px;
   padding-bottom: 6px;
}

.nom_caract {
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #818181;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   margin-top: 8px;
   margin-bottom: 22px;
}

.nom_caract a {
   display: block;
   float: left;
   margin-right: 5px;
   text-transform: uppercase;
   color: #818181;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   margin-top: 2px;
   margin-bottom: 22px;
   text-decoration: none;
}

.ficha_franja {
   display: block;
   width: 550px;
   height: 86px;
   background-image: url(../imagenes/bk_ficha_fr.png);
   background-repeat: no-repeat;
}

.ficha_franja_cont {
   display: block;
   padding-top: 21px;
   margin-left: 35px;
   /*max-width: 510px;*/
}

.franja_it {
   display: block;
   border-right: 1px solid #49BDDE;
   padding-right: 12px;
   margin-right: 12px;
   width: auto;
   float: left;
}

.franja_it_1 {
   display: block;
   text-transform: uppercase;
   color: #02212d;
   font-size: 10px;
   font-family: 'AvenirBook';
   text-align: left;
   padding-bottom: 3px;
   clear: left;
}

.franja_it_2 {
   display: block;
   text-transform: uppercase;
   color: #ffffff;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
}

.detalle_cont {
   max-height: 500px;
   overflow: auto;
   overflow-x: hidden;
   overflow-y: hidden;
   display: block;
   margin-top: 10px;
   margin-left: 35px;
   width: 480px;
   overflow: hidden;
   height: auto;
}

.detalle_cont p {
   text-transform: uppercase;
   color: #8A8A8A;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   margin-top: 8px;
   margin-bottom: 62px;
   line-height: 27px;
}


.detalle_cont_mostrado {
   display: block;
   margin-top: 10px;
   margin-left: 35px;
   width: 480px;
   overflow: hidden;
   height: auto;
}

.detalle_cont_mostrado p {
   text-transform: uppercase;
   color: #8A8A8A;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   margin-top: 8px;
   margin-bottom: 62px;
   line-height: 27px;
}

.creditos_mostrado {
   width: 350px;
   height: auto;
   overflow: hidden;
   margin-top: 43px;
   margin-left: 40px;
   margin-bottom: 60px;
}

.creditos_mostrado p {
   text-transform: uppercase;
   color: #00c0ef;
   font-size: 12px;
   line-height: 20px;
   font-family: 'Scada', sans-serif;
   text-align: center;
}

.bloque_interes {
   width: 990px;
   height: 502px;
   overflow: hidden;
   margin: 0 auto;
   background-image: url(../imagenes/bk_interes.png);
   background-repeat: repeat-x;
   border-right: 1px solid #e6e6e6;
   border-left: 1px solid #e6e6e6;
}

.bloque_interes_txt {
   width: 880px;
   height: auto;
   overflow: hidden;
   display: block;
   color: #4d4d4d;
   font-size: 12px;
   font-family: 'AvenirBook';
   text-align: left;
   margin-left: 72px;
   margin-top: 27px;
   text-transform: uppercase;
   clear: left;
}

.bloque_interes_discos {
   margin-left: 72px;
   margin-top: 18px;
}

.mensaje {
   width: 136px;
   height: auto;
   overflow: auto;
   position: absolute;
   z-index: 1000;
}

.mensaje_txt {
   width: 134px;
   height: auto;
   overflow: hidden;
   border-top: 1px solid #7d7b7f;
   border-right: 1px solid #7d7b7f;
   border-left: 1px solid #7d7b7f;
   background-color: #9b9b9a;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}

.mensaje_txt p {
   font-family: 'Tahoma', sans-serif;
   font-weight: bold;
   font-size: 10px;
   color: #f2f2f2;
   padding-top: 8px;
   padding-bottom: 8px;
   text-align: center;
}

.mensaje_ops {
   width: 136px;
   height: 65px;
   background-image: url(../imagenes/mensaje_ops.png);
   background-repeat: no-repeat;
}

.mensaje_logo {
   position: absolute;
   width: 95px;
   height: 11px;
   margin-left: 19px;
   margin-top: 19px;
   background-image: url(../imagenes/zepinfo.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.bloque_listado {
   width: 990px;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   border-top: 3px solid #D0D0D0;
   border-left: 1px solid #e6e6e6;
   border-right: 1px solid #e6e6e6;
   background-color: #FAFAFA;
}

.bloque_listado_cont {
   width: 919px;
   height: auto;
   overflow: hidden;
   margin-left: 35px;
   margin-right: 34px;
   margin-top: 30px;
   margin-bottom: 60px;
}

.preciolinks h2 {
   display: block;
   color: #00c0ef;
   width: auto;
   float: left;
   font-size: 15px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-weight: normal;
   text-align: left;
   margin-top: 52px;
}

.descrip_doble {
   width: 100%;
   height: auto;
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
   -moz-column-gap: 20px;
   -webkit-column-gap: 20px;
   column-gap: 20px;
   margin-bottom: 25px;
}

.descrip_doble p {
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   line-height: 18px;
   color: #aac2d1;
   text-transform: uppercase;
   letter-spacing: -0.2px;
}

.encontrados {
   width: 100%;
   height: 30px;
   border-bottom: 1px solid #dddddd;
   margin-bottom: 32px;
}

.encontrados_items {
   width: auto;
   float: left;
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   line-height: 23px;
   color: #999999;
   text-transform: uppercase;
}

.encontrados_mostrando {
   width: auto;
   float: right;
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   line-height: 23px;
   color: #999999;
   text-transform: uppercase;
}

.item_listado {
   width: 919px;
   height: 200px;
   background-color: #fcfcfc;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   margin-bottom: 33px;
}

.item_listado:hover {
   background-color: #ffffff;
}


.sk_listado {
   position: absolute;
   width: 827px;
   height: 225px;
   margin-left: 1px;
   background-image: url(../imagenes/bk_item.png);
   background-repeat: no-repeat;
   background-position: left top;
   z-index: 10;
}

.pic_listado {
   width: 200px;
   height: 200px;
   float: left;
   z-index: 550;
   margin-right: 29px;
}

.pic_listado img {
   -webkit-border-top-left-radius: 7px;
   -moz-border-top-left-radius: 7px;
   border-top-left-radius: 7px;
   -webkit-border-bottom-left-radius: 7px;
   -moz-border-bottom-left-radius: 7px;
   border-bottom-left-radius: 7px;
}

.datos_listado {
   width: 582px;
   height: auto;
   float: left;
   z-index: 550;
   margin-top: 60px;
}

.noms_cont2 {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.noms_cont22 {
   display: block;
   width: 100%;
   border-bottom: 1px solid #cfcfcf;
   height: 26px;
}

.nom_disco1 {
   display: block;
   width: 285px;
   text-transform: uppercase;
   color: #818181;
   float: left;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   letter-spacing: -0.4px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-top: 2px;
}

.nom_caract2 {
   display: block;
   width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.nom_caract2 p {
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #818181;
   font-size: 12px;
   font-family: 'Scada', sans-serif;
   text-align: left;
   margin-top: 8px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.nom_disco2 {
   display: block;
   width: 275px;
   text-transform: uppercase;
   color: #00c0ef;
   float: right;
   font-size: 16px;
   font-family: 'Scada', sans-serif;
   text-align: right;
   letter-spacing: -0.4px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-top: 2px;
}

.lista_estilo {
   float: left;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 275px;
}

.lista_estilo p {
   text-transform: capitalize;
   color: #afafaf;
   font-size: 19px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-weight: normal;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-top: 12px;
}

.bklat_cont {
   width: 92px;
   height: 200px;
   float: right;
}

.bklat_01 {
   width: 92px;
   height: 108px;
   background-image: url(../imagenes/bklat_01.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.bklat_02 {
   width: 92px;
   height: 92px;
   background-image: url(../imagenes/bklat_02.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.bklat_02:hover {
   background-position: right top;
   cursor: pointer;
}

.bklat_02_off {
   width: 92px;
   height: 92px;
   background-image: url(../imagenes/bklat_02_off.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.precio_hasta {
   width: auto;
   position: absolute;
   margin-top: -17px;
   text-transform: uppercase;
}

.precio_hasta p {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 10px;
   text-align: center;
}

.precio_oferta_listado {
   width: 92px;
   padding-top: 32px;
   text-transform: uppercase;
}

.precio_oferta_listado p {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-decoration: line-through;
   text-align: center;
}

.precio_oferta_listado_no {
   text-transform: uppercase;
}

.precio_oferta_listado_no p {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-align: center;
   padding-top: 26px;
}

.precio_oferta_listado2 {
   width: 92px;
   padding-top: 32px;
   text-transform: uppercase;
}

.precio_oferta_listado2 p {
   color: #0BA8D4;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-align: center;
   display: none;
}

.precio_listado2 {
   width: 92px;
   float: right;
   text-transform: uppercase;
   margin-top: -8px;
}

.precio_listado2sin {
   width: 92px;
   float: right;
   text-transform: uppercase;
   margin-top: 2px;
}

.precio_listado p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 20px;
   text-align: center;
   line-height: 39px;
}

.bloque_paginacion {
   width: 100%;
   height: 117px;
   background-image: url(../imagenes/bk_pag.png);
   margin-top: 50px;
}

.bloque_paginacion_ops {
   margin-top: 73px;
   position: absolute;
   margin-left: 600px;
}

.bloque_paginacion_ops span {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 10px;
   color: #818181;
   padding-top: 12px;
   display: block;
   float: left;
   margin-right: 15px;
}

.bloque_paginacion_ops span:hover {
   color: #07a5d1;
   cursor: pointer;
}

.bloque_paginacion_ops_on {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 10px;
   color: #07a5d1;
   font-weight: bold;
   padding-top: 12px;
   display: block;
   float: left;
   margin-right: 15px;
}

.paginacion_cont {
   height: 46px;
   margin-right: 20px;
   text-align: center;
   top: 50%;
   float: right;
}

.paginacion_nav {
   margin-top: 13px;
   height: 46px;
   float: left;
   cursor: pointer;
   cursor: hand;
}

.paginacion_off {
   margin-top: 13px;
   height: 46px;
   margin-right: auto;
   margin-left: auto;
   background-image: url(../imagenes/pag_off.png);
   float: left;
   padding-left: 14px;
   padding-right: 14px;
   text-align: center;
   cursor: pointer;
   cursor: hand;
}

.paginacion_on {
   margin-top: 13px;
   height: 46px;
   margin-right: auto;
   margin-left: auto;
   background-image: url(../imagenes/pag_on.png);
   float: left;
   padding-left: 14px;
   padding-right: 14px;
   text-align: center;
   cursor: pointer;
   cursor: hand;
}

.txt_off {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 13px;
   color: #7D7B7F;
   padding-top: 12px;
}

.txt_on {
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 13px;
   color: #3ba9df;
   padding-top: 12px;
}

.moderado {
   color: #a9a9a9;
}


.carrito_item {
   height: 138px;
   width: 100%;
   margin-bottom: 27px;
   border-bottom: 1px dotted #dddddd;
}

.carrito_portada {
   width: 118px;
   margin-right: 14px;
   float: left;
   border: 1px solid #dddddd;
   background-color: #ffffff;
}

.carrito_portada img {
   height: 110px;
   width: 110px;
   margin-right: 14px;
   float: left;
   border: 4px solid #ffffff;
}

.noms_cont3 {
   width: 560px;
   height: auto;
   overflow: hidden;
   float: left;
   margin-top: 43px;
}

.carro_precio {
   width: 98px;
   height: 98px;
   float: left;
   margin-left: 17px;
   margin-top: 13px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   background-color: #07a5d1;
}

.precio_oferta_listado3 {
   width: 92px;
   padding-top: 25px;
   text-transform: uppercase;
}

.precio_oferta_listado3 p {
   color: #02212d;
   font-family: 'Lucida Grande', 'Segoe UI', sans-serif;
   font-size: 11px;
   text-align: center;
}

.precio_listado2 {
   width: 92px;
   float: right;
   text-transform: uppercase;
   margin-top: -8px;
}

.precio_listado2 p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 20px;
   text-align: center;
   line-height: 39px;
}

.carro_borrar {
   width: 98px;
   height: 98px;
   float: right;
   margin-top: 13px;
   background-image: url(../imagenes/carro_borrar.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.carro_borrar:hover {
   background-repeat: no-repeat;
   background-position: right top;
   cursor: pointer;
}

.total {
   width: 150px;
   height: 150px;
   float: right;
   margin-top: 13px;
   margin-bottom: 43px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   background-color: #333333;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   margin-right: 29px;
   font-size: 20px;
   text-align: center;
   line-height: 146px;
}


.tramitar_carro {
   width: 188px;
   height: 40px;
   margin-top: 65px;
   margin-right: 60px;
   float: right;
   -webkit-border-top-right-radius: 7px;
   -moz-border-top-right-radius: 7px;
   border-top-right-radius: 7px;
   -webkit-border-bottom-right-radius: 7px;
   -moz-border-bottom-right-radius: 7px;
   border-bottom-right-radius: 7px;
   background-color: #07A5D1;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   margin-bottom: 33px;
}

.tramitar_carro:hover {
   background-color: #5BD0F0;
   cursor: pointer;
   color: #06a1cc;
}

.tramitar_carro p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 13px;
   text-align: center;
   line-height: 39px;
}

.seguir_carro {
   width: 188px;
   height: 40px;
   margin-top: 65px;
   float: right;
   -webkit-border-top-left-radius: 7px;
   -moz-border-top-left-radius: 7px;
   border-top-left-radius: 7px;
   -webkit-border-bottom-left-radius: 7px;
   -moz-border-bottom-left-radius: 7px;
   border-bottom-left-radius: 7px;
   background-color: #333333;
   text-transform: uppercase;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   margin-bottom: 33px;
}

.seguir_carro:hover {
   background-color: #000000;
   cursor: pointer;
}

.seguir_carro p {
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #fff;
   font-size: 13px;
   text-align: center;
   line-height: 39px;
}




.bloque_tramitar {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.aviso_pago {
   width: 100%;
   height: auto;
   overflow: hidden;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background-color: #F2EAA7;
   margin-top: -15px;
}

.aviso_pago p {
   color: #FF6600;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   color: #FF6600;
   font-size: 17px;
   text-align: center;
   padding-top: 18px;
   padding-bottom: 18px;
}


.cabcentro {
   margin-top: 40px;
   width: 100%;
   height: auto;
   overflow: hidden;
   border-bottom: 1px solid #dddddd;
}

.cabcentro p {
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   line-height: 23px;
   color: #999999;
   text-transform: uppercase;
   text-align: center;
   padding-bottom: 6px;
}

.formaspago {
   width: 444px;
   height: auto;
   overflow: hidden;
   float: left;
   margin-top: 20px;
   margin-bottom: 30px;
}

.formaspago p {
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   line-height: 18px;
   color: #aac2d1;
   text-transform: uppercase;
   text-align: center;
   padding-bottom: 6px;
}

.formaspago p span {
   color: #00c0ef;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 17px;
   text-align: center;
   line-height: 30px;
}

.formaspago p strong {
   color: #5bd0f0;
   font-weight: normal;
}

.formaspago p a {
   color: #5bd0f0;
   font-weight: normal;
   text-decoration: underline;
}

.formaspago p a:hover {
   text-decoration: none;
   color: #216f7e;
}

.formulario {
   width: 890px;
   height: auto;
   overflow: hidden;
   border-bottom: 1px dotted #dddddd;
   border-top: 1px dotted #dddddd;
   padding-top: 19px;
   padding-bottom: 19px;
   margin-left: 22px;
}

.formulario_haz {
   width: auto;
   height: auto;
   overflow: hidden;
   border-top: 1px dotted #dddddd;
   padding-top: 19px;
   padding-bottom: 19px;
}

.input_cont {
   height: auto;
   overflow: hidden;
   position: relative;
   float: left;
   margin-right: 5px;
   margin-bottom: 9px;
}

.input_txt {
   height: 22px;
   position: relative;
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   margin-bottom: -3px;
   color: #777D8C;
   clear: right;
}

.inputform {
   position: relative;
   border: 1px solid #dddddd;
   font-family: 'Scada', sans-serif;
   font-size: 14px;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
   margin-bottom: 1px;
   color: #777D8C;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 10px;
}

.inputform:hover {
   border: 1px solid #aac2d1;
}

.inputform:focus {
   border: 1px solid #0ba8d4;
}


.inputsel {
   position: relative;
   border: 1px solid #dddddd;
   font-family: 'Scada', sans-serif;
   font-size: 14px;
   -webkit-transition-property: border;
   -moz-transition-property: border;
   -o-transition-property: border;
   transition-property: border;
   -webkit-transition: border 0.2s ease;
   -moz-transition: border 0.2s ease;
   -o-transition: border 0.2s ease;
   transition: border 0.2s ease;
   margin-bottom: 1px;
   color: #777D8C;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 10px;
}

.inputsel:hover {
   border: 1px solid #aac2d1;
}

.inputsel:focus {
   border: 1px solid #0ba8d4;
}


.marcarlo {
   font-family: 'Scada', sans-serif;
   font-size: 13px;
   color: #0ba8d4;
   float: left;
   margin-left: 4px;
   margin-top: 3px;
}

.infoenvio {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin-top: 20px;
}

.infoenvio img {
   float: right;
   margin-top: 2px;
   margin-right: 8px;
}

.infoenvio_tit {
   width: 155px;
   height: 105px;
   overflow: hidden;
   border-right: 1px solid #dddddd;
   float: left;
}

.infoenvio_tit p {
   color: #3ba9df;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 17px;
   text-align: left;
   line-height: 105px;
}

.infoenvio_precios {
   width: auto;
   height: 105px;
   overflow: hidden;
   float: left;
   margin-left: 20px;
   text-transform: uppercase;
}

.infoenvio_precios p {
   padding-top: 24px;
   color: #777d8c;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 12px;
   text-align: left;
   line-height: 18px;

}

.btn_compra {
   width: 100%;
   height: auto;
   overflow: hidden;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background-color: #1AB0DD;
   margin-top: 20px;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   margin-bottom: 33px;
}

.btn_compra:hover {
   background-color: #216f7e;
   cursor: pointer;
}

.btn_compra p {
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 16px;
   text-align: center;
   padding-top: 18px;
}


.btn_muestratodo {
   width: 350px;
   margin-left: 40px;
   height: auto;
   overflow: hidden;
   margin-top: -40px;
   margin-bottom: 60px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background-color: #1AB0DD;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.btn_muestratodo:hover {
   background-color: #216f7e;
   cursor: pointer;
}

.btn_muestratodo p {
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 12px;
   text-align: center;
   padding-top: 5px;
}


.btn_muestratodo2 {
   width: 478px;
   margin-left: 40px;
   height: auto;
   overflow: hidden;
   margin-top: 20px;
   margin-bottom: 60px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background-color: #1AB0DD;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.btn_muestratodo2:hover {
   background-color: #216f7e;
   cursor: pointer;
}

.btn_muestratodo2 p {
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 12px;
   text-align: center;
   padding-top: 5px;
}


.carrito_si {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.carrito_no {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.expande {
   width: 100%;
   height: auto;
   overflow: hidden;
}

.lista_faq {
   width: 100%;
   height: auto;
   overflow: hidden;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background-color: #f2f2f2;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   transition-property: all;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   margin-bottom: 5px;
}

.lista_faq:hover {
   background-color: #ffffff;
   cursor: pointer;
}

.lista_faq p {
   color: #216f7e;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   text-rendering: optimizeLegibility;
   font-size: 13px;
   text-align: center;
   padding-top: 8px;
   text-transform: uppercase;
}

.lista_faq div {
   text-decoration: none;
}


.international {
   position: absolute;
   width: 20px;
   height: 20px;
   margin-top: 20px;
   margin-left: 430px;
   background-image: url(../imagenes/english.png);
   background-position: left top;
   background-repeat: no-repeat;
}





































/* Media Queries for Responsiveness */
@media (max-width: 990px) {

   .header_aux1_cont,
   .header_aux2_cont,
   .header_aux3_cont,
   .header_aux4_cont,
   .header_aux4_cont2,
   .content_index,
   .footer_cont,
   .avanzada,
   .bloque_ficha,
   .bloque_interes,
   .bloque_listado {
      width: 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box;
   }

   .zeppelin_logo,
   .navegacion,
   .carrito_login,
   .ayuda,
   .inputbusca,
   .busca_simple,
   .busca_avanzada,
   .miga_pan {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
   }
}


/* --- RESPONSIVE HAMBURGER MENU --- */
.hamburger-menu {
   display: none;
   width: 30px;
   height: 30px;
   position: absolute;
   right: 15px;
   top: 40px;
   cursor: pointer;
   z-index: 1001;
}

.hamburger-menu span {
   display: block;
   width: 100%;
   height: 3px;
   background-color: #06a1cc;
   margin-bottom: 5px;
   border-radius: 3px;
}

/* --- MEDIA QUERIES --- */
@media (max-width: 1024px) {

   .header_aux1_cont,
   .header_aux2_cont,
   .header_aux3_cont,
   .header_aux4_cont,
   .content_index,
   .footer_cont,
   .preciolinks,
   .bloque_ficha {
      max-width: 95%;
   }

   .disco_zeppelin {
      display: none;
   }

   .paneles {
      padding-left: 15px;
      padding-right: 15px;
   }

   .panel_index {
      width: 48%;
      margin-right: 2%;
   }

   .panel_index:last-child {
      margin-right: 0;
   }

   .discos_index {
      max-width: 100%;
   }
}

@media (max-width: 768px) {
   .hamburger-menu {
      display: block;
   }

   .header_aux1,
   .header_aux2,
   .header_aux3,
   .header_aux4 {
      height: auto !important;
      width: 100% !important;
   }

   .header_aux3 {
      display: none !important;
      /* Hide promos banner on mobile as it's not responsive */
   }

   .zeppelin_logo {
      border-right: none;
      width: 100% !important;
      height: auto !important;
      min-height: 80px;
      float: none !important;
      text-align: center;
   }

   .zeppelin_logo img {
      margin-top: 10px;
      margin-left: 0;
      max-width: 200px;
   }

   .navegacion {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: auto;
      background-color: #ffffff;
      z-index: 1000000;
      /* Super high z-index */
      border-bottom: 2px solid #06a1cc;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      padding: 0;
      float: none !important;
   }

   .navegacion.active {
      display: block !important;
   }

   .nav_top_off,
   .nav_top_on {
      float: none !important;
      width: 100% !important;
      height: 60px !important;
      line-height: 60px !important;
      margin-left: 0 !important;
      padding-left: 20px !important;
      border-bottom: 1px solid #eee;
      box-sizing: border-box !important;
      text-align: left !important;
      font-size: 16px !important;
      display: block !important;
   }

   .carrito_login {
      width: 100% !important;
      border-right: none !important;
      border-bottom: 1px solid #e6e6e6;
      height: auto !important;
      float: none !important;
   }

   .ayuda,
   .international {
      margin-top: 10px;
      margin-bottom: 10px;
      float: none !important;
      display: inline-block !important;
   }

   .ayuda {
      width: 100% !important;
      text-align: center !important;
      margin-left: 0 !important;
   }

   .international {
      position: relative;
      margin-left: 0;
      display: block !important;
      text-align: center !important;
   }

   .miga_pan {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      float: none !important;
      text-align: left !important;
      margin: 10px 0 !important;
      padding: 0 15px !important;
      box-sizing: border-box !important;
      white-space: normal !important;
      color: #666;
   }

   .panel_index {
      width: 100% !important;
      margin-right: 0 !important;
      float: none !important;
   }

   .discos_index {
      justify-content: center !important;
      padding-left: 0 !important;
   }

   .footer {
      height: auto !important;
      padding-bottom: 20px !important;
   }

   .footer_cont img[usemap="#footer"] {
      display: none !important;
      /* Hide non-responsive footer image map */
   }

   .footer_cont {
      height: auto !important;
      text-align: center !important;
   }

   .suscribirse {
      position: relative;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: 20px !important;
      width: 90% !important;
      float: none !important;
   }

   .bloque_ficha_01,
   .bloque_ficha_02 {
      width: 100% !important;
      float: none !important;
   }

   #imgport-1-40515,
   .monograficos {
      display: none !important;
      /* Hide non-responsive banners on mobile */
   }

   .paneles {
      padding-left: 10px !important;
      padding-top: 10px !important;
   }
}

@media (max-width: 480px) {
   .zeppelin_logo {
      width: 100% !important;
   }

   .hamburger-menu {
      top: 30px !important;
   }

   .discos_item {
      width: 90% !important;
      max-width: 250px !important;
      height: auto !important;
      margin-right: auto !important;
      margin-left: auto !important;
      float: none !important;
   }

   .portada,
   .portada img {
      width: 100% !important;
      height: auto !important;
   }

   .precio p {
      font-size: 18px !important;
   }

   .artista p,
   .titulo p {
      font-size: 12px !important;
   }
}