/* Font Awesome */
@font-face{font-family:'font-awesome-webfont';src:url(../fonts/font-awesome-webfont.eot?6740052);src:url('../fonts/font-awesome-webfont.eot?6740052#iefix') format('embedded-opentype'),url(../fonts/font-awesome-webfont.woff2?6740052) format('woff2'),url(../fonts/font-awesome-webfont.woff?6740052) format('woff'),url(../fonts/font-awesome-webfont.ttf?6740052) format('truetype'),url('../fonts/font-awesome-webfont.svg?6740052#font-awesome') format('svg');font-weight:400;font-style:normal}.fa{font-family:"font-awesome-webfont";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-cancel:before{content:'\e802'}.fa-calendar:before{content:'\e803'}.fa-user:before{content:'\e804'}.fa-award:before{content:'\e805'}.fa-pencil:before{content:'\e806'}.fa-location:before{content:'\e807'}.fa-right-big:before{content:'\e808'}.fa-left-big:before{content:'\e80a'}.fa-basket:before{content:'\e80b'}.fa-heart:before{content:'\e80c'}.fa-search:before{content:'\e80d'}.fa-left-open:before{content:'\e80e'}.fa-right-open:before{content:'\e80f'}.fa-up-dir:before{content:'\e810'}.fa-down-dir:before{content:'\e811'}.fa-twitter:before{content:'\f099'}.fa-facebook:before{content:'\f09a'}.fa-filter:before{content:'\f0b0'}.fa-menu:before{content:'\f0c9'}.fa-mail-alt:before{content:'\f0e0'}.fa-thumbs-up-alt:before{content:'\f164'}.fa-bank:before{content:'\f19c'}.fa-instagram:before { content: '\f16d'; }.fa-pinterest:before { content: '\f231'; }.fa-globe:before { content: '\e800'; }.fa-share:before { content: '\f1e0'; }

/* normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  image-orientation: none;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


a, a:link, a:visited, a:hover, a:active{text-decoration:none}


ul, menu, dir {
    display: block;
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    padding:0;}

/* RESET
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/****STYLES ARTELISTA****/
/**Geneales***/
body {
	width: 100%;
	height: 100%;
	font: normal 12px/18px Arial,Helvetica,sans-serif
}

body:after {
	content: "desktop";
	display: none;
}

#dsk a, #dsk .menu-element-nolink{color:#c00058}
.menu-element-nolink {cursor:default;}
#dsk *:before, #dsk *:after{clear: both; overflow: hidden}
#dsk .m-top-10{margin-top:10px}
#dsk .m-top-80n{margin-top:-80px}

section #dsk.apartados{margin:10px}
#dsk .tachado{text-decoration:line-through}
#dsk .btn-pink{background-color:#c00058;
color:#fff;
text-align:center;
display:table;
padding:6px 7px;
font-size:14px;
cursor:pointer}

/***Header***/
header#dsk {
	padding-top: 14px;
	font-size:16px;
}

/** Start: Reset anti-bootstrap **/
header#dsk *, header#dsk *::after, header#dsk *::before {box-sizing: content-box;}
header#dsk * {line-height:normal;}
/** End: Reset anti-bootstrap **/

#header-first .logo {
  margin-top: -4px;
  margin-left: 10px;
  margin-bottom: 16px
}

#header-first .logo a {
	display: inline-block;
	position: relative;
}

#header-first .logo .note {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-size: 11px;
  font-weight: bold;
  color: #C00058;
}

#dsk .buscador-header{float:left;
width:24%;
margin-left:1%;
margin-top:12px
}

#dsk .searchform div {
width: 100%;
margin-top: -10px;
}

#dsk .searchboxwrapper {
position: relative;
}

#dsk .searchbox {
box-sizing: border-box !important;
border: 1px solid #dadada;
outline: none;
color: #777;
width: 100%;
height: 40px;
background: #FFF;
padding-left: 10px;
border-radius: 4px;
}

#dsk .searchsubmit {
width: auto;
padding: 0 15px;
margin: 0;
border: 1px solid #dadada;
font-size: 21px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
background: transparent;
border: none;
color: #c00058;
cursor: pointer;
}
#dsk ul.private-menu{list-style-type:none;
font-size:0.9em;
margin-bottom:0;
height:30px}
#dsk ul.private-menu:first-child:after{color:transparent}
#dsk ul.private-menu li:after{content:"|";
font-size:22px;
color:#ccc;
font-weight:100}
#dsk ul.private-menu li{
float:left;
padding:4px;
margin-top:6px}
#dsk ul.private-menu li a:hover{text-decoration:underline}
#dsk ul.private-menu li .cart {
  top: -23px!important;
  position: relative;
}
#dsk ul.private-menu li .cart .num-cart:hover{text-decoration:none}
#dsk ul.private-menu li .cart a:hover, #dsk ul.private-menu li a.cart:hover .num-cart{text-decoration:none!important}
#dsk ul.private-menu li:first-child:after{border:none;content:" "}
#dsk ul.private-menu li:last-child:after{color:transparent}
#dsk ul.private-menu li.fav{display:table}
#dsk ul.private-menu li.fav div{display:inline-table}
#dsk ul.private-menu li.fav a{display:inline-table;
margin-left:3px;
margin-right:6px;
margin-top:-2px}

#dsk .header-second{background:#e9e6e6;
width:100%;
height:55px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
font-size:16px}

#dsk .header-second ul.menu-general li {
position: relative;
float: left;
list-style-type:none;
text-decoration:none !important;
display:inline-block;
line-height: normal;
}
#dsk .header-second ul.menu-general li a, #dsk .header-second ul.menu-general li .menu-element-nolink {display:inline-block;padding:19px 10px 18px 10px;position:relative;z-index:1;cursor:pointer;}
#dsk .header-second ul.menu-general li > i{
position: absolute;
color:transparent;
display:block;
text-align:center;
bottom:-8px;
left:0;
right:0;
font-size:24px;
}
#dsk .header-second ul.menu-general li:hover > i, #dsk .header-second ul.menu-general li.active > i {color:#c00058}
#dsk ul.menu-general li .submenu {display:none}
#dsk ul.menu-general li:hover .submenu, #dsk ul.menu-general li.active .submenu {display:block}
#dsk .header-second .submenu {position: absolute; width: 10000px; top: 55px; left: -4990px; padding-left: 4990px; background-color: rgba(60, 1, 28, 0.8); z-index: 120}
#dsk .header-second .submenu .col_1{width:150px; float:left}
#dsk .header-second .submenu li a {color:#fff}
#dsk ul.menu-general .submenu ul li {display:block;float:none !important;margin:0;padding:0;}
#dsk ul.menu-general .submenu ul li a {display:block;padding:.4em .8em}
#dsk .header-second .submenu ul li:hover a, #dsk .header-second .submenu ul li.active a {background-color:#a3034c}

/** LISTADOS **/
#container, #container2 {
	padding: 0 10px;
}

.casa #container, .casa #container2, #autor #container, #autor #container2 {
	padding: 0;
}

#container .item, #container2 .item {
	width: 205px;
	float: left;
}

#container .item.m5, #container2 .item.m5 {
	margin: 5px;
}

#container .item.m10, #container2 .item.m10 {
	margin: 10px 17px;
}

#autor #container .item.ml20, #autor #container2 .item.ml20 {
	margin-left: 7px;
	margin-right: 7px;
}

#container .item .singleProductPurchaseButton, #container2 .item .singleProductPurchaseButton {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.elemento-catalogo-precios {
	font-weight: bold;
	color: black;
}

.elemento-catalogo-repro {
	padding: 3px 0px;
	font-size: 11px;
}

.elemento-catalogo-envio-gratis {
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.elemento-catalogo-sizes {
	float: right;
	font-size: 12px;
	color: black;
}

/****Genericos***/
#dsk .clear{clear:both}
#dsk .fl-left{float:left}
#dsk .fl-right{float:right}

#dsk .bg-pink-icon, #dsk .bg-pink-icon-s{ 
border-radius: 50%;
background:#c00058;
height:35px;
width:35px;
color:#fff;
font-size:22px;
padding: 4px;
box-sizing: border-box;
display:table}
#dsk .bg-pink-icon-s{height:24px;
width:24px;
font-size:14px}
#dsk .num-cart{ 
  border-radius: 50%;
  background: #e0e0e0;
  height: 20px;
  width: 21px;
  color: #c00058;
  font-size: 13px;
  box-sizing: border-box;
  display: block;
  border: solid 2px #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  position:relative;
  top:10px;
  left:19px;
  z-index:1}
#dsk .bg-pink-icon > i, #dsk .bg-pink-icon-s > i{display:table-cell;
  vertical-align: middle;
  text-align: center}
 #dsk .fa-star.on {
  color: #fff367!important;
}
#dsk .fa-star.off {
  color: #cccccc;
}
#dsk  #slides .info p.font-24{font-size:24px}
#dsk  #slides .info p{font-size:16px}
#dsk  #slides .info .stars{font-size:16px}
/**efecto hover**/
#dsk .bg-pink-icon {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
} 
#dsk .bg-pink-icon:hover, #dsk .bg-pink-icon:focus, #dsk .bg-pink-icon:active {
  background-color: #cdcccd;
  color: #c00058;
  border:solid 1px #b1537e;
}
 
#dsk .rebaja{font-size:13px;
color:#c00058;
font-weight:500}
#dsk .precio-rebaja{font-size:18px!important}
.item_header .pos-abs{position:absolute; top:7px; right:7px; display:none}
.heart-selected{border-radius: 50%; background: #c00058; color:#fff; padding:0.5em; height: 16px; width: 16px; font-size:16px; text-align: center}
.heart-selected:hover{background: #c2c2c2; color:#fff}
.sold{background-color: rgba(255, 85, 85, 0.6);
background: rgba(255, 85, 85, 0.6);
color: rgba(255, 85, 85, 0.6);
height:94px;
width:94px;
position:absolute;
bottom:5px;
right:5px;;
border-radius: 50%;
color:#fff;
display:table}
.sold p{vertical-align:middle;
text-align:center;
display:table-cell;
font-weight:400}
.autor-price{max-width:200px}

#dsk .reproduccion, #dsk .price-repro{font-size:13px!important;
font-weight:bold!important;
margin-top:5px}

#header-fixed-bar {
	position: relative;
	width: 100%;
	background: #C00058;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

#header-fixed-bar.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}

#header-fixed-bar-desktop {
	height: 71px;
}

	#header-fixed-bar > a, #header-fixed-bar > p {
		display: block;
		height: 51px;
		padding: 10px 0;
		color: #FFF;
	}

	#header-fixed-bar img {
		padding: 0 10px;
		vertical-align: middle;
	}

	#header-fixed-bar span {
		position: absolute;
		bottom: 5px;
		padding-right: 5px;
		margin-left: 20px;
		font-size: 12px;
		font-weight: normal;
	}

/***Slider***/
#overflow {
width: 100%;
overflow: hidden;
}
#slides .inner {
width: 500%;
line-height: 0;
}
#slides article {
width: 20%;
float: left;
}

/* Info Box */
#slides {
margin: 0;
border-radius: 3px;
box-shadow: 10px 10px 10px -6px #c5c5c5;
padding: 1%;
}

/* Animation */
#slides .inner {
-webkit-transform: translateZ(0);
-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

/* GENERALES
----------------------------------------------- */
html {
      overflow-y: scroll;
      overflow-x: hidden;
}

/** Añadido peso "html" para evitar cambios de bootstrap en fuente **/
html body {	
	background: #FFF;
	font: normal 12px/18px Arial,Helvetica,sans-serif;
	text-align: left;
	color: #444;
}

body.loading::before, body[class*="loading-"]::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .7) url("/img/icons/loading/loading_filtros.gif") no-repeat fixed center center;
	z-index: 9999999;
}

.artelista-selection {
	color: #FFF;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.fnone {
	float: none !important;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

.cboth, .borrar {
	clear: both;
}

.nopadright {
	padding-right: 0 !important;
}

.nomarright {
	margin-right: 0 !important;
}

.nomarleft {
	margin-left: 0 !important;
}

.bshadow {
	box-shadow: 0 1px 3px #888888;
}

.absoluto {
	position: absolute;
}

.relativo {
	position: relative;
}

.margen-50 {
	margin: 50px 0;
}

.margen-25 {
	margin: 25px 0;
}

.relleno-50 {
	padding: 50px 0;
}

.relleno-relacionados {
	padding: 25px 0;
}

.sube1 {
	margin-top: -1px;
}

.bordes {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.bordes-puntos {
	border: 1px dashed #EBEBEB;
}

.bordeizq {
	border-left: 1px solid #EBEBEB;
}

.negrita {
    font-weight: bold;
}

li.loading-gif {
    background: transparent url(img/ajax-loader_white.gif) center center no-repeat;
    float: left;
    width: 24px;
    height: 39px;
    padding-left: 25px;
}

button {
	border: none;
}

/* TEXTOS
----------------------------------------------- */

.texto17 {
	font-size: 17px;
}

h1 {font-size: 36px; font-weight: normal; line-height: 36px;}
h2 {font-size: 24px; font-weight: normal; line-height: 24px;}
h3 {font-size: 18px; font-weight: normal; line-height: 18px;}
h4 {font-size: 14px; font-weight: normal; line-height: 14px;}
h5 {font-size: 12px; font-weight: normal; line-height: 12px;}
h6 {font-size: 11px; font-weight: normal;}

ul, li {
	margin: 0;
	padding: 0;
}

a, .link {
	text-decoration: none;
	color: #1F75CC;
}

a:hover, .link:hover {
	text-decoration: underline;
}

.link {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

label.link {
	color: #1F75CC !important;
}

.texto-seleccionado {
	font-weight: bold;
	color: #C00058 !important;
}

.li-seleccionado {
	color: #000 !important;
        font-weight: bold;
}


.boton-seleccionado {
    background: url(/img/glass.png) repeat-x scroll 0 50% #CCC !important;
    color: #444 !important;
    font-weight: bold;
}


/* CAJAS
----------------------------------------------- */

#autor .caja-motivos {
    width: 263px;
}

.caja-motivos {
    border-radius: 10px;
    background: #E9F4FF;
    padding: 18px;
    float: left;
    color: #000;
}

.caja-motivos ul li {
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 8px;
}

.caja-motivos ul li.uno {
    background: url(img/icons/motivos_1.png) top left no-repeat;
}

.caja-motivos ul li.dos {
    background: url(img/icons/motivos_2.png) top left no-repeat;
}

.caja-motivos ul li.tres {
    background: url(img/icons/motivos_3.png) top left no-repeat;
}

.caja-motivos ul li.cuatro {
    background: url(img/icons/motivos_4.png) top left no-repeat;
}

.caja-motivos ul li.cinco {
    background: url(img/icons/motivos_5.png) top left no-repeat;
}

.caja-motivos h4 {
    color: #C00058;
    line-height: 23px;
    margin-bottom: 10px;
}

.caja-01 {
	float: left;
	width: 100%;
}

.description {
	float: left;
	width: 321px;
}

.w400 {
	width: 400px;
}

.wp20 {
	width: 20%;
}

.wp80 {
	width: 80%;
}

.wp33 {
	width: 33.3%;
}

.wp50 {
	width: 50%;
}

.subcaja-01 {
	padding: 18px;
}

.subcaja-02 {
	padding-left: 12px;
	border-left: 1px solid #C00058;
}

.subcaja-03 {
	padding: 15px;
}

/* LISTADOS 
----------------------------------------------- */

.listado-img li, .listado-02 li, .listado-03 li {
	float: left;
}

.listado-img {
	width: 100%;
	clear: left;
}

.primario .caja-01 .wp33 li, .primario .caja-01 .wp33 h4 {
	width: 100%;
	line-height: 21px;
	clear: left;
}

.primario .caja-01 .wp33 h4 {
	margin-bottom: 5px;
}

.primario .caja-01 h3 {
	padding-bottom: 8px;
        margin-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
}

.wp20 h4 {
	margin-bottom: 5px;
}

#home-related .wp20 h4 {
	font-weight: bold;
}

.caja-01 .wp20 li, .caja-01 .caja-01 .wp20 h4 {
	width: 100%;
	line-height: 21px;
	clear: left;
}

.caja-01 .wp20 li a {
	width: 100%;
	color: #666;
	float: left;
}

.caja-01 .wp20 li a:hover{
	color: #444;
	text-decoration: none;
}

/* ICONOS 
----------------------------------------------- */

.icon-30 {
	width: 30px;
	height: 30px;
}

.icon-16 {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.favorite {
	background: transparent url(/img/icons/favorite.png) no-repeat scroll right bottom;
}

.favorite:hover {
	background: transparent url(/img/icons/favorite-hover.png) no-repeat scroll right bottom;
}

.favorite_activo {
	background: transparent url(/img/icons/favorite-hover.png) no-repeat scroll right bottom !important;
}

a.obra_favorite_activo {
	background: transparent url(/img/icons/favorite-hover.png) no-repeat scroll left center !important;
        color: #C00058 !important;
        font-weight: bold;
}

.leftarrow {
	background: transparent url(/img/icons/left.png) no-repeat scroll right bottom;
}

.leftarrow:hover {
	background: transparent url(/img/icons/left-hover.png) no-repeat scroll right bottom;
}

.rightarrow {
	background: transparent url(/img/icons/right.png) no-repeat scroll right bottom;
}

.rightarrow:hover {
	background: transparent url(/img/icons/right-hover.png) no-repeat scroll right bottom;
}

.favorite2 {
	background: #FFF url(/img/icons/favorite2.png) no-repeat scroll right bottom;
	position: absolute;
	right: 29px;
	top: -15px;
}

.favorite2:hover {
	background: #FFF url(/img/icons/favorite2-hover.png) no-repeat scroll right bottom;
}

/* VARIOS
----------------------------------------------- */

#contenido {
	background-image: linear-gradient(bottom, rgb(250,250,250) 2%, rgb(255,255,255) 51%);
	background-image: -o-linear-gradient(bottom, rgb(250,250,250) 2%, rgb(255,255,255) 51%);
	background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 2%, rgb(255,255,255) 51%);
	background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 2%, rgb(255,255,255) 51%);
	background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 2%, rgb(255,255,255) 51%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, rgb(250,250,250)), color-stop(0.51, rgb(255,255,255)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FAFAFA');
}

#contenido h3 {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 8px;
}

.clearfix {
	width: 1px;
	height: 1px;
	display: block;
	clear: both
}

.centrar {
	width: 980px;
	margin: 0 auto;
}

/* Clear fix */
.centrar::after, .clearfix-self::after {
	content: "";
	display: block;
	clear: both;
}

.centrar-relleno {
	padding: 18px 0;
}

/* CONTENIDO PRINCIPAL 
----------------------------------------------- */
.primario {
	width: 660px;
	float: left;
}

.secundario {
	background: transparent;
	width: 319px;
	border-left: 1px solid #EBEBEB;
	float: right;
}

.secundario-interior {
	background: transparent;
	width: 299px;
	margin-left: 20px;
	padding-bottom: 18px;
	float: left;
}

.primario-derecha {
	width: 740px;
	float: right;
}

.secundario-izquierda {
	background: transparent;
	width: 239px;
	border-right: 1px solid #EBEBEB;
	float: left;
}

.secundario-interior-izquierda {
	background: transparent;
	width: 227px;
	padding-bottom: 18px;
	float: left;
}

.primario-nav {
	padding: 0;
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.primario-nav li a {
	background: transparent;
	padding: 15px;
	color: #444;
	height: 18px;
}

.primario-nav li a:active {
	text-decoration: none;
}

/* COMENTARIOS FACEBOOK 
----------------------------------------------- */

.comentarios-fb {
        width: 660px !important;
        margin-top: -1px;
        z-index: 200;
        overflow: hidden;
}

/*
----------------------------------------------- */

/* SOCIAL
----------------------------------------------- */

.boton-social {
	height: 20px;
	margin: 3px 0;
	float: left;
}

/* MOTIVOS COMPRAR
----------------------------------------------- */

.buying-separator {
    height: 12px;
    border-top: 1px solid #EBEBEB;
    margin-bottom: 42px;
}

.buying-separator span.left {
    width: 143px;
    height: 12px;    
}

.buying-separator span.right {
    width: 143px;
    height: 12px;    
}

.buying1 {
    height: 450px;
    
}

.buying1 .caja-01 h1 {
    font-weight: bold;
    color: black;
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 44px;
    margin-top: 120px;
    width: 480px;
}
.buying1 .caja-01 h1 span {
    color: #C00058;
}


.buying1 .caja-01 ul {
    margin-top: 15px;
    float: left;
}


.buying1 .caja-01 ul li {
    background: url(img/icons/ok_hover.png) center left no-repeat;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-top: 2px;
    float: left;
    clear: left;
}

.buying1 .caja-01 ul li h4 {
    line-height: 23px;
    float: left;
    color: #000;
}

.buying2 {
    padding-bottom: 42px;
}

.buying2 img {
    float: left;
    border: 10px solid #F2F2F2;
    border-radius: 10px;
}

.buying2 .left, .buying2 .right {
    width: 50%;
}

.buying2 .caja-01 h1 {
    background: url(img/icons/ok_hover.png) center left no-repeat;
    font-weight: bold;
    color: #C00058;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-top: 2px;
    width: 510px;
}

.buying2 .anuncio {
    border-radius: 10px;
    background: url(img/hp.png) 285px 50px no-repeat #E9F4FF;
    padding: 18px;
    width: 368px;
    margin-top: 42px;
}

.buying2 .anuncio h4 {
    color: #C00058;
    margin-bottom: 5px;
}

.buying2 .anuncio p {
    float: left;
    color: #000;
    line-height: 21px;
}

.buying2 .anuncio .caja-01 {
    width: 260px;
}

.buying3 {
    padding-bottom: 42px;
}

.buying3 .left, .buying3 .right {
    width: 50%;
}

.buying3 .left h1.left {
    width: auto;
}

.buying3 img {
    float: left;
    border: 10px solid #F2F2F2;
    border-radius: 10px;
}

.buying3 h3 {
    background: url(img/icons/ok_hover.png) center left no-repeat;
    font-weight: bold;
    color: #C00058;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-top: 2px;
}

.buying4 {
    padding-bottom: 42px;
}

.buying4 .left, .buying4 .right {
    width: 50%;
}

.buying4 .left h1.left {
    width: auto;
}

.buying4 img {
    float: left;
    border: 10px solid #F2F2F2;
    border-radius: 10px;
}

.buying4 h1 {
    background: url(img/icons/ok_hover.png) center left no-repeat;
    font-weight: bold;
    color: #C00058;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-top: 2px;
}

.buying4 h4 {
    line-height: 23px;
    float: left;
    color: #000;
    border: 0 !important;
    padding: 0 !important;
}

.buying4 .anuncio {
    border-radius: 10px;
    background: #E9F4FF;
    padding: 18px;
    width: 368px;
    margin-top: 42px;
}

.buying4 .anuncio h4 {
    color: #C00058;
    margin-bottom: 5px;
}

.buying4 .anuncio p {
    float: left;
    color: #000;
    line-height: 21px;
}

.buying-list ul.left {
    margin-top: 25px;
}

.buying-list ul.left li {
    padding: 18px;
    padding-top: 0;
    padding-left: 35px;
    margin-top: 20px;
    background: url(img/icons/ok_hover.png) top left no-repeat;
}

.buying-list ul.left h4 {
    color: #C00058;
    margin-bottom: 5px;
    line-height: 24px;
}

.buying-list ul.left p {
    margin-bottom: 5px;
}

/* ALTA & ACCESO
----------------------------------------------- */

.alta-page {
    background: #FFF;
    padding: 0 0 63px 0;
}

.alta-centrar {
    margin: 0 auto;
}

.alta-top {
    text-align: center;
}

.alta-top h2 {
    color: black;
    font-size: 22px;
    font-weight: 700;
    line-height: 63px;
}

.alta-page form {
    width: 400px;
    padding: 18px;
    display: block;
    margin: 0 auto 9px auto;
    border-radius: 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    background: #FFF;
}

.buying4 .alta-page form {
	margin: 0;
}

.alta-page .caja-dato { 
    padding-bottom: 9px;
    min-height: 30px;
    width: 400px;
}

.alta-page .caja-dato label { 
    color: #626262;
    font-weight: 700;
    float: left;
    padding-right: 5px;
    line-height: 30px;
}

.alta-page .caja-dato input[type="text"], .alta-page .caja-dato input[type="email"], .alta-page .caja-dato input[type="number"], .alta-page .caja-dato input[type="tel"], .alta-page form input[type="password"], .alta-page form select {
    width: 231px;
    float: right;
    margin: 0;
}

.alta-page form select {
	width: 245px;
}

.alta-page input.button-fucsia {
    width: 151px;
    margin-top: 0;
}

.alta-page .pass-olvidado {
    text-align: right;
    font-size: 11px;
}

.alta-page .pass-olvidado input[type="checkbox"] {
    margin: 0;
    float: left;
    height: 18px;
}

.alta-page .pass-olvidado label {
    margin: 0 !important;
    float: left !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    padding-left: 5px !important;
}

.alta-page .pass-olvidado a.enlace-recordar {
    float: right;
}

.alta-page .registro-cuenta {
    width: 438px;
    margin: 0 auto;
    text-align: right;
}

.alta-page .usuario-guardar {
    padding: 15px;
    width: auto;
    margin-top: 9px;
    border: 1px solid #CCC;
    background: #FAFAFA;
    border-radius: 5px;
    display: block;
    min-height: 30px;
}

.alta-page .usuario-guardar input {
    width: 151px;
    margin-top: 0;
    color: #000;
}

.alta-page .menu-usuario-copy {
    font-size: 11px;
    line-height: 14px;
    color: #A7A7A7;
    padding-bottom: 9px;
    width: 400px;
    display: block;
}

.alta-page .menu-usuario-copy p {
    padding-left: 156px;
}

/* ALTA & ACCESO
----------------------------------------------- */

.define-page {
    background: #FFF;
    padding: 0 0 63px 0;
}

.define-top {
    background: transparent;
    padding-top: 90px;
    padding-bottom: 18px;
    display: block;
    width: 438px;
}

.define-top h2 {
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.define-page form.form-usuario {
    width: 400px;
    height: 424px;
    padding: 18px;
    margin-right: 104px;
    float: left;
    margin-bottom: 9px;
    border-radius: 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    background: #FFF;
    font-size: 14px;
}

.define-page form.form-usuario .texto-define-usuario {
    padding: 42px 63px 233px 63px;
}

.define-page form.form-usuario .texto-define-usuario h4 {
    color: #C00058 !important;
    padding-bottom: 9px !important;
}

.define-page form.form-artista {
    width: 400px;
    height: 424px;
    padding: 18px;
    float: left;
    margin-bottom: 9px;
    border-radius: 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    background: #FFF;
    font-size: 14px;
}

.define-page form.form-artista .texto-define-artista {
    padding: 42px 63px 0 63px;
}

.define-page form.form-artista .texto-define-artista h4 {
    color: #C00058 !important;
    padding-bottom: 9px !important;
}

.define-page form.form-artista .define-dominio-superior {
    padding: 15px 0;
    margin: 27px 0 36px 0;
    border-bottom: 1px dashed #CCC;
    border-top: 1px dashed #CCC;
}

.define-page form.form-artista div.define-dominio {
    padding: 15px 63px 9px 63px;
    width: 274px;
    margin-top: 9px;
    background: #FFF;
    border-radius: 5px;
    display: block;
    min-height: 30px;
}

.define-page form.form-artista div.define-dominio input[type="text"], .define-page form.form-artista div.define-dominio input[type="email"], .define-page form.form-artista div.define-dominio input[type="tel"] {
    float: left;
    width: 130px;
}

.define-page form.form-artista span.http {
    float: left;
    line-height: 30px;
    font-size: 12px;
    padding-right: 9px;
}

.define-page form.form-artista span.define-dominio {
    float: left;
    line-height: 30px;
    font-size: 12px;
    padding-left: 9px;
}

.define-page .caja-dato { 
    padding-bottom: 9px;
    min-height: 30px;
    width: 400px;
}

.define-page .caja-dato label { 
    color: #626262;
    font-weight: 700;
    float: left;
    padding-right: 5px;
    line-height: 30px;
}

.define-page .caja-dato input[type="text"], .define-page .caja-dato input[type="email"], .define-page .caja-dato input[type="tel"], .define-page form input[type="password"] {
    width: 231px;
    float: left;
    margin: 0;
}

.define-page input.button-fucsia {
    margin-top: 0;
    width: 151px;
}

.define-page .usuario-guardar {
    padding: 15px;
    width: auto;
    margin-top: 9px;
    border: 1px solid #CCC;
    background: #FAFAFA;
    border-radius: 5px;
    display: block;
    min-height: 30px;
}

.define-page .menu-usuario-copy {
    font-size: 11px;
    line-height: 14px;
    color: #A7A7A7;
    padding-bottom: 9px;
    width: 400px;
    display: block;
}

.define-page .menu-usuario-copy p {
    width: 230px;
    padding-left: 102px;
}

/* GUÍA PARA COMPRAR
----------------------------------------------- */

.para-comprar {
    padding-bottom: 36px;
}

.para-comprar-top {
    padding: 18px 0;
    background: #FFF;
    border-bottom: 1px solid #E5E5E5;
}

.para-comprar-top h1 {
    color: black;
    font-size: 22px;
    font-weight: 700;
}

ul.para-comprar-motivos {
    float: left;
}

ul.para-comprar-motivos li {
    display: block;
    margin-bottom: 9px;
}

ul.para-comprar-motivos li a {
    display: block;
    padding: 18px 81px 18px 20px;
    background: #F1F1F1;
    border-radius: 10px;
    width: 360px;
}

ul.para-comprar-motivos li a:hover {
    text-decoration: none;
    background-color: #DDD !important;
}

ul.para-comprar-motivos li a:active {
    text-decoration: none;
    color: inherit !important;
    background-color: #CCC !important;
}

ul.para-comprar-motivos li a strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #000;
}

ul.para-comprar-motivos li a.para-comprar-por {
    background: #F1F1F1 url(img/icons/faqs/por.png) 375px center no-repeat; 
}

ul.para-comprar-motivos li a.para-comprar-antes {
    background: #F1F1F1 url(img/icons/faqs/antes.png) 375px center no-repeat;     
}

ul.para-comprar-motivos li a.para-comprar-durante {
    background: #F1F1F1 url(img/icons/faqs/durante.png) 375px center no-repeat;     
}

ul.para-comprar-motivos li a.para-comprar-despues {
    background: #F1F1F1 url(img/icons/faqs/despues.png) 375px center no-repeat;     
}

.para-comprar-content {
    display: block;
}

.para-comprar-content .pregunta {
    display: block;
    font-weight: 700;
    color: #939FAA;
    font-size: 16px;
    padding-bottom: 3px;
}

.para-comprar-content .pregunta p {
    color: #000;  
}

.para-comprar-content .pregunta p a.texto-pregunta {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.para-comprar-content .pregunta p a.texto-pregunta:hover {
    text-decoration: none;
}

.para-comprar-content .respuesta {
    display: block;
    padding-bottom: 18px;
}

.para-comprar-content h2 a {
    color: #1F75CC;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.para-comprar-content h2 a:hover {
    text-decoration: none;
}

ul.para-comprar-frecuentes {
    padding: 0 0 27px 45px;
    float: left;
    width: 474px;
}

ul.para-comprar-frecuentes li {
    display: block;
    margin-bottom: 3px;
}

ul.para-comprar-frecuentes li a {
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #ebebeb;
}

.para-comprar-content .faq-trucos {
    display: block;
    font-weight: 700;
    color: #939FAA;
    font-size: 16px;
    padding-bottom: 3px;
}

/* GUÍA PARA VENDER
----------------------------------------------- */

.para-vender {
    padding-bottom: 36px;
}

.para-vender-top {
    padding: 18px 0;
    background: #FFF;
    border-bottom: 1px solid #E5E5E5;
}

.para-vender-top h1 {
    color: black;
    font-size: 22px;
    font-weight: 700;
}

ul.para-vender-motivos {
    float: left;
}

ul.para-vender-motivos li {
    display: block;
    margin-bottom: 9px;
}

ul.para-vender-motivos li a {
    display: block;
    padding: 18px 81px 18px 20px;
    background: #F1F1F1;
    border-radius: 10px;
    width: 360px;
}

ul.para-vender-motivos li a:hover {
    text-decoration: none;
    background-color: #DDD !important;
}

ul.para-vender-motivos li a:active {
    text-decoration: none;
    color: inherit !important;
    background-color: #CCC !important;
}

ul.para-vender-motivos li a strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    color: #000;
}

ul.para-vender-motivos li a.para-vender-por {
    background: #F1F1F1 url(img/icons/faqs/por.png) 375px center no-repeat; 
}

ul.para-vender-motivos li a.para-vender-antes {
    background: #F1F1F1 url(img/icons/faqs/antes.png) 375px center no-repeat;     
}

ul.para-vender-motivos li a.para-vender-durante {
    background: #F1F1F1 url(img/icons/faqs/durante.png) 375px center no-repeat;     
}

ul.para-vender-motivos li a.para-vender-despues {
    background: #F1F1F1 url(img/icons/faqs/despues.png) 375px center no-repeat;     
}

.para-vender-content {
    display: block;
}

.para-vender-content .pregunta {
    display: block;
    font-weight: 700;
    color: #939FAA;
    font-size: 16px;
    padding-bottom: 3px;
}

.para-vender-content .pregunta p {
    color: #000;  
}

.para-vender-content .pregunta p a.texto-pregunta {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.para-vender-content .pregunta p a.texto-pregunta:hover {
    text-decoration: none;
}

.para-vender-content .respuesta {
    display: block;
    padding-bottom: 18px;
}

.para-vender-content h2 a {
    color: #1F75CC;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.para-vender-content h2 a:hover {
    text-decoration: none;
}

ul.para-vender-frecuentes {
    padding: 0 0 27px 45px;
    float: left;
    width: 474px;
}

ul.para-vender-frecuentes li {
    display: block;
    margin-bottom: 3px;
}

ul.para-vender-frecuentes li a {
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid #ebebeb;
}

.para-vender-content .faq-trucos {
    display: block;
    font-weight: 700;
    color: #939FAA;
    font-size: 16px;
    padding-bottom: 3px;
}






.bosque {
	background: #99ccff url(/img/bg/bosque.png) bottom center repeat-x;
	width: 100%;
	height: 800px;
}

.error-page-interior h1 {
	font: 700 45px/45px Arial, Helvetica, sans-serif;
	color: #FCFF00;
        padding-top: 36px;
        padding-bottom: 9px;
	text-align: left;
}

.error-page-interior h3 {
    	font: 400 14px/18px Arial, Helvetica, sans-serif;
        padding-left: 3px;
	text-align: left;
        color: #FFF;
}

/* CHECKOUT
----------------------------------------------- */
#checkout-page .centrar {
    padding: 50px 0;
}

#checkout-page h3 {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#checkout-page .primario {
	padding-top: 17px;
	width: 455px;
	border-right: 1px dashed #DDD;
	padding-right: 20px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	float: left;
	vertical-align: top;
}

.checkout2 .boton {
        background: url(/img/glass.png) repeat-x scroll 0 50% #C00058;
        border: 0;
        float: left;
        width: 140px;
        text-align: center;
        line-height: 19px;
        padding: 6px 7px 9px 7px;
        color: white;
        border-radius: 4px;
        font-size: 13px;
        clear: left;
}

.checkout2 .boton:hover {
    cursor: default;
    cursor: pointer;
    text-decoration: none;
}

.checkout2 .boton:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

#checkout-page .primario h3 {
	font-size: 13px;
	font-weight: bold;
        height: 18px;
}

#checkout-page .primario h3 a {
	font-weight: normal;
        float: left;
}

#checkout-page  form.secundario {
	width: 220px;
	padding-left: 20px;
	padding-right: 18px;
	margin-left: 0;
	border-left: 0;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#checkout-page .datos-pago {
    	width: 220px;
	padding-left: 20px;
	padding-right: 18px;
	margin-left: 0;
	border-left: 0;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
        float: right;
}

#checkout-page .secundario {
        margin-left: 0;
        border-left: 0;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
}

#checkout-page .primario-nav {
	float: left;
	width: 100%;
	border-left: 0;
	border-bottom: 1px solid #EBEBEB;
	height: 17px;
	padding: 18px 0 8px 0;
}

select.myPais {
	margin: 0;
        outline: 0;
	width: 220px;
	padding: 7px;
        float: left;
}

select.myPais2 {
	margin: 0;
        outline: 0;
	margin-bottom: 10px;
	width: 272px;
	padding: 7px;
        outline: 0;
}

select.myPais3 {
	margin: 0;
	margin-top: 11px;
	width: 160px;
	padding: 7px;
	border: 1px dashed #ABABAB;
        outline: 0;
}

#checkout-page .caja-motivos {
        width: 172px;
	margin-left: 18px;
        float: right;
        clear: right;
}

#checkout-page .mensaje2 {
     width:491px; 
     padding: 18px;
     background: #E9F4FF;
     color: #000;
    border-radius: 10px;
    margin-bottom: 20px;
}

#checkout-page .mensaje2 h4 {
     color: #C00058; 
     margin-bottom: 10px;
}

#checkout-page .mensaje2 a {
    background: url(/img/facebook2.png) left center no-repeat #3B5998;
    border: 0 none;
    border-radius: 4px;
    color: #FFF;
    float: left;
    line-height: 19px;
    padding: 8px 65px;
    margin-top: 15px;
    text-align: center;
    min-width: 20px;
}

#checkout-page .mensaje2 a:hover {
    text-decoration: none;
}

.error-registro {
    padding: 0 10px 25px 0;
    margin-top: 5px;
    float: left;
    clear: left;
    color: #ED493C;
    width: 250px;
    font-weight: bold;
}

.caja-registro1 {
    float: left;
    clear: left;
    width: 980px;
}

form.caja-registro1 {
    float: left;
    width: 435px;
    padding: 0 18px 18px 0;
}

form.caja-registro1 label {
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 37px;
    padding-left: 10px;
}

form.caja-registro1 label.recordar {
    padding-left: 5px;
    line-height: 33px;
}

.caja-campo input[type="checkbox"] {
    width: auto;
    padding: 0;
    height: 27px;
    margin-left: 0;
    float: left;
}

form.caja-registro1 .boton {
    background: url(/img/glass.png) repeat-x scroll 0 50% #C00058;
    border: 0 !important;
    float: left;
    width: 140px;
    height: 33px;
    text-align: center;
    line-height: 19px;
    padding: 6px 7px 9px 7px;
    color: white;
    border-radius: 4px;
    font-size: 13px;
}

form.caja-registro1 .boton:hover {
    cursor: default;
    cursor: pointer;
}

form.caja-registro1 .boton:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

form.caja-registro1 input {
    float: left;
    height: 35px;
    border: 1px solid #DDD !important;
    outline: 0;
    background: #FFF;
    width: 250px;
    font-size: 15px;
    color: #666;
    padding: 0 10px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

form.caja-registro1 dl dt {
    float: left;
}

form.caja-registro1 dl dd {
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    padding-left: 10px;
}

.caja-campo {
    height: 35px;
    clear: left;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.caja-campo label {
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 37px;
    padding-left: 10px;    
}

.promo-content {
	clear: both;
	overflow: hidden;
	width: 974px;
	margin: 0 auto 10px auto;

}
.promo-content p {
	float: left;
	padding: 18px 7px 16px 15px ;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
        background-color: black;
        color:#FFFFFF;
}
.flecha-left{
	float: left;
    width:0px;
    height:0px;
    border-bottom:26px solid transparent;  /* izquierda flecha */
    border-top:27px solid transparent; /* derecha flecha */
    border-left:26px solid black; /* #E00067 base flecha y color*/
    font-size:0px;
    line-height:0px;
}
.flecha-right {
	border-left:27px solid #fff;
	position: absolute;
	z-index: 1px;
	
}
.promo-txt-content {
	position: relative;
	overflow: hidden;
}
.promo-content .txt {
	width: 94%;
	text-align: left;
	padding: 10px 15px 10px 45px;
	font-weight: regular;
	background-color: yellow;
	color: #000;
} 
.promo-content .txt strong {
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
}
.promo-content .txt span {
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
	color: #c00058;
}

.registro-nav {
    height: 48px;
    float: left;
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
    background: #FFF;
}

.registro-nav a {
    line-height: 48px;
    padding: 16px 41px;
    color: #888;
}

.registro-nav a:hover {
    text-decoration: none;
    color: #C00058;
}

.checkout {
	background: transparent;
	height: 100%;
	padding: 0 0 0 18px;
	overflow: hidden;
	border: 1px solid #DDD;
	float: left;
}

.checkout a.remove-item {
    width: auto;
    height: auto;
    background: none;
    float: none;
}

.checkout a.remove-item:hover {
    width: auto;
    height: auto;
    background: none;
    float: none;
}


.checkout .boton-tarjeta {
        background: url(/img/glass.png) repeat-x scroll 0 50% #C00058;
        border: 0;
        float: left;
        width: 455px;
        text-align: center;
        line-height: 19px;
        padding: 6px 7px 9px 7px;
        color: white;
        border-radius: 4px;
        font-size: 13px;
        clear: left;    
}

.checkout .boton-tarjeta:hover {
    cursor: default;
    cursor: pointer;
}

.checkout .boton-tarjeta:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64B739', endColorstr='#eb2682');   
}

.campo-tarjeta1 input {
    float: left;
    height: 35px;
    border: 1px solid #DDD !important;
    outline: 0;
    background: #FFF;
    width: 250px;
    font-size: 15px;
    color: #666;
    padding: 0 10px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

.campo-tarjeta2 input {
    float: left;
    height: 35px;
    border: 1px solid #DDD !important;
    outline: 0;
    background: #FFF;
    width: 100px;
    font-size: 15px;
    color: #666;
    padding: 0 10px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

.campo-tarjeta1 label {
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 37px;
    padding-left: 10px;
}

.campo-tarjeta2 label {
    float: left;
    font-weight: bold;
    text-align: left;
    line-height: 37px;
    padding-left: 10px;
}

.ccv {
    background: #FFF url(/img/ccv.png) center center no-repeat;
    width: 700px;
    height: 300px;
}

.ccv_en {
    background: white url(/img/ccv_en.png) center center no-repeat;
    width: 700px;
    height: 300px;
}

.checkout-cover {
    background: #FFF url(/img/ajax-loader.gif) center center no-repeat;
    float: left;
}

.checkout2 {
    	background: transparent;
	height: 100%;
        width: 980px;
	overflow: hidden;
	float: left;
}

table.pedido2 {
    	width: 100%;
	clear: left;
	margin-bottom: 18px;
}

table.pedido2 td {
    padding: 0 4px 0 0px;
    vertical-align: top;
    font-size: 12px;
}

table.pedido2 td.nombre {
    font-weight: bold;
    text-align: left;
}

table.pedido2 td.dato {
    text-align: left;
}

.notas-pedido {
    color: #AAA;
    background: #FFF;
    border: 0;
    padding: 18px;
    margin: 0;
    margin-bottom: 18px;
    width: 184px;
    min-height: 40px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

a.buy-button {
	background: url(/img/glass.png) repeat-x scroll 0 50% #64B739;
	border: 0 none;
	border-radius: 4px;
	color: white;
	float: left;
	line-height: 19px;
	padding: 6px 7px 8px;
	text-align: center;
	min-width: 20px;
}

#checkout-page a.buy-button {
	width: 205px;
	margin-bottom: 18px;
}

a.buy-button:hover {
	text-decoration: none;
}

a.buy-button:active {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.pedido {
	background: transparent;
	padding: 18px 18px 10px 18px;
	margin-bottom: 18px;
	border: 1px dashed #DDD;
        float: left;
}

.mensaje {
    background: #FFE5E5;
    padding-bottom: 18px;
    border: none;
    color: #ED493C;
    font-weight: bold;
}

.pedido img {
	background: transparent url(/img/sombra-04.png) no-repeat scroll right bottom;
	padding-bottom: 9px;
	float: left;
	margin-right: 18px;
}

.pedido .left a.titulo-obra {
	color: black;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
}

.pedido .left a.titulo-obra:hover{
	text-decoration: none;
}

.tabla-pedido {
    width: 417px;
    clear: left;
}

.tabla-pedido tr.tabla-pedido-campo td {
    padding: 8px 4px 4px 4px;
    vertical-align: top;
    font-size: 12px;
}

.tabla-pedido tr.tabla-pedido-elemento td {
    padding: 4px;
    vertical-align: top;
    font-size: 12px;
    border-top: 1px solid #EBEBEB;
    font-weight: 700;
}

.tabla-pedido tr.tabla-pedido-elemento td.cantidad-repros p {
    float: left;
}

.tabla-pedido a.mas {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
    background: transparent url(/img/icons/mas.png) center center no-repeat;
    border: 0;
}

.tabla-pedido a.menos {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 15px;
    background: transparent url(/img/icons/menos.png) center center no-repeat;
    border: 0;
}

.tabla-pedido a.mas:hover {
    cursor: pointer;  
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
    background: transparent url(/img/icons/mas.png) center center no-repeat;
    border: 0;  
}

.tabla-pedido a.menos:hover {
    cursor: pointer;  
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 15px;
    background: transparent url(/img/icons/menos.png) center center no-repeat;
    border: 0;
}

/* VENTANAS MODALES
----------------------------------------------- */

.flecha {
	height: 22px;
	background: url(/img/top_arrow.png) no-repeat scroll 230px top transparent;
	position: relative;
        display: block;
	z-index: 300;
}

.ventana-modal {
	z-index: 1001;
}

.ventana-modal-confi {
	position: absolute;
	top: 28px;
	right: -20px;
	width: 295px;
	z-index: 1001;
}

.ventana-modal-confi2 {
	position: absolute;
	top: 28px;
	right: -19px;
	width: 295px;
}

#login-box-menu {
	position: relative;
}

#login-box-menu > .fa {
	display: none;
}

#login-box {
	display: none;
	position: absolute;
	top: 25px;
	right: 5px;
}

#login-box .flecha {
	background-position: 245px top;
}

#ventana-modal-interior {
	border: 1px solid #CCC;
	background: #FFF;
	width: 295px;
	margin-top: -1px;
	padding: 0;
        display: block;
	position: relative;
	z-index: 200;
    border-radius: 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
}

#ventana-modal-interior form {
	padding: 25px;
	width: 245px;
}

#ventana-modal-interior form label {
        color: #626262;
        line-height: 20px;
        text-shadow: none;
        font-weight: 700;
        display: block;
}

#ventana-modal-interior form input {
	width: 231px;
	height: 20px;
	margin: 0 0 10px;
}

#ventana-modal-interior form #login-box-remember {
	padding: 8px 2px 5px 2px;
	font-size: 13px;
	font-weight: normal;
}

#ventana-modal-interior form #login-box-remember input {
	width: auto;
	margin: 0 2px 0 0;
	vertical-align: top;
}

#ventana-modal-interior form #login-box-remember span {
	display: inline-block;
	padding-top: 3px;
}

#login-box-button {
	margin: 18px 0 15px 0;
}

#ventana-modal-interior form button {
        margin: 0; 
        float: right;
        clear: left;
}

.upload-verde {
        border: 2px dashed #97BE0D;
        border-top: 0;
}

.upload-amarillo {
        border: 2px dashed #FFC600;
        border-top: 0;
}

.upload-azul {
        border: 2px dashed #EEE;    
        border-top: 0;
}

.upload-relleno {
    background: #CCC;
    width: 54px;
    height: 91px;
    margin: 0 10px 0 5px;
    float: left;
}

.relleno-verde {
    background: #97BE0D url(/img/icons/menu/upload_ok.png) center top no-repeat;
}

.relleno-amarillo {
    background: #FFC600 url(/img/icons/menu/upload_ok.png) center top no-repeat;
}

.relleno-azul {
    background: #EEE url(/img/icons/menu/upload_ok.png) center top no-repeat;
}

#header .right ul.menu2 li a.modal-password {
	padding: 0;
        color: #1F75CC;
        line-height: 22px;
        text-shadow: none;
        font-weight: 400;
        float: left;
        font-size: 11px;
}

#header .right ul.menu2 li a.modal-password:hover {
        border: inherit !important;
        padding: 0 !important;
        color: #1F75CC !important;
}

#header .right ul.menu2 li a.modal-password:active {
        color: #C00058 !important;
}

.interior-fancy {
	box-sizing: border-box;
	width: 100%;
    max-width: 658px; 
    position: relative; 
    margin: 0 auto; 
    padding: 23px;
}

.interior-fancy h4 {
    color: #C00058;
    line-height: 23px;
}

.interior-fancy textarea {
    color: #666;
    border: 1px solid #DDD !important;
    background: white;
    outline: 0;
    padding: 10px;
    margin: 18px 0 0 0;
    max-width: 625px;
    width: 625px;
    height: 100px;
    min-height: 40px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;    
}

li.listado_autor {
    padding: 3px 0;
    min-height: 48px;
}


/* MODAL CONTACTO
----------------------------------------------- */
#view-form-contact h4 {
    color: #C00058;
    line-height: 23px;
}

#view-form-orders h4, #view-hacer-oferta h4 {
    color: #C00058;
    line-height: 23px; 
}

#view-form-orders .selector, #view-hacer-oferta .selector {
	float: left;
	clear: left;
	display: block;
}

#view-form-orders .validation, #view-hacer-oferta .validation{
    display:    none;
}

#view-form-contact h6, #view-form-orders h6, #view-hacer-oferta h6 {
	margin-top: 10px;
    line-height: 23px;
    float: left;
    clear: both;
}

#view-form-contact textarea, #view-form-orders textarea, #view-hacer-oferta textarea {
    color: #666;
    border: 1px solid #DDD !important;
    background: white;
    outline: 0;
    padding: 10px;
    margin: 18px 0 0 0;
    max-width: 625px;
    width: 100%;
    height: 130px;
    min-height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

#view-form-contact input[type="text"], #view-form-contact input[type="email"], #view-form-contact input[type="number"], #view-form-contact input[type="tel"] {
    float: left;
    border: 1px solid #DDD !important;
    outline: 0;
    height: 35px;
    background: #FFF;
    width: 250px;
    color: #666;
    border: 0;
    padding: 0 10px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

#view-form-contact label {
    line-height: 37px;
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

#view-form-contact .boton, #view-form-orders .boton, #view-hacer-oferta .boton {
    background: url(/img/glass.png) repeat-x scroll 0 50% #C00058;
    border: 0 none;
    border-radius: 4px;
    color: white;
    float: left;
    line-height: 19px;
    padding: 6px 7px 8px;
    text-align: center;
    min-width: 20px;
    cursor: default;
    cursor: pointer;
    width: 140px;
}

#view-form-contact .boton:active, #view-form-orders .boton:active, #view-hacer-oferta .boton:active {
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00058', endColorstr='#eb2682'); 
}

#view-form-orders input[type="text"], #view-form-orders input[type="email"], #view-form-orders input[type="number"], #view-form-orders input[type="tel"], #view-hacer-oferta input[type="text"], #view-hacer-oferta input[type="email"], #view-hacer-oferta input[type="tel"], #view-contraoferta input[type="number"] {
    float: left;
    border: 1px solid #DDD !important;
    outline: 0;
    height: 35px;
    background: #FFF;
    width: 245px;
    color: #666;
    border: 0;
    padding: 0 10px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

#view-form-orders label, #view-hacer-oferta label, #view-contraoferta label {
	width: 90px;
    line-height: 37px;
    padding-left: 10px;
    font-weight: bold;
    float: left;
}

#view-hacer-oferta #offer-propuesta {
	width: 200px;
}

#offer-propuesta-currency {
	font-size: 17px;
	padding: 8px;
	display: inline-block;
}

/* ÁLBUNES
----------------------------------------------- */

ul.album {
    display: block;
    position: relative;
    width: 129px;
    height: 145px;
    cursor: pointer;
    float: left;
    padding: 24px 24px 0 0;
    margin-right: 10px; 
}

.album p {
    font-weight: bold !important;
    color: #444;
}

.texto-album {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #666;
}

div.album {
    cursor: hand;
    cursor: pointer;
    width: 162px;
}

div.album:hover {
    color: #1F75CC;
}

div.album h6 {
    text-align: left;
}

li.picture {
    float: left;
}

.picture img {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 4px;
    position: absolute;
    width: 119px;
    height: 91px;
}

.picture:nth-child(1) img {
    z-index: 300;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.picture:nth-child(2) img {
    z-index: 2;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.picture:nth-child(3) img {
    z-index: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Este es el efecto */
.album:hover .picture:nth-child(1) img {
    z-index: 6;
}

.album:hover .picture:nth-child(2) img {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
    z-index: 5;
}

.album:hover .picture:nth-child(3) img {
    -webkit-transform:  translate(9px, 0);
    -moz-transform:  translate(9px, 0);
    -o-transform:  translate(9px, 0);
    transform:  translate(9px, 0);
    z-index: 4;
}

/* MAGAZINE
----------------------------------------------- */
p.relacionadas {
    font-size: 18px;
    font-weight: normal;
    margin-top: 23px;
    border: 0;
    padding: 0;
}

.relacionadas_1 {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 8px;
    margin-bottom: 23px;
    width: 660px;
}

.relacionadas_3 {
    width: 637px;
}

.relacionadas_2 ul li {
    padding-bottom: 10px;
}

span.leer a {
    background: url(/img/glass.png) repeat-x scroll 0 50% #C00058;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: right;
    line-height: 19px;
    padding: 6px 7px 8px;
    text-align: center;
    margin-top: 10px;
}

span.leer a:hover {
    text-decoration: none;
}

span.leer a:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.clearfix_2 {
    clear: both;
    display: block;
    height: 1px;
    width: 1px;
}

.tope {
    background: transparent;
    border-bottom: 0 none;
    border-top: 0 none;
    padding: 0;
    width: auto;
}

/* MUSEOS Y LISTADOS NOTICIAS
----------------------------------------------- */
.museos-page {
    background: url(/img/museos/bg_museos.png) no-repeat scroll center bottom transparent;
    height: 620px;
    margin: 0 auto;
    margin-top: 25px;
}

.museos-page-en {
    background: url(/img/museos/bg_museos_en.png) no-repeat scroll center bottom transparent;
    height: 620px;
    margin: 0 auto;
    margin-top: 25px;
}

.museos-imagen {
    -webkit-transition-duration: 0.15s, 0.15s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-duration: 0.15s, 0.15s;
    -moz-transition-property: opacity;
    -moz-transition-timing-function: linear, ease-in;
    transition-duration: 0.15s, 0.15s;
    transition-property: opacity;
    transition-timing-function: linear, ease-in;
    background: none repeat scroll 0 0 transparent;
    margin: 10px;
}

.museos-imagen:hover {
    opacity: 0.8;
}

.moma-page {
    background: url(/img/museos/bg_moma-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.reina-page {
    background: url(/img/museos/bg_reina-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.caixa-page {
    background: url(/img/museos/bg_caixa-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.prado-page {
    background: url(/img/museos/bg_prado-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.thyssen-page {
    background: url(/img/museos/bg_thyssen-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.louvre-page {
    background: url(/img/museos/bg_louvre-noticias.png) no-repeat scroll center bottom transparent;
    height: 400px;
    margin: 0 auto;
}

.block_2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EBEBEB;
    float: left;
    margin: 15px 0;
    overflow: hidden;
    padding: 18px;
    width: 622px;
}

.cuadro_numero_2 {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
    border: 1px solid #EBEBEB;
    float: right;
    height: 90px;
    padding: 5px;
    text-align: center;
    width: 140px;
}

.title_2 {
    width: 455px;
}

.title_2 a {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: left;
    color: #444444;
    float: left;
    font: bold 24px/26px Arial,Helvetica,sans-serif;
    padding: 0 0 8px;
    word-spacing: 0;
    letter-spacing: -1px;
    width: 100%;
}

.title_2 a:hover {
    color: #C00058;
    text-decoration: none;
}

.title_3 {
    width: 455px;
}

.title_3 p {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: left;
    float: left;
    padding: 0;
    width: 100%;
}

/* GRANDES MAESTROS
----------------------------------------------- */
#grandes-maestros .article {
    display: block;
}

#grandes-maestros .header-maestros {
    display: block;
    border: 0;
    position: relative;
    width: auto;
}

#grandes-maestros .logo-maestros {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
}

#grandes-maestros .inside-obras {
    background: url(/img/maestros/bg_inside-obras.png) repeat scroll 0 0 #F3F3F3;
    height: auto;
    padding: 25px;
    width: auto;
}

#grandes-maestros .header-maestros .inside-obras {
    background: none repeat scroll 0 0 transparent;
    padding: 15px;
}

.title-back {
    width: auto;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

ul.title-back {
    border: 0;
}

#grandes-maestros ul.caja-01 li {
    margin-bottom: 5px;
    float: left;
}

#grandes-maestros ul.caja-01 li h5 {
    color: #7E7E7E;
    float: left; 
    clear: left;
}

#grandes-maestros ul.caja-01 li h6 {
    color: #B2B2B2;
    float: left; 
    clear: left;
}

#grandes-maestros ul.caja-01 a {
    float: left;
    color: #1F75CC;
    text-decoration: none;
    line-height: 21px;
}

#grandes-maestros ul.caja-01 a:hover {
    text-decoration: underline;
}

#grandes-maestros ul.caja-01 a:active {
    color: #C00058;
}

ul.abecedario {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 0 15px 0;
    width: auto;
    display: block;
    height: 18px;    
}

ul.abecedario li {
    float: left;
}

.abecedario a {
    font-weight: 700;
    padding: 5px 6px 5px 0;
    text-decoration: none;
    margin-right: 4px;
}

.aside {
    background: none repeat scroll 0 0 transparent;
    color: #444;
    float: right;
    width: 313px;
}

#grandes-maestros .wp20 h4 {
        line-height: 21px;
}

#grandes-maestros .primario-nav li.zoom, .primario-nav li.izq, .primario-nav li.der  {
	float: left;
}

#grandes-maestros .primario-nav  li a:hover{
	color: #C00058 !important;
	text-decoration: none;
}

#grandes-maestros .primario-nav a.left {
	padding: 15px 0;
	color: #888;
        margin-left: 15px;
}

#grandes-maestros .primario-nav a.left:hover {
	color: #C00058;
	text-decoration: none;
}

#grandes-maestros .primario-nav .right a.zoom {
	background: transparent url(/img/icons/zoom.png) center center no-repeat;
	padding: 15px;
	width: 18px;
	height: 18px;
	float: left;
}

#grandes-maestros .primario-nav .right a.zoom:hover {
	background: transparent url(/img/icons/zoom-hover.png) center center no-repeat;
}

#grandes-maestros .primario-nav .right a.izq {
	background: transparent url(/img/icons/left.png) center center no-repeat;
	padding: 15px;
	width: 16px;
	height: 18px;
	float: left;
}

#grandes-maestros .primario-nav .right a.izq:hover {
	background: transparent url(/img/icons/left-hover.png) center center no-repeat;
}

#grandes-maestros .primario-nav .right a.der {
	background: transparent url(/img/icons/right.png) center center no-repeat;
	padding: 15px;
	width: 18px;
	height: 18px;
	float: left;
}

#grandes-maestros .primario-nav .right a.der:hover {
	background: transparent url(/img/icons/right-hover.png) center center no-repeat;
}

#grandes-maestros .secundario .secundario-interior .primario-nav {
	float: left;
	width: 100%;
	border-left: 0;
	border-bottom: 1px solid #EBEBEB;
        height: 17px;
        padding: 15px 0 8px 0;
}

#grandes-maestros .secundario .secundario-interior .primario-nav p {
	display: inline;
}

#grandes-maestros .secundario .secundario-interior ul.listado-img {
	margin-top: 25px;
	margin-bottom: 25px;
}

#grandes-maestros .secundario .secundario-interior ul.listado-img li {
	margin-right: 22px;
	margin-bottom: 11px;
}

#grandes-maestros .secundario .secundario-interior ul.listado-img li a{
	float: left;
	width: 119px;
	height: 106px;
}

#grandes-maestros .secundario .secundario-interior ul.listado-img li a img{
	background: transparent url(/img/sombra-04.png) center bottom no-repeat;
	float: left;
	width: 119px;
	height: 91px;
	padding-bottom: 9px;
	
	-webkit-transition-duration: 0.15s, 0.15s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-duration: 0.15s, 0.15s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: linear, ease-in;
	transition-duration: 0.15s, 0.15s;
	transition-property: opacity;
	transition-timing-function: linear, ease-in;
}

#grandes-maestros .secundario .secundario-interior ul.listado-img li a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.caja-sizes {
    background: none repeat scroll 0 0 #F3F3F3;
    float: left;
    height: 170px;
    padding: 10px;
    width: 329px;
}

.caja-sizes-inside {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 170px;
    position: relative;
    text-align: center;
    width: 110px;
}

.caja-sizes-cuadro1 {
    height: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}

.caja-sizes-inside .texto {
    bottom: 10px;
    margin: 0 0 15px;
    position: absolute;
    width: 110px;
}

.primario-nav2 {
    float: left;
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #EBEBEB;
    height: 17px;
    padding: 8px 0;
}

.obra-sizes {
    width: 660px;
}

.obra-sizes .wp50 a {
    float: left;
    width: 100%;
}

.obra-sizes .wp50 a span {
    padding-left: 10px;
    font-size: 11px;
    color: #444;
}

.obra-sizes .wp50 a span:hover {
    text-decoration: none;
}

.obra-sizes .wp50 a span:active {
    color: #444;
}

.obra-sizes .wp50 a.uno {
    background: url(/img/maestros/cuadro1.jpg) left center no-repeat;
    line-height: 30px;
    padding: 0 0 6px 100px;
}

.obra-sizes .wp50 a.dos {
    background: url(/img/maestros/cuadro2.jpg) left center no-repeat;    
    line-height: 40px;
    padding: 4px 0 4px 100px;
}

.obra-sizes .wp50 a.tres {
    background: url(/img/maestros/cuadro3.jpg) left center no-repeat;    
    line-height: 50px;
    padding: 2px 0 2px 100px;
}

.obra-sizes textarea {
    color: #666;
    background: white;
    border: 1px solid #DDD;
    outline: 0;
    padding: 10px;
    margin: 18px 0 0 18px;
    max-width: 625px;
    width: 276px;
    height: 120px;
    min-height: 40px;
    border-radius: 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    -o-box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 18px inset;
}

#footer-container h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
}

.currency_lang_info {
    float: left;
    font: bold 13px/18px Arial,Helvetica,sans-serif;
    color: #ACE;
    padding: 10px 0 22px 6px;
}

/*Campos requeridos en la subida de obra*/
.required_right { background-color: #ffffff !important; }
.required_bad { background-color: #ffdddd !important; }

/* REPRODUCCIONES CON HP
----------------------------------------------- */
.repros-ejemplo-bocadillo {
    padding: 18px;
    background: #F1F1F1;
    border-radius: 10px;
}

/* COMENTARIOS / CRÍTICAS
----------------------------------------------- */
.comentarios {
    height: 48px;
    border: 1px solid #EBEBEB;    
}

.comentarios li a {
    background: transparent;
    padding: 15px;
    color: #888;
    height: 18px;
}

.comentarios li a:hover {
    text-decoration: none;
    color: #C00058;
}

.comentarios-contenido {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 18px 0;
}

.comentarios-contenido img {
    width: 50px;
    max-height: 50px;
    margin-right: 12px;
    border-radius: 6px;
    float: left;
}

.comentarios-nombre a, .comentarios-nombre span {
    font-weight: 700;
    color: black;
    font-size: 16px;
    line-height: 18px;
}

.comentarios-fecha {
    color: #555;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.comentario {
    padding: 2px 6px 0 6px;
    border-left: 2px solid #CCC;
    margin-top: 9px;
    color: #222;
}

span.ver-todos {
    float: left;
    width: 660px;
}

.comentar {
    float: left;
    margin-top: 18px;
    clear: left;
    width: 100%;
    box-sizing: border-box;
}

.comentar-interior {
    border-radius: 10px;
    border: 1px solid #CCC;
    border-bottom: 3px solid #CCC;
    padding: 18px;
    background: white;
    padding: 18px;
}

.publicar {
    width: 560px;
    float: left;
    margin-top: 9px;
}

.publicar a {
    width: 109px !important;
    margin-top: 0 !important;
    float: left !important;
    margin-right: 9px !important;
}

.estado-comentario {
    display: block;
    border-bottom: 1px solid #CCC;
    margin-bottom: 27px;
    padding: 0 0 9px 0;
    font-weight: 700;
}

.paso-seleccionado {
    border-color: #1F75CC !important;
    color: #1F75CC;
}

/* GENERALES
----------------------------------------------- */
.limpiar {
    width: 1px;
    height: 1px;
    display: block;
    clear: both;
    margin-top: -1px;
}

.centrado {
    background: transparent;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

.subheader_nuevo{background: transparent;
    width: 980px;
    height: 100%;
    margin: 0 auto;}

/* HEADER
----------------------------------------------- */
#header2 {
        background: #FFF;
	width: 100%;
        border-bottom: 1px solid #EBEBEB;
        
}

#header2 .centrar {
    position: relative;
	overflow:visible;
}

#camino {
    color: #666;
    padding: 5px 0;
}

#camino h2 {
	display: inline-block;
    font-size: 11px;
    line-height: 12px;
}

#alternate-lang-desktop {
	float: right;
}

#alternate-lang-mobile {
	display: none;
}

/* PUBLI
----------------------------------------------- */
#publi {
	background: #FAFAFA;
	border-bottom: 1px solid #EBEBEB;
}

.publi2 {
	background: #FAFAFA;
	height: 120px;
	border-top: 1px solid #EBEBEB;
}

/* RELACIONADOS
----------------------------------------------- */
.relacionados {
	border-top: 1px solid #D6D3C9;
}

/* FOOTER
----------------------------------------------- */
#footer {
	background: #F5F5F5;
}

.pie {
	background: transparent;
	width: 490px;
	margin: 10px 0 0 0;
	padding-bottom: 50px;
	color: black;
	float: left;
}

.pie ul.wp20 {
	padding: 0 10px;
	width: 25%;
	box-sizing: border-box !important;
}

.pie ul.wp20 h4 {
        margin-bottom: 5px;
        font-size: 11px;
        border-bottom: 1px dotted #999;
        padding-bottom: 7px;
}

.pie ul.wp20 li {
	width: 100%;
	line-height: 21px;
	clear: left;
}

.pie ul.wp20 li a {
	width: 100%;
    font-size: 11px;
	color: black !important;
	float: left;
}


.pie .caja-01 ul.subcaja-01 {
	font: normal 30px/1em Helvetica, Arial, sans-serif;
}

.pie .caja-01 ul.subcaja-01 li {
	padding: 4px 2px;
}

.pie .caja-01 .subcaja-01 span {
	font-weight: bold;
	color: #C00058;
}

.pie form.caja-01 fieldset {
	float: left;
	height: 32px;
	padding-left: 18px;
        overflow: visible;
}

.pie form.caja-01 fieldset input:focus {
	box-shadow: 0 0 7px #FFF;
}

.pie .description {
	margin-left: 18px;
	border-left: 1px solid #444;
}

#listado-pie {
	float: left;
	padding-top: 18px;
	border-top: 1px solid #444;
}

#listado-pie li a {
	margin-right: 18px;
	color: #FFF;
	float: left;
}

#footer2 {
	background: #444;
}

#footer-social {
		float: right;
}

#footer-social a.icon-facebook {
		background: #696969 url(/img/icons/facebook_icon.png) center center no-repeat;
		width: 54px;
		height: 54px;
		float: left;
}

#footer-social a.icon-facebook:hover {
		background: #4C67A1 url(/img/icons/facebook_icon.png) center center no-repeat;
}

#footer-social a.icon-twitter {
		background: #777 url(/img/icons/twitter_icon.png) center center no-repeat;
		width: 54px;
		height: 54px;
		float: left;
}

#footer-social a.icon-twitter:hover {
		background: #2299CC url(/img/icons/twitter_icon.png) center center no-repeat;
}

/*
Estilo modal login-box
*/
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    background: #FFF;
    opacity: 0.7;
    z-index: 1000;
}

/* BOTONES, SELECTS, TEXTAREAS...
----------------------------------------------- */
select {
        border: 1px solid #CCC;
        border-radius: 3px;
        color: #666;
        outline: none;
        padding: 5px;
        margin: 0;
        background: #FFF;
}

select:focus {
        border: 1px solid #88B8E6;
}

textarea {
        border: 1px solid #CCC;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
        color: #666;
        outline: none;
        padding: 12px;
        margin: 0;
        background: #FFF;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select {
	background: #FFF;
        border: 1px solid #CCC;
	border-radius: 3px;	
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	color: #666;
	outline: none;
	padding: 6px;
	margin: 0;
}

select {
	padding-top: 5px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
        border: 1px solid #88B8E6;
	box-shadow: 0 1px 2px rgba(190, 219, 233, 1) inset;
	-moz-box-shadow: 0 1px 2px rgba(190, 219, 233, 1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(190, 219, 233, 1) inset;
}
 
input[type="submit"] {
        line-height: normal !important;
 } 

.simple-form input {
	display: block;
	width: 200px;
	margin: 10px 0;
}

.button-azul, .button-azul:visited, input[type="submit"].button-azul, button.button-azul {
    width: auto;
	height: auto;
	display: block;
	color: #FFF;
	padding: 10px 14px;
	border: 1px solid #2576C8;
	border-radius: 5px;
        background: #4591DD;
        background: linear-gradient(top, #4591DD 0%,#1C4FAD 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#4591DD), to(#1C4FAD));
        background: -webkit-linear-gradient(top, #4591DD 0%,#1C4FAD 100%);
        background: -moz-linear-gradient(top, #4591DD, #1C4FAD);
        background: -ms-linear-gradient(top, #4591DD 0%,#1C4FAD 100%);        
        text-transform: uppercase;  
	outline: 0;
        margin: 0;
	text-decoration: none;
	text-align: center;
        font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 -1px 0 #2576C8;
        cursor: pointer;
}

input[disabled], textarea[disabled], select[disabled], input[readonly], textarea[readonly], select[readonly] {
	color: #AAA !important;
	cursor: not-allowed !important;
}

.button-azul:hover, input[type="submit"].button-azul:hover, button.button-azul:hover {
	background: #65abfb;	
        background: linear-gradient(top, #65abfb 0%,#1C4FAD 100%);        
        background: -webkit-gradient(linear, left top, left bottom, from(#65abfb), to(#1c4fad));
	background: -webkit-linear-gradient(top, #65abfb 0%,#1C4FAD 100%);
        background: -moz-linear-gradient(top, #65abfb, #1c4fad);
	background: -ms-linear-gradient(top, #65abfb 0%,#1C4FAD 100%);        
	outline: 0;
	text-decoration: none;
}

.button-azul:active, input[type="submit"].button-azul:active, button.button-azul:active {
	background: #1C4FAD;
        background: linear-gradient(top, #1C4FAD 0%,#4591DD 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#1C4FAD), to(#4591DD));
        background: -webkit-linear-gradient(top, #1C4FAD 0%,#4591DD 100%);
        background: -moz-linear-gradient(top, #1C4FAD, #4591DD);
        background: -ms-linear-gradient(top, #1C4FAD 0%,#4591DD 100%);	
        outline: 0;	
	text-decoration: none;
}

.button-verde, .button-verde:visited, input[type="submit"].button-verde {
    width: auto;
	height: auto;
	display: block;
	color: #FFF;
	padding: 10px 14px;
	border: 1px solid #1B8800;
	border-radius: 5px;
        background: #1FBF00;
        background: linear-gradient(top, #22D100 0%,#19A500 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#22D100), to(#19A500));
        background: -webkit-linear-gradient(top, #22D100 0%,#19A500 100%);		
        background: -moz-linear-gradient(top, #22D100, #19A500);
        background: -ms-linear-gradient(top, #22D100 0%,#19A500 100%);       
        text-transform: uppercase;   
	outline: 0;
        margin: 0;        
	text-decoration: none;
	text-align: center;
        font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 -1px 0 #1B8800;
}

.button-verde:hover, input[type="submit"].button-verde:hover {
        background: #53ef35;
	background: linear-gradient(top, #53ef35 0%,#19A500 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#53ef35), to(#19A500));
	background: -webkit-linear-gradient(top, #53ef35 0%,#19A500 100%);		
        background: -moz-linear-gradient(top, #53ef35, #19A500);
        background: -ms-linear-gradient(top, #53ef35 0%,#19A500 100%);        
        outline: 0;
	text-decoration: none;
}

.button-verde:active, input[type="submit"].button-verde:active {
        background: #19A500;
	background: linear-gradient(top, #19A500 0%,#53ef35 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#19A500), to(#53ef35));
	background: -webkit-linear-gradient(top, #19A500 0%,#53ef35 100%);		
        background: -moz-linear-gradient(top, #19A500, #53ef35);
        background: -ms-linear-gradient(top, #19A500 0%,#53ef35 100%);        
	outline: 0;	
	text-decoration: none;
}

.button-fucsia, .button-fucsia:visited, input[type="submit"].button-fucsia {
    width: auto;
	height: auto;
	display: block;
	color: #FFF;
	padding: 10px 14px;
	border: 1px solid #C00058;
	border-radius: 5px;
        background: #CD015E;
        background: linear-gradient(top, #FF0075 0%,#AA0350 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#FF0075), to(#AA0350));
        background: -webkit-linear-gradient(top, #FF0075 0%,#AA0350 100%);		
        background: -moz-linear-gradient(top, #FF0075, #AA0350);
        background: -ms-linear-gradient(top, #FF0075 0%,#AA0350 100%);
        text-transform: uppercase;           
	outline: 0;
        margin: 0;        
	text-decoration: none;
	text-align: center;
        font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 -1px 0 #C00058;
}

.button-fucsia:hover, input[type="submit"].button-fucsia:hover {
        background: #ff87cb;
	background: linear-gradient(top, #ff87cb 0%,#AA0350 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#ff87cb), to(#AA0350));
	background: -webkit-linear-gradient(top, #ff87cb 0%,#AA0350 100%);		
        background: -moz-linear-gradient(top, #ff87cb, #AA0350);
        background: -ms-linear-gradient(top, #ff87cb 0%,#AA0350 100%);        
        outline: 0;
	text-decoration: none;
}

.button-fucsia:active, input[type="submit"].button-fucsia:active {
        background: #AA0350;
	background: linear-gradient(top, #AA0350 0%,#ff87cb 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#AA0350), to(#ff87cb));
	background: -webkit-linear-gradient(top, #AA0350 0%,#ff87cb 100%);		
        background: -moz-linear-gradient(top, #AA0350, #ff87cb);
        background: -ms-linear-gradient(top, #AA0350 0%,#ff87cb 100%);        
        outline: 0;
	text-decoration: none;
}

.button-amarillo {
    width: auto;
	height: auto;
	display: inline-block;
	color: #bb6e00;
	padding: 10px 14px;
	border: 1px solid #ffa800;
	border-radius: 5px;
    background: #fcff00;
    background: linear-gradient(top, #fcff00 0%,#ffc600 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcff00), to(#ffc600));
    background: -webkit-linear-gradient(top, #fcff00 0%,#ffc600 100%);		
    background: -moz-linear-gradient(top, #fcff00, #ffc600);
    background: -ms-linear-gradient(top, #fcff00 0%,#ffc600 100%);       
    text-transform: uppercase;   
	cursor: pointer;
	outline: 0;
    margin: 0;        
	text-decoration: none;
	text-align: center;
    font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 0 #FCFF00;
}

.button-amarillo:hover {
    background: #feffaa;
	background: linear-gradient(top, #feffaa 0%,#ffc600 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#feffaa), to(#ffc600));
	background: -webkit-linear-gradient(top, #feffaa 0%,#ffc600 100%);		
    background: -moz-linear-gradient(top, #feffaa, #ffc600);
    background: -ms-linear-gradient(top, #feffaa 0%,#ffc600 100%);        
    outline: 0;
	text-decoration: none; 
}

.button-amarillo:active {
    background: #ffc600;
	background: linear-gradient(top, #ffc600 0%,#feffaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#feffaa));
	background: -webkit-linear-gradient(top, #ffc600 0%,#feffaa 100%);		
    background: -moz-linear-gradient(top, #ffc600, #feffaa);
    background: -ms-linear-gradient(top, #ffc600 0%,#feffaa 100%);        
    outline: 0;
	text-decoration: none;
}

.button {
    width: auto;
	height: auto;
	display: block;
	color: #707070;
	padding: 10px 14px;
	border: 1px solid #ABABAB;
	border-radius: 5px;
    background: #ABABAB;
    background: linear-gradient(top, #EFEFEF 0%,#D8D8D8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D8D8D8));
    background: -webkit-linear-gradient(top, #EFEFEF 0%,#D8D8D8 100%);		
    background: -moz-linear-gradient(top, #EFEFEF, #D8D8D8);
    background: -ms-linear-gradient(top, #EFEFEF 0%,#D8D8D8 100%);       
    text-transform: uppercase;   
	cursor: pointer;
	outline: 0;
    margin: 0;        
	text-decoration: none;
	text-align: center;
    font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 0 #FFF;
}

.button:hover {
	background: #ABABAB;
	background: linear-gradient(top, #F6F6F6, #E3E3E3) #E3E3E3;
	background: -moz-linear-gradient(top, #F6F6F6, #E3E3E3) #E3E3E3;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E3E3E3)) #E3E3E3;
	background: -webkit-linear-gradient(left top, left bottom, from(#F6F6F6), to(#E3E3E3)) #E3E3E3;
	background: -o-linear-gradient(top, #F6F6F6, #E3E3E3) #E3E3E3;
	background: -ms-linear-gradient(top, #F6F6F6, #E3E3E3) #E3E3E3;
	outline: 0;
	text-decoration: none;
}

.button:active {
	background: #ABABAB;
	background: linear-gradient(top, #E3E3E3, #F6F6F6) #1B468F;
	background: -moz-linear-gradient(top, #E3E3E3, #F6F6F6) #1B468F;
	background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#F6F6F6)) #1B468F;
	background: -webkit-linear-gradient(left top, left bottom, from(#E3E3E3), to(#F6F6F6)) #1B468F;
	background: -o-linear-gradient(left top, left bottom, from(#E3E3E3), to(#F6F6F6)) #1B468F;
	background: -ms-linear-gradient(left top, left bottom, from(#E3E3E3), to(#F6F6F6)) #1B468F;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	outline: 0;	
	text-decoration: none;
}

.button-naranja {
    width: auto;
	display: block;
	color: #FFF;
	padding: 10px 14px;
	border: 1px solid #FF8132;
	border-radius: 5px;
	background: #FF8132;
    text-transform: uppercase;   
	cursor: pointer;
	outline: 0;
    margin: -3px 0 0 0;        
	text-decoration: none;
	text-align: center;
	font-size: 1em;
    font-weight: bold;
    box-shadow: 1px 1px 1px   #888;
}

.button-naranja:hover {
    background-color:#E27234;
    border: 1px solid #E27234;
}

.button-negro {
    width: auto;
	height: auto;
	display: block;
	color: #FFF;
	padding: 10px 14px;
	border: 1px solid #000;
	border-radius: 5px;
    background: #000;
    background-image: linear-gradient(bottom, #000000 35%, #404040 75%);
    background-image: -o-linear-gradient(bottom, #000000 35%, #404040 75%);
    background-image: -moz-linear-gradient(bottom, #000000 35%, #404040 75%);
    background-image: -webkit-linear-gradient(bottom, #000000 35%, #404040 75%);
    background-image: -ms-linear-gradient(bottom, #000000 35%, #404040 75%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.35, #000000), color-stop(0.75, #404040));
    text-transform: uppercase;   
	outline: 0;
    margin: 0;        
	text-decoration: none;
	text-align: center;
    font: 700 11px Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 0 #000;
}

.button-negro:hover {
    background: #000;
    background-image: linear-gradient(bottom, #000000 0%, #666666 75%);
    background-image: -o-linear-gradient(bottom, #000000 0%, #666666 75%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #666666 75%);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, #666666 75%);
    background-image: -ms-linear-gradient(bottom, #000000 0%, #666666 75%);
    background-image: -webkit-gradient(
              linear,
                left bottom,
                left top,
                color-stop(0, #000000),
                color-stop(0.75, #666666)
        );
        outline: 0;
	text-decoration: none; 
}

.button-negro:active {
        background: #000;
        background-image: linear-gradient(bottom, #404040 35%, #000000 75%);
        background-image: -o-linear-gradient(bottom, #404040 35%, #000000 75%);
        background-image: -moz-linear-gradient(bottom, #404040 35%, #000000 75%);
        background-image: -webkit-linear-gradient(bottom, #404040 35%, #000000 75%);
        background-image: -ms-linear-gradient(bottom, #404040 35%, #000000 75%);

        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.35, #404040),
                color-stop(0.75, #000000)
        );
        outline: 0;
	text-decoration: none; 
}

/* VARIOS
----------------------------------------------- */

a.personalizar {
    max-width: 85px;
}

ul.filtros-paging li .button-seleccionado {
        width: auto;
        max-height: 30px;
        display: block;
        color: #000000;
        padding: 0 10px;
        border: 1px solid #AAAAAA;
        border-radius: 5px;
        background: #CCCCCC;
        background: linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
        background: -webkit-linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%);
        background: -moz-linear-gradient(top, #EEEEEE, #CCCCCC);
        background: -ms-linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%);
        text-transform: uppercase;
        cursor: default;
        outline: 0;
        margin: 0;
        text-decoration: none;
        text-align: center;
        font: 700 11px/30px Arial,Helvetica,sans-serif;
}

ul.filtros-paging li .button-seleccionado2 {
    font-weight: 700;
    color: #000;
}

li.puntitos {
        width: auto;
        height: 30px;
        display: block;
        color: white;
        padding: 0 10px;
        border: 1px solid #C00058;
        border-radius: 5px;
        background: #CD015E;
        background: linear-gradient(top, #FF0075 0%,#AA0350 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#FF0075), to(#AA0350));
        background: -webkit-linear-gradient(top, #FF0075 0%,#AA0350 100%);
        background: -moz-linear-gradient(top, #FF0075, #AA0350);
        background: -ms-linear-gradient(top, #FF0075 0%,#AA0350 100%);
        text-transform: uppercase;
        cursor: default;
        outline: 0;
        margin: 0;
        text-decoration: none;
        text-align: center;
        font: 700 11px/30px Arial,Helvetica,sans-serif;
        text-shadow: 0 -1px 0 #C00058;
}

.size_actual {
    display: block;
    padding-bottom: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: red;
    padding: 18px 9px 9px 9px;
    margin-top: -25px;
}

#google_remarketing img{ display:none; }

/*Soportes en reproduccion*/
#modal_masinfo_print {width: 979px; height: 595px; display:inline;}
#modal_masinfo_print .masinfo_interior{width: 194px; height: 595px; border-right: solid 0.1em #BBB; border-left: solid 0.1em #BBB; float:left; border-bottom: solid 0.1em #BBB;box-sizing: border-box;}
#modal_masinfo_print .masinfo_interior_borde{border-left: solid 0.1em #bbbbbb;}
#modal_masinfo_print .masinfo_interior_titulo{height: 47px; background-color:#d0d1d3; width: 100%; display:table;}
#modal_masinfo_print .masinfo_interior_titulo h2 {text-align: center; font-size: 0.9em; color: black; font-weight: bold; display:table-cell; vertical-align:middle; line-height: 18px}
#modal_masinfo_print .masinfo_interior_imagen{height: 205px; width:194px; display:table-cell; vertical-align:middle; margin:0 auto;}
#modal_masinfo_print .masinfo_interior_imagen img{display:block; margin: 0 auto}
#modal_masinfo_print .masinfo_interior_descripcion ul{list-style-type: circle; color: #808184; font-size: 0.9em; padding-left: 25px; line-height: 16px; margin-top: -8px; padding-right: 10px; height: 261px;}
#modal_masinfo_print .masinfo_interior_descripcion span ul{height: 206px;}
#modal_masinfo_print .masinfo_interior_descripcion span.bastidor_en ul{height: 191px;}
#modal_masinfo_print .masinfo_interior_pie{height: 72px; background-color:#d0d2d3; display:table; border-radius: 5px;margin: 0 15px;}
#modal_masinfo_print .masinfo_interior_pie p {font-weight: bold; font-size: 0.9em; text-align:center; color: black; display:table-cell; vertical-align:middle}
#modal_masinfo_print .masinfo_interior_recomendado{height: 55px; width:190px; display:table-cell; vertical-align:middle; margin:0 auto;}
#modal_masinfo_print span .masinfo_interior_recomendado{height: 71px;}
#modal_masinfo_print .masinfo_interior_recomendado img {display:block; margin: 0 auto}

/*Modal garantía de reproduccion*/
.promogarantia_contenedor{margin:0 auto; width: 820px; padding: 5px;}
.promogarantia_contenedor_img{float:left; margin-left: 5px;margin-top: 5px;}
.promogarantia_contenedor_txt{float:right; width: 592px;}
.promogarantia_contenedor_txt h1{color:white; font-size: 1.7em; background-color:#c00058; border-radius: 10px; text-align:center; padding: 7px 10px; font-weight: bold; line-height: 36px;font-style: italic;margin-top: 3px;margin-right: 3px;}
.promogarantia_contenedor_txt h2{color:black; text-align:left;font-weight: bold;font-style: italic;font-size: 1.3em;margin: 27px 0 18px;}
.promogarantia_contenedor_txt p{text-align:justify; color: #666;padding: 0 11px 0 3px;font-size: 11px;}
.promogarantia_contenedor_txt_en h2 {margin: 34px 0 25px !important;}

.linea_separadora{border-top:solid 1px #D0D2D3; margin-top: 13px; margin-bottom: 10px;}

/* Modal quienes somos */
#quienes{display:none;}
#quienes_container{ padding: 0 10px; width:700px; }
#quienes_container h1{color:white; font-size: 1.7em; background-color:#c00058; padding: 7px 9px;margin: 12px 0;font-weight: bold;}
#quienes_container p{color:#888; font-size: 1em; text-align:justify; margin:0; line-height: 21px;padding: 0 5px;margin-bottom: 10px;}
#quienes_container a{color:#1F75CC; text-decoration:none;}
#quienes_container a:hover{text-decoration:underline;}
#quienes_container h4{margin-top:-30px;color: black;font-weight: bold;padding-bottom: 25px;padding-left: 4px;font-size: 1.3em;padding-top: -3px;}

/* Condiciones legales */
#legal{display:none;}
#legal_container{ margin:10px; }
.legal-simple { font-size: 0.9em; margin:10px; color: #888;}
.legal-simple h1 {background-color: #c00058;color: white; padding: 2px 10px;font-size: 1.4em;}
.legal-simple strong {color:black;}
.legal-simple .centrar{width:auto;}
.legal-simple .para-comprar-top{border:0; padding:0;}
.legal-simple .centrar-relleno{line-height:15px;}

/* Venta flash */
#venta_flash h1{
font-weight: bold;
color: 
#C00058;
font-size: 25px;
margin: 10px 0;}

#venta_flash p{margin-bottom: 20px;}

.error_subida{background-color: #FBE3EE; color:#c00058; padding:5px; border: 1px dotted #c00058; text-align: center; font-size: 0.8em; margin: 20px 0 18px;}
.enviar_form{margin:14px auto 10px; text-align:center;}
.enviar_form input{font-size: 1em; text-align: center; font-weight: bold; background-color: #FF8132; box-shadow: 1px 1px 1px #888; color: white; padding: 10px 25px; border-radius: 6px; border:0; margin: 0 auto; text-transform:uppercase;cursor:pointer;}
.enviar_form input:hover{background-color:#E27234;}
.error_subida_inf{background-color: #FBE3EE; color:#c00058; padding:5px; border: 1px dotted #c00058; text-align: center; font-size: 0.8em; margin: 20px 0 10px;}
.ok_subida{ color: #777; padding: 5px 5px 0px;   font-size: 0.8em; margin: 10px 0 7px;text-align: justify;}
.ok_subida_titulo{font-size: 1.8em; padding-bottom: 16px; font-weight: bold; border-bottom: 2px solid white; margin-bottom: 17px;}
.ok_subida_txt{margin-bottom:8px; font-size:1.2em; text-align:left; line-height: 20px;}
.form_explorar{width: 150px; padding: 4px 4px 5px; font-size:1em; color:#777; border: 1px solid #D0D2D3; outline:none; border-radius: 0; box-shadow: 0px 0px 0px; margin-right: 10px;}
.file_1 {background: #fff;width: 243px; padding: 4px 4px 5px; font-size:1em; color:#777; border: 1px solid #D0D2D3; outline:none; border-radius: 0; box-shadow: 0px 0px 0px; margin-right: 10px}
.subir_img{ margin-top:10px;}
.subir_img label{font-weight: bold; color:#777; font-size:1em; margin-right: 14px;}
.subir_img p{font-size: 0.8em; color: #777; margin-top: 4px; margin-bottom: 7px; padding: 0 1px;}

.buscador_colores{width:16px; height:16px; cursor:pointer; margin-right: 1px}
.buscador_colores_border{border: 1px solid #bbb;position:relative;top:-1px}
.contenedor_color div:last-child{margin-right: 0px; margin-bottom: 13px;}

/* Mensaje idioma del navegador */
#langAlert{
    min-height: auto !important;
    padding: 16px !important;
    line-height: 2em !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 20px 8px 0 !important;
}

/* Favoritos */
.favorite_sin{
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    width: 587px;
}

.favorite_sin h2{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #C00058;
    margin-bottom: 10px;
}

.favorite_sin p{
    text-align: center;
    color: #666;
    line-height: 20px;
}

.secundario-interior-favorite{
    margin-top: 13px;
}

.autor-caja-motivos-favorite{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding: 20px !important;
    width: 260px !important;
}

.autor-caja-motivos-favorite li{
    line-height: 20px;
    margin-bottom: 4px;
    background-position: 0px 7px !important;
}

.titulo_favoritos{
  padding: 10px 25px !important;  
}

.fondo-info-favorites{
    background-color: #F9F9F9;
}

.fondo-info-favorites .autor-bio{
    padding: 20px;
    color: #666;
}

.fondo-info-favorites ul{
    text-align: center;
    border: 1px solid #BBB;
    padding: 10px 0;
    width: 114px;
    margin: 0 auto !important;
    border-radius: 10px;
}

.fondo-info-favorites label{
    color: black;
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.fondo-info-favorites li{
    width: 100% !important;
    float: none !important;
}

.favorite-enlace{
    line-height: 20px;
}

.favorite-txt{
    line-height: 20px;
    color: #666;
    margin: 11px 0 15px;
}

.caja-social-autor-favorites{
    padding: 25px 0 25px 20px;
    background-color: #F9F9F9;
}

.favorites-linea{
    border-top: 1px solid #BBB;
    display: block;
    margin: 23px 20px 0;
}

.favorites-linea2{
    border-top: 1px solid #BBB;
    display: block;
    margin: 0 20px;
}

.caja-social-autor-favorites .favorites-linea{
    margin-left: 0px !important;
}

.favoritos-especial img{
    margin-bottom: 10px;
    margin-top: 3px;
}

.favoritos-especial p{
    color: #666;
    line-height: 20px;
    text-align: justify;
    padding-right: 17px;
    margin-bottom: 15px;
}

/* Ficha de obra nueva */
.masinfo-fichanueva {
     width: 100%;
     float: right;
     margin-top: 15px;
     background-repeat:no-repeat;
     background-position: 0  center;
}

.masinfo-fichanueva:hover {
     background-repeat:no-repeat;
     background-position: 0 center;
}

.masinfo-fichanueva .button-ficha {
	font-size: 0.9em;
	margin-bottom: 10px;
}

.comprar-fichanueva .show_modal_info {
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
	float: right;
}

.masinfo-fichanueva .show_modal_info.link, .masinfo-fichanueva .show_modal_masinfo, .masinfo-fichanueva .gray.marcar-favorito, .check-fichanueva a.zoom {
	color: #0F65BC;
}

.lista-masinfo-fichanueva{
    background-color: #EBEBEB;
    border-radius: 8px;
    padding: 12px;
    margin-top: 10px;
}

.masinfo-fichanueva ul li a{
    margin-left: 0;
}

.precios-fichanueva {
    margin: 10px 0 10px;
}

.contenedor-input{
    border-bottom: 1px solid #EAEAEA;
    padding: 7px 7px 2px;
    cursor: pointer;
}

.contenedor-input:hover{background-color: #ffffff;}

.contenedor-input-press{background-color: #ffffff;
    cursor: default !important;}

.contenedor-input.original{
    border-width: 0px;
}

.precios-fichanueva input {
    margin:0 5px 10px 0;
}

.check-fichanueva input{
    margin:0 6px 0 0;
}


.precios-fichanueva span{
    font-size: 1.2em;
    font-weight: bold;
}

.precios-fichanueva .precio{
    float: right;
}

.precios-fichanueva .precio-sin-oferta{
    text-decoration:line-through;
    font-weight: normal;
    margin-left: 5px;
}

.precios-fichanueva .precio-con-oferta{
    color:#c00058;
}

.contenedor-medidas-personalizadas{
    background-color: #EBEBEB;
    border-radius: 8px;
    margin: 3px 0 12px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.medidas_cuadros{
    margin: 0 auto !important;
    background-color: transparent !important;
}

.medidas_cuadros .ui-slider-horizontal{
    border-radius: 0 !important;
}

.medidas_cuadros  .ui-slider-horizontal .ui-slider-handle {
    border: 0;
}

.medidas_cuadros p, .cuadro_min, .cuadro_max{
    font-size: 1em !important;
}

.medida_min, .medida_max {
    font-size: 0.9em !important;
}

.medidas_cuadros p span {
    font-size: 1.1em !important;;
}

.precio-final-fichanueva {
	width: 100%;
    float: left;
    font-size: 2.5em;
    font-weight: bold;
    margin: 12px 0 0 0;
    font-size: 21px;
}
.precio-final-con-oferta{
    color: #C00058;
    float: left;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: -4px;
    text-align: center;
    padding: 0 3px;
    font-size: 21px;
}
.precio-final-con-oferta span{
    color:black;
    text-decoration: line-through;
    display: block;
    font-weight: normal;
    font-size: 0.6em;
    margin-bottom: 8px;
}

.comprar-fichanueva{
    
    padding-bottom: 27px;
    border-radius: 8px;
    margin: 16px 0 18px;
}

.button-ficha {
   float: left;
   width: 100%;
   box-sizing: border-box;
   cursor: pointer;
   border: none;
   border-top: 1px solid #ff7b0d;
   background-color: #ffa84c; /* Old browsers */
   background-image: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 70%); /* FF3.6+ */
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(70%,#ff7b0d)); /* Chrome,Safari4+ */
   background-image: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 70%); /* Chrome10+,Safari5.1+ */
   background-image: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 70%); /* Opera 11.10+ */
   background-image: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 70%); /* IE10+ */
   background-image: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 70%); /* W3C */
   background-repeat: repeat-x;
   padding: 9px 20px;
   border-radius: 7px;
   box-shadow: rgba(0,0,0,.5) 0 1px 0;
   text-shadow: rgba(0,0,0,.3) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Verdana, Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width: 65px;
   text-align: center;
   line-height: normal;
}

.button-ficha img {
	vertical-align: -9px;
	margin-right: 5px;
}

.button-ficha i {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -5px;
	margin-right: 5px;
    background-repeat: no-repeat;
}

.button-ficha.flat {
	padding: 10px;
	background: #FFAA84;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
}

.button-ficha.gray {
	background: #EAEAEA;
	color: #666;
}

.button-ficha.black {
	background: #000;
	color: #FFF;
}

.button-ficha:hover {
    text-decoration: none;
}

.button-ficha:not(:disabled):not(.disabled):hover {
   background-color: #ff7b0d;
   border-top-color: #eb8046;
   background-position: 0 -15px;
   -webkit-transition: background-position .1s linear;
   -moz-transition: background-position .1s linear;
   -ms-transition: background-position .1s linear;
   -o-transition: background-position .1s linear;
   transition: background-position .1s linear;
}

.button-ficha:not(:disabled):not(.disabled):active {
   border-top-color: #d66f2f;
   background: #d66f2f;
}

.button-ficha.gray:not(:disabled):not(.disabled):hover {
	background-color: #DADADA;
}

.button-ficha.gray:not(:disabled):not(.disabled):active {
	background-color: #CACACA;
}

.button-ficha.black:not(:disabled):not(.disabled):hover {
	background-color: #111;
}

.button-ficha.black:not(:disabled):not(.disabled):active {
	background-color: #222;
}

.button-ficha:disabled, .button-ficha.disabled {
	cursor: default;
	opacity: .5;
}

.button-vendido {
   border-top: 1px solid rgba(0, 0, 0, .2);
   border-right: 1px solid #CDCDCD;
   border-left: 1px solid #CDCDCD;
   background-color: #CDCDCD; /* Old browsers */
   background-image: -moz-linear-gradient(top,  #EAEAEA 0%, #CDCDCD 70%); /* FF3.6+ */
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(70%,#CDCDCD)); /* Chrome,Safari4+ */
   background-image: -webkit-linear-gradient(top,  #EAEAEA 0%,#CDCDCD 70%); /* Chrome10+,Safari5.1+ */
   background-image: -o-linear-gradient(top,  #EAEAEA 0%,#CDCDCD 70%); /* Opera 11.10+ */
   background-image: -ms-linear-gradient(top,  #EAEAEA 0%,#CDCDCD 70%); /* IE10+ */
   background-image: linear-gradient(to bottom,  #EAEAEA 0%,#CDCDCD 70%); /* W3C */
   background-repeat: repeat-x;
   padding: 10px 20px;
   border-radius: 7px;
   text-shadow: rgba(0,0,0,.3) 0 1px 0;
   color: black;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   font-weight: bold;
   margin: 0 auto;
   text-align: center;
   width: 75px;
   display: block;
}
.sellos-calidad-fichanueva a{
    position: relative;
    left: -3px;
    word-spacing: -2px;
   }
 
.sellos-calidad-fichanueva{
    margin-bottom: 2px;
   }
   
   
.sellos-calidad-fichanueva img {
    position: relative;
    top: 5px;
   }
   
.button-ficha.marcar-favorito {
    color: #1F75CC;
    font-size: 11px;
}

.button-ficha.marcar-favorito i {
	background-image: url('../img/icons/corazon.png');
}

.button-ficha.marcar-favorito:not(:disabled):not(.disabled):hover, .button-ficha.marcar-favorito:not(:disabled):not(.disabled):active {
	color: #C00058;
    background: #EAEAEA;
}

.button-ficha.marcar-favorito:hover i {
	background-image: url('../img/icons/corazon_hover.png');
}

.check-fichanueva{
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 10px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 10px;
   }
 check-fichanueva form{
     margin-left: 10px;
 }

.warning-img{
    float: left;
    margin-right: 7px;
    margin-bottom: 1px;
    }

.modal-nopanel{
    color: grey;
    font-size: 0.95em;
    text-align: center;
    padding: 7px;
    border: 1px solid lightgray;
    border-radius: 8px;
    }

.modal-nopanel p:first-child{
    margin-bottom: 6px;
    }

.modal-favoritos{
    background-color: white;
    position: absolute;
    top: 568px;
    width: 311px; 
    z-index: 1;    
    }

.modal-favoritos p{
    margin-top: -25px;
}

.modal-favoritos img{
    position: relative;
    top: -29px;
}

.margen-blanco{
    position: absolute;
    top: 612px;
    background-color: white;
    width: 327px;
    height: 18px;
}

.tooltip {outline:none;position:relative;}
.tooltip strong {line-height:30px;}
.tooltip:hover {text-decoration:none;} 
.tooltip span {
    z-index:1;
    display:none;
    padding:14px 20px;
    width:265px;
    line-height:16px;
    border-radius:4px;
    -moz-box-shadow: 2px 2px 8px #CCC;
    -webkit-box-shadow: 2px 2px 8px #CCC;
    box-shadow: 2px 2px 8px #CCC;
    font-size: 0.95em;
    margin-left: -50px;
    left: -50%;
}
.tooltip2 span {
    width:259px !important;
}
.tooltip:hover span{
    display:block; position:absolute; color:#111;
    margin: 18px auto 0;
    border: 1px solid gainsboro; 
    background: linen;
}

.callout {z-index:2;position:absolute;top:-22px;border:0;left:130px;}
.txt-tooltip-especial{
    font-size: 1.1em;
}

.oferta-reproducciones{
    font-weight: bold;
    color: #888;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.oferta-reproducciones span {
    color: #c00058;
}

.oferta-artista{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #666;
    line-height: 24px;
    padding: 0 5px;
    margin-top: -6px;
}

.oferta-artista span{
    color:#c00058;
}

input[type="radio"]{
    outline: none;
}

input[type="checkbox"]{
    outline: none;
}


/* Cambios modal idioma*/
.ui-dialog .ui-dialog-content {background-color: white !important;}
.ui-dialog .ui-dialog-buttonpane {background-color: white;}
#modal .left {padding-right: 8px;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li button {outline: none;}

#modal input[type='radio'] {
	margin: 5px 0;
	vertical-align: middle;
}
  
#modal label {
   	cursor: pointer;
   	padding: 2px;
}

/*tooltip foto ficha de obra*/
.tooltip-foto{
    background-color: white;
    padding: 15px 15px 5px 8px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}


.callout-contenedor {z-index:2;position:absolute;top:18px;border:0;left:413px;}

/*testimonials*/
.testimonial {
    margin: 0;
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    border-radius: 5px;
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}

#main-searcher {
	overflow: hidden;
    height: auto;	
	padding: 10px 15px;
	background-color: #ededed;
	border-radius: 6px;
	width: 100%;
	box-sizing: border-box;
}



#main-searcher .box-search{
	float: left;
	width: 55%;
}
#main-searcher .box-search label {
	margin: 10px 10px 0 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #444;
}
#main-searcher .box-search input {
	width: 54%;
	padding: 3px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #444;
	border: 1px solid #ccc;
}
#main-searcher .box-search input.action-btn {
	width: auto;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	background-color: #c00058;
        cursor: pointer;
}
#main-searcher .box-search .help-txt {
	margin: 3px 0 0 69px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #8c8d8e;

}
#main-searcher .additional-info {
	float: right;
	text-align: right;
        
}
#main-searcher .additional-info .header_list {
     font-size: 14px; 
     line-height: 16px;
     font-style:italic;
}

#main-searcher .additional-info .header_list li {
   margin-bottom: 2px;
   display: inline-block;
   
}

#main-searcher .additional-info .header_list span {
    font-weight: bold; color: #c00058; 
}

.fblogin {
    vertical-align: -7px; margin-right: -12px; margin-left: -12px;
}

.boton_comprar {text-align:center;margin-top: 23px;margin-bottom: 13px;}
.boton_comprar button {border: none; background-color: #FF8132; font-size: 0.8em; font-weight: bold; padding: 10px 20px; color: white; text-decoration: none; border-radius: 5px;}
.boton_comprar button:hover {background-color: #E27234;}
.boton_comprar button:disabled {opacity: .3;cursor: wait;}

.botonHome {background-color:#000; color:#FFF; font-family: Arial, Hevletica, sans-serif; font-size: 14px; font-weight: bold; padding: 10px 45px; border-radius: 8px; margin-top: 20px; text-decoration: none;}

/* For cookies warning overlay */
.cookies-overlay {
  background-color: aliceblue;
  left: 0%;
  width: 100%;
  z-index: 99999999;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  height: 50px;
}
.cookies-overlay p {
  margin: 0;
  padding-left: 10px;
  float: left;
  width: 90%;
}

.cookies-overlay button {
  border: none;
  border-radius: 100%;
  margin: 0 20px;
  color: #000;
  width: 24px;
  height: 24px;
  float: right;
  font-size: 16px;
  font-weight: bold;
}

/** Corrección daterangepicker **/
.daterangepicker.ltr .calendar, .daterangepicker.ltr .ranges {
	float:left !important;
}	

/** reCAPTCHA **/
.g-recaptcha {float:left;margin-top:15px;min-width:1px;min-height:1px}
.submit-captcha {float:right;margin:40px 13px 0 0}

.hopscotch-content ul {
	list-style: disc outside none;
	padding-left: 17px;
}

.hopscotch-content il {
	padding: 1px 0;
}

#results .listing {
	clear: both;	
}

.noticia_principal {
	margin: 30px 0;
}

/** Share **/
.share-cont {
	margin: 10px 0;
	text-align: center;
}

.share {
	display: inline-block;
	margin: 10px 0 10px 4px;
	padding: 5px 15px;
	border-radius: 5px;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 14px;
	background: #777;
	transition: background-color .5s ease;
}

.share:first-child {
	margin-left: 0;
}

.share:hover {
	background: #555;
}

.share-facebook {
	background: #4267B2;
}

.share-facebook:hover {
	background: #224792;
}

.share-pinterest {
	background: #CB2027;
}

.share-pinterest:hover {
	background: #AB0007;
}

.share-twitter {
	background: #55ACEE;
}

.share-twitter:hover {
	background: #358CCE;
}

.share-api {
	display: none;
}

body.can-share .share {
	display: none;
}

body.can-share .share-api {
	display: block;
}

.share i {
	padding-right: 5px;
	vertical-align: middle;
}

.share-only-icon .share {
	width: 32px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.share-only-icon i {
	padding: 0;
}

.share-tooltip {
	position: relative;
}

@keyframes fade {
	0% {opacity: 0}
	10% {opacity: 1}
	90% {opacity: 1}
	100% {opacity: 0}
}

.share-tooltip::after {
	content: attr(data-tooltip);
	position: absolute;
	top: 100%;
	margin-top: 10px;
	padding: 4px 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	border-radius: 3px;
	white-space: nowrap;
	animation: fade 4s;
	z-index: 1;
}

.clipboard-input {
	position: fixed;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	padding: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
}

.paypal-pay-later {
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	clear: both;
}

.paypal-pay-later img {
	height: 14px;
	width: auto;
	vertical-align: middle;
}
