/* Inyectar las fuentes */
@font-face {
    font-family: "Times New Roman";
    src: url('Times.ttf');
}

@font-face {
    font-family: "Georgia";
    src: url('Georgia.ttf');
}

/* Normalizacion */
body {
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin: 0;
    padding: 0
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*h1, h2, h3, h4, h5, h6 {font-size:1em; font-weight:normal; padding:0; margin:0}*/
ol, ul {
    list-style: none;
}

div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

fieldset, img, input, iframe, textarea {
    border: 0;
    margin: 0;
    padding: 0
}

input {
    position: relative;
    z-index: 4000
}

legend {
    padding: 0
}

a {
    text-decoration: none
}

a {
    color: #2f7a17
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none
}

.vcdl-page-text h1, h2, h3, h4, h5, h6, h7 {
    padding-top: 1em;
    padding-bottom: .5em;
    line-height: 1.0001em;
    text-align: left;
    padding-right: 20%
}

.vcdl-page-text h1:first-child,
.vcdl-page-text h2:first-child,
.vcdl-page-text h3:first-child,
.vcdl-page-text h4:first-child,
.vcdl-page-text h5:first-child,
.vcdl-page-text h6:first-child,
.vcdl-page-text h7:first-child {
    margin-top: 0 !important
}

.vcdl-page-text p {
    padding-bottom: .5em
}

.vcdl-hide {
    position: absolute;
    top: -5000px
}

.vcdl-desktop .vcdl-desktop-disable {
    display: none !important
}

.vcdl-tablet .vcdl-tablet-disable {
    display: none !important
}

.vcdl-smartphone .vcdl-smartphone-disable {
    display: none !important
}

.vcdl-look-inside .vcdl-look-inside-disable {
    display: none !important
}

html {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Arial, Helvetica, sans-serif;
    position: relative
}

body {
    background: #ffffff;
    overflow: hidden
}

.vcdl-desktop body {
    overflow: hidden
}

.vcdl-desktop body.vcdl-overflow-hidden {
    overflow: hidden !important
}

.vcdl-desktop #vcdl-toolbar-background {
    height: 43px;
    display: none
}

#vcdl-application {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden
}

.vcdl-desktop #vcdl-application {
    width: 100%;
    min-width: 1012px;
    min-height: 588px;
    margin: 0 auto;
    height: 100%
}

.vcdl-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    visibility: visible
}

.vcdl-window.vcdl-hidden {
    opacity: 0;
    z-index: 1
}

.vcdl-window#vcdl-init {
    background: #ffffff;
    color: #555555 !important
}

#vcdl-init-inner {
    display: none
}

#vcdl-init .vcdl-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    opacity: .5
}

#vcdl-init .vcdl-book-info {
    padding-bottom: 50px;
    font-size: 13px;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 50%
}

#vcdl-init .vcdl-book-info .vcdl-summary-title {
    font-size: 16px;
    padding-bottom: 16px
}

#vcdl-init .vcdl-book-info p {
    width: 100%;
    text-align: center;
    line-height: 1em;
    padding-bottom: .25em
}

#vcdl-init .vcdl-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3em
}

#vcdl-init .vcdl-brand span {
    display: block;
    margin: 42px 0 0 -86px
}

#vcdl-init .vcdl-brand sup {
    font-size: .5em
}

.vcdl-desktop #vcdl-reading {
    width: 1012px;
    margin: 0 auto
}

.vcdl-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vcdl-page-title {
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.2em
}

.vcdl-page-text {
    position: absolute;
    font-family: Georgia;
    font-size: 16px;
    text-align: justify;
    overflow: hidden
}

.vcdl-text-column {
    line-height: 1.25em;
    position: relative;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    -webkit-backface-visibility: hidden
}

.vcdl-tablet.vcdl-horizontal.vcdl-twocolumns .vcdl-text-column {
    -webkit-column-count: 4 !important;
    column-count: 4 !important
}

.vcdl-desktop.vcdl-twocolumns .vcdl-text-column {
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-count: 4
}

/*.vcdl-page-text img {float: left}*/
.vcdl-clear {
    clear: both;
    font-size: 1px;
    display: block
}

.vcdl-header,
.vcdl-progress-bar-container,
.vcdl-footer {
    -webkit-transition: all 400ms ease-in-out;
    -webkit-backface-visibility: hidden;
}

.vcdl-header.vcdl-out {
    -webkit-transform: translate3d(0, -51px, 0)
}

.vcdl-header.vcdl-out .vcdl-bookmark.active img {
    -webkit-transform: translate3d(0, 43px, 0);
    -moz-transform: translate(0, 43px);
    -ms-transform: translate3d(0, 43px, 0);
    transform: translate3d(0, 43px, 0);
}

.vcdl-progress-bar-container.vcdl-out {
    -webkit-transform: translate3d(0, 85px, 0)
}

.vcdl-footer.vcdl-out {
    -webkit-transform: translate3d(0, 112px, 0)
}

.vcdl-desktop .vcdl-header .vcdl-p6 {
    max-width: 1012px;
    margin: 0 auto
}

.vcdl-footer {
    display: none
}

.vcdl-smartphone .vcdl-footer {
    display: block;
    text-align: center
}

.vcdl-smartphone-progress-bar-container {
    position: absolute;
    width: 100%;
    height: 70px;
    top: -70px
}

.vcdl-pdf .vcdl-smartphone-progress-bar-container {
    background: #f5f5f5
}

.vcdl-smartphone-progress-bar-container > .vcdl-smartphone-progress-bar {
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -123px;
    height: 25px;
    width: 246px;
    background: url(images/progress-bar.png) repeat-x scroll center left
}

#vcdl-prev-page,
#vcdl-next-page,
#vcdl-page-top,
#vcdl-page-bottom {
    position: absolute;
    cursor: pointer
}

#vcdl-prev-page {
    left: 0
}

#vcdl-next-page {
    right: 0
}

#vcdl-page-top,
#vcdl-page-bottom {
    left: 0;
    width: 100%;
    height: 50px
}

#vcdl-page-top {
    top: 0
}

#vcdl-page-bottom {
    bottom: 0
}

.vcdl-desktop.vcdl-twocolumns #vcdl-prev-page {
    left: -51px
}

.vcdl-desktop.vcdl-twocolumns #vcdl-next-page {
    right: -35px
}

.vcdl-desktop #vcdl-prev-page {
    bottom: 0;
    width: 150px;
    height: 100%;
    background: none
}

.vcdl-desktop #vcdl-prev-page div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 81px;
    margin: -40px 0 0 -23px;
    background: url(images/prev-page.png);
    opacity: .2;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out
}

.vcdl-desktop #vcdl-prev-page:hover div {
    opacity: 1
}

.vcdl-desktop #vcdl-next-page {
    bottom: 0;
    width: 115px;
    height: 100%;
    background: none
}

.vcdl-desktop #vcdl-next-page div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 81px;
    margin: -40px 0 0 -23px;
    background: url(images/next-page.png);
    opacity: .2;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out
}

.vcdl-desktop #vcdl-next-page:hover div {
    opacity: 1
}

.vcdl-smartphone #vcdl-prev-page {
    bottom: 0;
    width: 80px;
    height: 100%
}

.vcdl-smartphone #vcdl-next-page {
    bottom: 0;
    width: 80px;
    height: 100%
}

.vcdl-tablet #vcdl-prev-page {
    bottom: 0;
    width: 130px;
    height: 100%
}

.vcdl-tablet #vcdl-next-page {
    bottom: 0;
    width: 130px;
    height: 100%
}

.vcdl-touch.vcdl-pdf #vcdl-prev-page,
.vcdl-touch.vcdl-pdf #vcdl-next-page {
    width: 50px
}

.vcdl-progress-bar-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px
}

.vcdl-touch.vcdl-pdf .vcdl-progress-bar-container {
    background: #f5f5f5
}

.vcdl-progress-bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -266px;
    height: 25px;
    width: 533px;
    background: url(images/progress-bar.png) repeat-x scroll center left
}

/*.vcdl-horizontal .vcdl-page-text {-webkit-column-count: 2; -webkit-column-gap: 60px; -moz-column-count: 2; -moz-column-gap: 60px}*/

#vcdl-top-bar {
    display: none;
    width: 100%;
    height: 100px;
    background: green;
    position: absolute;
    top: -100px;
    left: 0
}

#vcdl-bottom-bar {
    display: none;
    width: 100%;
    height: 100px;
    background: green;
    position: absolute;
    bottom: -100px;
    left: 0
}

/* Seleccion de texto */
.vcdl-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

#vcdl-selection-start {
    cursor: nw-resize;
    display: none;
    position: absolute;
    width: 30px;
    height: 7rem;
    z-index: 3000;
    display: none;
    overflow: hidden;
    background: rgba(255, 255, 255, .01)
}

#vcdl-selection-end {
    cursor: se-resize;
    display: none;
    position: absolute;
    width: 30px;
    height: 7rem;
    z-index: 3000;
    display: none;
    overflow: hidden;
    background: rgba(255, 255, 255, .01)
}

.vcdl-ball {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #70a00e;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, .85);
}

.vcdl-stick {
    position: absolute;
    width: 2px;
    height: 100px;
    background: #70a00e;
    left: 14px
}

#vcdl-selection-start .vcdl-ball {
    top: 17px
}

#vcdl-selection-start .vcdl-stick {
    top: 27px
}

#vcdl-selection-end .vcdl-ball {
    bottom: 17px
}

#vcdl-selection-end .vcdl-stick {
    bottom: 27px
}

.vcdl-word.vcdl-selected,
.vcdl-space.vcdl-selected {
    color: #000000 !important;
    background: #ffe6b6 !important
}

/* TOC */
#vcdl-toc-container {
    position: absolute;
    left: 0
}

#vcdl-toc-container ul {
    width: 100%;
    padding: 20px 0
}

.vcdl-desktop #vcdl-toc-container ul {
    max-width: 1012px;
    margin: 0 auto
}

.vcdl-smartphone #vcdl-toc-container .vcdl-right {
    display: none
}

/* Multilayer */
#vcdl-multilayer {
    display: none;
    z-index: 4000;
    top: 50px;
    color: #535353;
    min-width: 300px
}

#vcdl-multilayer-overlay {
    z-index: 1999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
    display: none
}

/* Brillo */
body.vcdl-white.vcdl-bright-7 {
    background: #ffffff;
    color: #555555
}

body.vcdl-white.vcdl-bright-6 {
    background: #eeeeee;
    color: #444444
}

body.vcdl-white.vcdl-bright-5 {
    background: #dddddd;
    color: #333333
}

body.vcdl-white.vcdl-bright-4 {
    background: #cccccc;
    color: #222222
}

body.vcdl-white.vcdl-bright-3 {
    background: #bbbbbb;
    color: #111111
}

body.vcdl-white.vcdl-bright-2 {
    background: #aaaaaa;
    color: #000000
}

body.vcdl-white.vcdl-bright-1 {
    background: #999999;
    color: #000000
}

body.vcdl-sepia.vcdl-bright-7 {
    background: #fff7e5;
    color: #534034
}

body.vcdl-sepia.vcdl-bright-6 {
    background: #ede6d5;
    color: #4d3b30
}

body.vcdl-sepia.vcdl-bright-5 {
    background: #dbd4c5;
    color: #47372d
}

body.vcdl-sepia.vcdl-bright-4 {
    background: #c9c3b5;
    color: #413229
}

body.vcdl-sepia.vcdl-bright-3 {
    background: #b8b2a5;
    color: #3c2e26
}

body.vcdl-sepia.vcdl-bright-2 {
    background: #a6a195;
    color: #362a22
}

body.vcdl-sepia.vcdl-bright-1 {
    background: #948f85;
    color: #30251e
}

body.vcdl-black.vcdl-bright-7 {
    background: #000000;
    color: #ffffff
}

body.vcdl-black.vcdl-bright-6 {
    background: #000000;
    color: #dddddd
}

body.vcdl-black.vcdl-bright-5 {
    background: #000000;
    color: #bbbbbb
}

body.vcdl-black.vcdl-bright-4 {
    background: #000000;
    color: #999999
}

body.vcdl-black.vcdl-bright-3 {
    background: #000000;
    color: #777777
}

body.vcdl-black.vcdl-bright-2 {
    background: #000000;
    color: #555555
}

body.vcdl-black.vcdl-bright-1 {
    background: #000000;
    color: #333333
}

body.vcdl-white .vcdl-smartphone-progress-bar-container {
    background: #f5f5f5
}

body.vcdl-sepia .vcdl-smartphone-progress-bar-container {
    background: #dbd4c5
}

body.vcdl-black .vcdl-smartphone-progress-bar-container {
    background: #111111
}

.vcdl-pdf body {
    background: #fafafa !important
}

.vcdl-pdf .vcdl-page-text {
    background: #ffffff;
}

/* DEBUG Y OTROS */
.start {
    background: rgba(0, 128, 0, .3)
}

.end {
    background: rgba(0, 0, 128, .3)
}

pre {
    white-space: normal;
    font-family: inherit
}

#vcdl-twocolumns-button {
    display: none
}

/*.vcdl-vertical #vcdl-twocolumns-button, /* J */
/*.vcdl-vertical #vcdl-onecolumn-button {display: none!important}*/
/* J */
/*.touch-scrollable * {-webkit-backface-visibility: hidden!important}*/

#vcdl-context {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 9000
}

#vcdl-context ul {
}

.vcdl-outside-link {
    text-decoration: none
}

.vcdl-desktop .vcdl-outside-link:hover {
    text-decoration: none
}

.vcdl-outside-link:active {
    text-decoration: none
}

.vcdl-outside-link:visited {
    text-decoration: none
}

.vcdl-mark[data-color="ff0000"] {
    background: rgba(255, 0, 0, .3);
    color: #000000
}

.vcdl-mark[data-color="ff7f00"] {
    background: rgba(255, 128, 0, .4);
    color: #000000
}

.vcdl-mark[data-color="ffff00"] {
    background: rgba(255, 255, 0, .4);
    color: #000000
}

.vcdl-mark[data-color="00ff00"] {
    background: rgba(0, 255, 0, .4);
    color: #000000
}

.vcdl-mark[data-color="00ffff"] {
    background: rgba(0, 255, 255, .3);
    color: #000000
}

.vcdl-mark[data-color="0000ff"] {
    background: rgba(0, 64, 255, .3);
    color: #000000
}

.vcdl-mark[data-color="7f00ff"] {
    background: rgba(128, 0, 255, .3);
    color: #000000
}

.vcdl-mark[data-color="ff00ff"] {
    background: rgba(255, 0, 255, .25);
    color: #000000
}

.vcdl-mark[data-type="note"] {
    background: rgba(0, 0, 0, .07);
    color: #000000
}

.vcdl-black .vcdl-mark[data-color="ff0000"] {
    background: rgba(255, 0, 0, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="ff7f00"] {
    background: rgba(255, 128, 0, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="ffff00"] {
    background: rgba(255, 255, 0, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="00ff00"] {
    background: rgba(0, 255, 0, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="00ffff"] {
    background: rgba(0, 255, 255, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="0000ff"] {
    background: rgba(0, 64, 255, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="7f00ff"] {
    background: rgba(128, 0, 255, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-color="ff00ff"] {
    background: rgba(255, 0, 255, .8);
    color: #ffffff
}

.vcdl-black .vcdl-mark[data-type="note"] {
    background: rgba(255, 255, 255, .2);
    color: #ffffff
}

.vcdl-control img {
    position: absolute
}

#vcdl-markups {
    background: #ffffff;
    color: #555555
}

#vcdl-markups .vcdl-footer {
    display: block;
    bottom: 0;
    position: absolute
}

#vcdl-markups-container {
    padding: 20px 0;
    width: 100%
}

#vcdl-markups-container ul {
    max-width: 690px;
    margin: 0 auto
}

#vcdl-public-markups {
    background: #ffffff;
    color: #555555
}

#vcdl-public-markups .vcdl-footer {
    display: block;
    bottom: 0;
    position: absolute
}

#vcdl-public-markups-container {
    padding: 20px 0;
    width: 100%
}

#vcdl-public-markups-container ul {
    max-width: 690px;
    margin: 0 auto
}

/*.vcdl-chunk-end {outline: 10px solid rgba(0, 0, 128, .2)}*/

#vcdl-progress-layer {
    display: none;
    cursor: pointer
}

.touch-active {
    opacity: .65;
    background: rgba(0, 0, 0, .35) !important;
}

/*.vcdl-word:after {content: " "}*/

.vcdl-desktop .touch-activable:hover {
    opacity: .75
}

/*.vcdl-quote,
.vcdl-text {overflow: hidden; text-overflow: ellipsis}
.vcdl-quote {font-style: italic; padding-bottom: 4px; opacity: .7}*/
.vcdl-quote:before {
    content: '"'
}

.vcdl-quote:after {
    content: '"'
}

#vcdl-info {
    background: #ffffff;
    color: #555555
}

#vcdl-progress-layer .vcdl-section-title {
    font-size: 12px;
    display: none
}

#vcdl-system-dialog {
}

#vcdl-system-dialog-wrapper {
    position: absolute
}

#vcdl-system-dialog-wrapper.vcdl-centered {
    top: 50%;
    left: 50%
}

#vcdl-system-dialog-wrapper.vcdl-centered #vcdl-system-dialog {
    margin: -45% 0 0 -50%;
    position: static
}

#vcdl-system-dialog-wrapper.vcdl-centered .vcdl-style12-arrow,
#vcdl-system-dialog-wrapper.vcdl-centered .vcdl-style12-arrow-border {
    display: none
}

#vcdl-login-dialog {
}

#vcdl-login-dialog-wrapper {
    position: absolute;
    top: 50%;
    left: 50%
}

#vcdl-login-dialog-wrapper #vcdl-login-dialog {
    margin: -45% 0 0 -50%;
    position: static
}

#vcdl-login-dialog-wrapper .vcdl-style12-arrow,
#vcdl-login-dialog-wrapper .vcdl-style12-arrow-border {
    display: none
}

.vcdl-summary-sync {
    cursor: pointer
}

.vcdl-book-info {
    display: none
}

.vcdl-finish-book-container {
    text-align: center
}

.vcdl-finish-book {
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    margin: 20px;
    position: relative
}

#vcdl-pdf-content .vcdl-finish-book-container {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -60px;
    display: none
}

#vcdl-pdf-content .vcdl-finish-book-container .vcdl-finish-book {
}

.vcdl-text-column a {
    cursor: text;
    color: inherit !important
}

/*.vcdl-text-column img {max-width: 100%}*/

#vcdl-pdf-content {
    cursor: move
}

#vcdl-pdf-content img {
    -webkit-transform: translate3d(0, 0, 0) translate(0, 0)
}

.vcdl-pdf .vcdl-plus-button {
    border-left: 0 !important
}

.vcdl-plus-button img,
.vcdl-minus-button img {
    position: relative;
    top: 2px
}

.vcdl-flow .vcdl-plus-button,
.vcdl-flow .vcdl-minus-button {
    display: none
}

/*#vcdl-public-markups-icon {display: none!important; position: absolute; cursor: pointer}*/
#vcdl-public-markups-icon {
    display: none;
    position: absolute;
    cursor: pointer;
    z-index: 9999
}

#vcdl-public-markups-icon .vcdl-counter {
    right: -6px;
    top: -6px
}

.vcdl-desktop #vcdl-public-markups-icon {
    bottom: 30px;
    right: 135px
}

.vcdl-tablet #vcdl-public-markups-icon {
    bottom: 30px;
    right: 22px
}

.vcdl-smartphone #vcdl-public-markups-icon {
    bottom: 0px;
    right: 10px
}

/*.vcdl-touch #vcdl-public-markups-icon {display: none!important}*/

.vcdl-btn02.vcdl-markup-scope-current,
.vcdl-btn02.vcdl-markup-scope-all {
    float: none;
    position: relative;
    top: -2px;
    margin-left: 20px
}

.vcdl-footer .vcdl-btn02.vcdl-markup-scope-current,
.vcdl-footer .vcdl-btn02.vcdl-markup-scope-all {
    float: none;
    position: static;
    margin: 0
}

#vcdl-public-markups .vcdl-footer {
    height: 43px
}

/* Visor HTML 5 - Casa del Libro
** MCF 20110819
*/

/* Estilos generales */

.clear {
    display: block;
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 1px
}

.vcdl-p6 {
    /*padding: 6px*/
}

.vcdl-p10 {
    padding: 10px
}

.vcdl-left {
    float: left;
    position: relative
}

.vcdl-left.active {
    /*opacity: .4*/
}

.vcdl-left.active span {
    background: white;
}

.vcdl-right {
    float: right;
    position: relative
}

.vcdl-georgia {
    font-family: Georgia;
    text-transform: none !important;
    font-size: 0.9em !important
}

.vcdl-verdana {
    font-family: Verdana;
    text-transform: none !important;
    font-size: 0.9em !important
}

.vcdl-times {
    font-family: 'Times New Roman';
    text-transform: none !important;
    font-size: 0.9em !important
}

.bigger {
    font-size: 1.25em
}

.small {
    font-size: 0.875em
}

.smaller {
    font-size: 0.813em
}

.smallest {
    font-size: 0.688em
}

.hint {
    color: #b2b2b2
}

.vcdl-disabled {
    opacity: 0.5;
    cursor: default
}

.vcdl-disabled * {
    cursor: default !important
}

textarea {
    width: 100%;
    background: transparent;
    resize: none;
    -webkit-appearance: none;
    -moz-outline-style: none;
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.813em;
    line-height: 1em;
    position: relative;
    z-index: 4000
}

textarea:focus {
    outline: none;
    border: none !important;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vcdl-textarea-box {
    overflow: hidden;
    height: 80px;
    padding: 10px 0 10px 10px
}

.vcdl-textarea-box textarea {
    height: 80px
}

p {
    padding: 0 0 0.75em 0;
    line-height: 1.25em
}

.vcdl-img-deco {
    border: 1px solid #dbdbdb;
}

.vcdl-list01 {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0;
    font-size: 0.813em
}

.vcdl-list01 li {
    float: left;
    display: inline-block;
    color: #72a211;
    padding: 0px 0
}

.vcdl-list01 li span {
    /*border-left: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border-right: 1px solid rgba(255, 255, 155, 0.1)*/
}

.vcdl-list01 li:first-child span {
    border-left: 0
}

.vcdl-list01 li:last-child span {
    border-right: 0
}

.vcdl-list01 li span {
    display: block;
    padding: 2px 10px;
    cursor: pointer
}

.vcdl-right .vcdl-list01 {
    float: right
}

.vcdl-list02 {
}

.vcdl-list02 li {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 11px 32px 13px;
    line-height: 1.1em;
    cursor: pointer
}

.vcdl-desktop .vcdl-list02 li:hover {
    background: rgba(0, 0, 0, .07)
}

.vcdl-black .vcdl-list02 li {
    border-color: rgba(255, 255, 255, .07)
}

.vcdl-list02 li > span {
    display: block;
    padding: 0 10px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px !important
}

.vcdl-list02 li:last-child {
    border: 0
}

.vcdl-list02 .vcdl-right {
    padding-left: 5px
}

.vcdl-list03 {
}

.vcdl-list03 > li {
    padding-bottom: 24px
}

.vcdl-list03 .vcdl-title02 {
    padding-left: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.vcdl-black .vcdl-list03 .vcdl-title02 {
    border-color: rgba(255, 255, 255, .1);
}

.vcdl-list03 ul {
    padding: 13px 0 0;
    font-size: 0.875em
}

.vcdl-list03 ul li {
    padding: 4px 32px 4px
}

.vcdl-list03 ul li p {
    line-height: 1.2em
}

.vcdl-list03 li li {
    cursor: pointer
}

.vcdl-desktop .vcdl-list03 li li:hover {
    background: rgba(0, 0, 0, .07)
}

.vcdl-list03 li > p {
    cursor: pointer
}

.vcdl-desktop .vcdl-list03 li > p:hover {
    background: rgba(0, 0, 0, .07)
}

.vcdl-list03 .vcdl-actions {
    width: 17px;
    position: relative;
    top: 2px
}

.vcdl-list04 li {
    float: left;
    padding-left: 4px
}

.vcdl-list05 li {
    float: left;
    padding-right: 15px
}

.vcdl-list05 li:last-child {
    padding-right: 0
}

.vcdl-img {
    float: left;
    padding-right: 8px;
    text-align: center
}

.vcdl-txt {
    float: left;
    width: 80%
}

.vcdl-style09 .vcdl-txt {
    width: 79%
}

.vcdl-style11 .vcdl-txt {
    width: 85%
}

.vcdl-info {
    font-size: 0.688em;
    padding: 8px 8px 6px 8px;
    text-align: center
}

.vcdl-info.vcdl-error {
    color: #ff0000
}

.vcdl-center {
    text-align: center
}

.vcdl-center span {
    float: none
}

/* Estructura */

.vcdl-header,
.vcdl-footer {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%
}

.vcdl-header {
    top: -1px
}

.vcdl-footer {
    bottom: -1px
}

.vcdl-header-fixed,
.vcdl-footer-fixed {
    position: relative;
    left: 0;
    z-index: 1000;
    width: 100%
}

.vcdl-header-fixed {
    top: 0
}

.vcdl-footer-fixed {
    bottom: 0
}

.vcdl-content {
    margin: 0 auto;
    max-width: 690px;
    padding: 25px
}

.vcdl-col100 {
    padding: 0 15px 40px
}

.vcdl-col50 {
    float: left;
    width: 48%;
    margin-left: 4%
}

.vcdl-col50:first-child {
    margin-left: 0
}

/* Titulos */

.vcdl-title01 {
    display: inline-block;
    color: #70a00e;
    font-size: 1.25em;
    padding: 13px 0 12px 15px;
    position: relative;
    z-index: 10
}

.vcdl-header .vcdl-title01,
.vcdl-footer .vcdl-title01,
.vcdl-header-fixed .vcdl-title01 {
    padding-left: 0;
    padding-bottom: 0
}

.vcdl-title02 {
    display: block;
    padding: 4px 0 5px 10px
}

.vcdl-style02 .vcdl-title02 {
    padding-top: 15px
}

.vcdl-smartphone .vcdl-header .vcdl-title01 {
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vcdl-title03 {
    color: #ffffff;
    font-size: 1.375em
}

.vcdl-title04 {
    font-size: 1.25em;
    line-height: 1em;
    padding-bottom: 5px
}

.vcdl-title05 {
    font-size: 1em;
    line-height: 1em;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 8px 0;
    margin-bottom: 12px
}

.vcdl-desta {
    color: #276912;
    font-size: 1.5em;
    padding: 0 15px 30px
}

/* Estilos por bloques -degradados, bordes redondeados... - */

.vcdl-style01 {
    position: relative;
    padding: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #c6e67b; /* Old browsers */
    background: -moz-linear-gradient(top, #c6e67b 8%, #c6e67b 59%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #c6e67b), color-stop(59%, #c6e67b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c6e67b 8%, #c6e67b 59%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c6e67b 8%, #c6e67b 59%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c6e67b 8%, #c6e67b 59%); /* IE10+ */
    background: linear-gradient(top, #c6e67b 8%, #c6e67b 59%); /* W3C */
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.no-cssgradient .vcdl-style01 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-style01-grad {
    height: 44px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-top: 1px solid #c6e67b;
    background: -moz-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 0) 71%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(198, 230, 123, 1)), color-stop(71%, rgba(198, 230, 123, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 0) 71%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 0) 71%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 0) 71%); /* IE10+ */
    background: linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 0) 71%); /* W3C */
}

.no-cssgradient .vcdl-style01-grad {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-style01-arrow-border {
    border-color: transparent transparent #c6e67b transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    top: -23px;
    left: 20px;
    z-index: 100
}

.vcdl-style01-arrow {
    border-color: transparent transparent #c6e67b transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -19px;
    left: 22px;
    z-index: 101
}

.vcdl-sup .vcdl-style01-arrow-border {
    display: none
}

.vcdl-sup .vcdl-style01-arrow {
    border-color: #0F3702 transparent transparent transparent;
    top: auto;
    bottom: -20px
}

.vcdl-style02 {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.vcdl-style03 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    text-align: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.vcdl-desktop .vcdl-style03.touch-activable:hover {
    background: #f7f7f7 !important
}

ul.vcdl-style03 li {
    padding: 0 8px
}

ul.vcdl-style03 li span {
    display: block;
    padding: 12px 18px 9px 0;
    border-bottom: 1px solid #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px
}

ul.vcdl-style03 li.active span {
    background: url(images/tick01.png) 99% 14px no-repeat
}

.vcdl-style03 p {
    padding: 7px 8px;
    font-size: 0.813em
}

.vcdl-desktop ul.vcdl-style03 li.touch-activable:hover {
    background: rgba(0, 0, 0, .06)
}

ul li.vcdl-more span {
    background: url(images/more.png) 99% 16px no-repeat
}

.vcdl-config-list li {
    position: relative
}

.vcdl-config-list li span {
    position: relative;
    padding-right: 95px
}

.vcdl-config-list .vcdl-control {
    position: absolute;
    top: 8px;
    right: 10px
}

.vcdl-style04 {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #c6e67b;
    color: #72a211;
}

.no-cssgradient .vcdl-style04 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-style04-arrow-border {
    border-color: #c6e67b;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -19px;
    left: 28px;
    z-index: 100
}

.vcdl-style04-arrow {
    border-color: transparent transparent #c6e67b transparent;
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 101
}

.vcdl-sup .vcdl-style04-arrow-border {
    display: none
}

.vcdl-sup .vcdl-style04-arrow {
    border-color: #c6e67b transparent transparent transparent;
    top: auto;
    bottom: -16px
}

.vcdl-style04.vcdl-list01 {
    float: left
}

.vcdl-style04.vcdl-list01 li:first-child {
    padding-left: 2px;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
}

.vcdl-style04.vcdl-list01 li:last-child {
    padding-right: 2px;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
}

.vcdl-style04.vcdl-list01 li span {
    padding: 3px 12px
}

.vcdl-style04.vcdl-list01 li a {
    color: #72a211;
}

.vcdl-style05 {
    position: relative;
    z-index: 10;
    vertical-align: middle;
    display: inline-block;
    color: #72a211;
    text-transform: uppercase;
    font-size: 0.688em;
    text-align: center;
    /*background: #70a00e;*/
}

.no-cssgradient .vcdl-style05 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a00e', endColorstr='#70a00e', GradientType=0); /* IE6-9 */
}

.vcdl-style05.vcdl-list01 li:first-child {
    padding-left: 2px;
}

.vcdl-style05.vcdl-list01 li:last-child {
    padding-right: 2px;
}

.vcdl-style06 .vcdl-style05 {
    border-top: 0
}

.vcdl-style06 .vcdl-right .vcdl-style05 {
    float: right
}

.vcdl-style06 {
    text-align: center;
    background: rgb(31, 90, 8); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198, 230, 123, 1) 0%, rgba(198, 230, 123, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198, 230, 123, 1)), color-stop(100%, rgba(198, 230, 123, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198, 230, 123, 1) 0%, rgba(198, 230, 123, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198, 230, 123, 1) 0%, rgba(198, 230, 123, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(198, 230, 123, 1) 0%, rgba(198, 230, 123, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(198, 230, 123, 1) 0%, rgba(198, 230, 123, 1) 100%); /* W3C */
}

.no-cssgradient .vcdl-style06 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-style07 {
    border: 1px solid #f3b61e;
    color: #854e00;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: -moz-linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 200, 41, 0.9)), color-stop(100%, rgba(236, 138, 5, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* W3C */
}

.no-cssgradient .vcdl-style07 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6fec829', endColorstr='#e6ec8a05', GradientType=0); /* IE6-9 */
}

.vcdl-style07-arrow-border {
    border-color: #f5b50c transparent transparent transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -24px;
    left: 73px;
    z-index: 100
}

.vcdl-style07-arrow {
    border-color: #ed941b transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 75px;
    z-index: 101
}

.vcdl-style08 {
    color: #ffffff;
    border-top: 1px solid #4380d1;
    border-bottom: 1px solid #6195ba;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgb(79, 151, 246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(79, 151, 246, 1) 42%, rgba(43, 114, 232, 1) 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(79, 151, 246, 1)), color-stop(52%, rgba(43, 114, 232, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(79, 151, 246, 1) 42%, rgba(43, 114, 232, 1) 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(79, 151, 246, 1) 42%, rgba(43, 114, 232, 1) 52%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(79, 151, 246, 1) 42%, rgba(43, 114, 232, 1) 52%); /* IE10+ */
    background: linear-gradient(top, rgba(79, 151, 246, 1) 42%, rgba(43, 114, 232, 1) 52%); /* W3C */
}

.no-cssgradient .vcdl-style08 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f97f6', endColorstr='#2b72e8', GradientType=0); /* IE6-9 */
}

.vcdl-style09 {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e2e2;
    background: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.vcdl-style09-arrow-border {
    border-color: #e5e2e2 transparent transparent transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -24px;
    left: 28px;
    z-index: 100
}

.vcdl-style09-arrow {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 30px;
    z-index: 101
}

.vcdl-lat-left .vcdl-style09-arrow-border {
    border-color: transparent #e5e2e2 transparent transparent;
    bottom: auto;
    top: 22px;
    left: -24px
}

.vcdl-lat-left .vcdl-style09-arrow {
    border-color: transparent #ffffff transparent transparent;
    bottom: auto;
    top: 24px;
    left: -20px
}

.vcdl-style09 .vcdl-img {
    padding-right: 15px
}

.vcdl-style10 {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgb(251, 251, 251); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(240, 240, 240, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%); /* W3C */
}

.no-cssgradient .vcdl-style10 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0); /* IE6-9 */
}

.vcdl-btn02.vcdl-style10 {
    padding: 5px 14px 3px
}

.vcdl-style11 {
    border: 1px solid #e9e9e9;
    background: #f9f8f8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* Activos */

.vcdl-style05.active,
.vcdl-style04 .active {
    cursor: default;
    opacity: 1;
    /*background: rgb(112,160,14);*/
    background-color: white;
}

.vcdl-style05 .active {
    cursor: default;
    opacity: 1;
    /*background: rgb(112,160,14);*/
    background-color: white;
}

.vcdl-style05.active span,
.vcdl-style04 .active span {
    cursor: default
}

.vcdl-style05 .active span {
    cursor: default
}

/* Botones */

.vcdl-btn-box {
    padding: 8px 10px 1px 10px
}

.vcdl-btn-box .vcdl-style10.vcdl-btn02 {
    margin-top: 0
}

.vcdl-comment-box .vcdl-btn-box {
    border-top: 1px solid #e7e7e7;
    margin-top: 4px
}

.vcdl-btn01 {
    display: block;
    text-align: center;
    padding: 9px 0 11px;
    cursor: pointer
}

.vcdl-btn02 {
    display: inline-block;
    text-align: center;
    float: left;
    padding: 11px 6px 10px 9px;
    margin-left: 7px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    font-size: 0.688em;
    text-transform: uppercase
}

.vcdl-layer01b .vcdl-btn02.vcdl-style08 {
    margin-right: 10px
}

.vcdl-style10.vcdl-btn02 {
    margin-top: 15px
}

.vcdl-btn02.disabled {
    opacity: .35;
    cursor: default !important
}

.vcdl-btn02.disabled:hover {
    opacity: .35;
    cursor: default !important
}

.vcdl-btn02:first-child {
    margin-left: 0;
    padding: 11px 6px 10px 9px;
}

.vcdl-btn02b-box {
    position: relative;
    float: left
}

.vcdl-btn02b {
    margin-left: 9px !important;
    position: relative;
    z-index: 12;
    padding: 6px 12px 4px 8px;
}

.vcdl-btn02b-arrow {
    border-radius: 2px 2px 3px 2px;
    -webkit-border-radius: 2px 2px 3px 2px;
    -moz-border-radius: 2px 2px 3px 2px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    z-index: 11;
    margin-left: 12px;
    width: 21px;
    height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: #ccc;
    -webkit-transform: scale(0.8, 1) rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.8, 1) rotate(45deg);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.8, 1) rotate(45deg);
    -o-transform-origin: 0 0;
    -ms-transform: scale(0.8, 1) rotate(45deg);
    -ms-transform-origin: 0 0;
    transform: scale(0.8, 1) rotate(45deg);
    transform-origin: 0 0;
    background: #70a00e;
}

.no-cssgradient .vcdl-btn02b-arrow {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a00e', endColorstr='#70a00e', GradientType=0); /* IE6-9 */
}

.vcdl-btn03 {
    float: left;
    display: inline-block;
    padding: 12px 10px 1px
}

.vcdl-btn03 img {
    vertical-align: middle;
    cursor: pointer
}

.vcdl-btn-icon {
    padding: 9px 0 7px;
    min-height: 24px;
    width: 38px;
    text-align: center
}

.vcdl-btn-icon img {
    vertical-align: middle
}

.vcdl-list01 .vcdl-btn-icon {
    padding: 8px 0 8px 0;
    width: 40px
}

.vcdl-btn-share {
    padding: 3px 11px 4px
}

.vcdl-btn-share img {
    padding-left: 5px;
    vertical-align: bottom;
    position: relative
}

.vcdl-style09 .vcdl-btn-share {
    position: relative;
    top: -8px
}

/* Acciones sobre el contenido - Iconos y contadores */

.vcdl-actions {
    display: block;
    float: left;
    margin-right: 3px;
    width: 30px;
    height: 26px;
    padding-right: 3px;
    line-height: 1.25em;
    cursor: default
}

.vcdl-actions-ico01 {
    width: 30px
}

.vcdl-actions-ico02 {
    width: 39px
}

.vcdl-actions-ico03 {
    width: 30px
}

.vcdl-actions-ico {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.vcdl-counter {
    display: none;
    position: absolute;
    right: -17px;
    top: -4px;
    z-index: 20;
    width: 1.8em;
    height: 1.8em;
    font-size: 0.71em;
    text-align: center;
    color: #ffffff;
    border-radius: 20em;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    background: #f1b92e; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 185, 46, 1) 0%, rgba(219, 136, 16, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 185, 46, 1)), color-stop(100%, rgba(219, 136, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241, 185, 46, 1) 0%, rgba(219, 136, 16, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241, 185, 46, 1) 0%, rgba(219, 136, 16, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(241, 185, 46, 1) 0%, rgba(219, 136, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(241, 185, 46, 1) 0%, rgba(219, 136, 16, 1) 100%); /* W3C */
}

.vcdl-counter span {
    position: relative;
    top: 0;
    cursor: pointer
}

#vcdl-toc .vcdl-counter {
    display: block
}

.vcdl-actions-ico01 .vcdl-counter {
    right: -17px
}

.vcdl-actions-ico02 .vcdl-counter {
    right: -12px
}

.vcdl-actions-ico03 .vcdl-counter {
    right: -17px
}

/*.vcdl-btn-counter {float: right; margin-left: 20px; position: relative}*/
.vcdl-btn-counter {
    float: right;
    position: relative
}

.vcdl-btn-counter .vcdl-counter {
    left: -8px;
    top: 5px
}

.vcdl-embedded.vcdl-ios .vcdl-btn-counter {
    display: none !important
}

.vcdl-bookmark {
    float: right;
    position: relative;
    width: 35px;
    height: 20px;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer
}

.vcdl-bookmark img {
    position: absolute;
    left: 0;
    top: -45px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.vcdl-bookmark.active img {
    top: -8px
}

.vcdl-touch .vcdl-bookmark img {
    top: 0;
    -webkit-transform: translate3d(0, -45px, 0);
    -moz-transform: translate(0, -45px);
    -ms-transform: translate3d(0, -45px, 0);
    transform: translate3d(0, -45px, 0)
}

.vcdl-touch .vcdl-bookmark.active img {
    top: 0;
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
}

.vcdl-smartphone #vcdl-reading .vcdl-header .vcdl-p6 {
    padding-right: 0
}

/* Capas */

.vcdl-layer01 {
    position: absolute;
    max-width: 376px;
    min-height: 44px
}

.vcdl-smartphone .vcdl-layer01 {
    max-width: 100%
}

.vcdl-layer01 .vcdl-btn02b,
.vcdl-layer01b .vcdl-btn02b,
.vcdl-layer05 .vcdl-btn02b,
.vcdl-layer05b .vcdl-btn02b {
    /*border-bottom: 1px solid #5f932a;*/
    /*background: #70a00e;*/
}

.no-cssgradient .vcdl-layer01 .vcdl-btn02b,
.no-cssgradient .vcdl-layer01b .vcdl-btn02b,
.no-cssgradient .vcdl-layer05 .vcdl-btn02b,
.no-cssgradient .vcdl-layer05b .vcdl-btn02b {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-layer01 .vcdl-btn02b-arrow,
.vcdl-layer01b .vcdl-btn02b-arrow,
.vcdl-layer05 .vcdl-btn02b-arrow,
.vcdl-layer05b .vcdl-btn02b-arrow {
    /*border-bottom: 1px solid #5f932a;*/
    margin-top: -16px;
    /*background: #70a00e; *//* Old browsers */
}

.no-cssgradient .vcdl-layer01 .vcdl-btn02b-arrow,
.no-cssgradient .vcdl-layer01b .vcdl-btn02b-arrow,
.no-cssgradient .vcdl-layer05 .vcdl-btn02b-arrow,
.no-cssgradient .vcdl-layer05b .vcdl-btn02b-arrow {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.vcdl-layer01b {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%
}

.vcdl-layer02 {
    position: relative;
    display: inline-block
}

.vcdl-layer03 {
    position: absolute;
    top: -114px;
    left: -80px;
    display: block;
    width: 150px;
    text-align: center
}

.vcdl-layer03 p {
    padding-bottom: 0.45em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vcdl-layer03 p:last-child {
    padding-bottom: 0
}

.vcdl-layer03 .smaller {
    padding-bottom: 0.45em
}

.vcdl-layer04 {
    position: absolute;
    width: 210px;
    bottom: 100px;
    z-index: 9999
}

.vcdl-layer04b {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 9999;
    width: 100%;
    min-height: 44px
}

.vcdl-layer05 {
    position: absolute;
    width: 90%;
    max-width: 376px;
    min-height: 44px
}

.vcdl-layer05b {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 9999;
    width: 100%;
    min-height: 44px
}

/* Scroll */

.vcdl-scroll {
    overflow-y: auto;
    height: 400px
}

.vcdl-desktop .vcdl-scrollbox,
.vcdl-tablet .vcdl-scrollbox {
    max-height: 400px;
    overflow-y: auto
}

/*.vcdl-extra-padding > div {padding-bottom: 30px}*/

/* Slider */

.vcdl-slider {
    padding: 13px 5px;
    text-align: center;
}

.vcdl-slider img {
    vertical-align: middle;
    padding: 0 4px
}

.vcdl-slider-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(images/slider01.png) 0 0 no-repeat;
    width: 237px;
    height: 13px;
}

.vcdl-slider-notch {
    width: 28px;
    height: 26px;
    display: block;
    text-align: center;
    background: transparent;
    position: absolute;
    left: 0;
    top: -7px;
    z-index: 20;
    cursor: pointer
}

.vcdl-slider01 {
    left: -7px
}

.vcdl-slider02 {
    left: 26px
}

.vcdl-slider03 {
    left: 65px
}

.vcdl-slider04 {
    left: 103px
}

.vcdl-slider05 {
    left: 141px
}

.vcdl-slider06 {
    left: 180px
}

.vcdl-slider07 {
    left: 218px
}

.vcdl-slider-handler {
    display: inline-block;
    position: relative;
    top: 2px;
    z-index: 21;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #81a650;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: rgb(140, 186, 75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(140, 186, 75, 1) 0%, rgba(201, 238, 125, 1) 86%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(140, 186, 75, 1)), color-stop(86%, rgba(201, 238, 125, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(140, 186, 75, 1) 0%, rgba(201, 238, 125, 1) 86%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(140, 186, 75, 1) 0%, rgba(201, 238, 125, 1) 86%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(140, 186, 75, 1) 0%, rgba(201, 238, 125, 1) 86%); /* IE10+ */
    background: linear-gradient(top, rgba(140, 186, 75, 1) 0%, rgba(201, 238, 125, 1) 86%); /* W3C */
}

.no-cssgradient .vcdl-slider-handler {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

/* Selector color */

.vcdl-list-color {
    padding: 0 0 0 5px;
    cursor: default
}

.vcdl-list-color li {
    float: left;
    padding-right: 5px
}

.vcdl-color-item {
    background: transparent;
    display: block;
    width: 29px;
    height: 29px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.vcdl-color01 {
    background: #ff0000
}

.vcdl-color02 {
    background: #ff9600
}

.vcdl-color03 {
    background: #fffc01
}

.vcdl-color04 {
    background: #34f600
}

.vcdl-color05 {
    background: #00ccff
}

.vcdl-color06 {
    background: #0066ff
}

.vcdl-color07 {
    background: #8105ff
}

.vcdl-color08 {
    background: #ff00c6
}

.vcdl-color-item.active {
    cursor: default;
    border: 2px solid #000000;
    width: 25px;
    height: 25px
}

/* Progress Bar */

.vcdl-progress-bar-handler {
    display: none;
    position: absolute;
    top: 1px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0
}

.vcdl-progress-bar-handler img {
    position: relative;
    left: -9px
}

/*
.vcdl-progress-bar {width: 100%; padding: 12px 0}
.vcdl-progress-bar-inner {width: 70%; margin: 0 auto; position: relative; padding: 10px 0; vertical-align: middle}
  .vcdl-progress-bar-notch {display: block; float: left; margin-right: 7px; width: 3px; height: 3px; background: #2e7318; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;}
*/

/* Controles */

.vcdl-control {
    display: inline-block;
    width: 77px;
    height: 28px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.vcdl-control img.vcdl-switch {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-outt
}

.vcdl-control img.vcdl-switch {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.vcdl-control.off img.vcdl-switch {
    transform: translate3d(-50.5px, 0, 0);
    -moz-transform: translate(-50.5px, 0);
    -webkit-transform: translate3d(-50.5px, 0, 0);
    -ms-transform: translate3d(-50.5px, 0, 0);
}

/* Valoraciones estrellas */

.stars {
    padding: 2px 0
}

.star-average-info {
    float: left;
    font-size: 0.875em;
    padding-left: 5px
}

.star-average-info > span {
    display: block;
    font-size: 0.786em
}

.average-rating {
    display: block;
    text-indent: -9999px;
    width: 65px;
    height: 13px;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    background: url(images/sprite-stars-average.png) 0 -80px no-repeat
}

.star01 {
    background-position: 0 -64px
}

.star02 {
    background-position: 0 -48px
}

.star03 {
    background-position: 0 -32px
}

.star04 {
    background-position: 0 -16px
}

.star05 {
    background-position: 0 0
}

/* Fin de libro - Compartir */

.vcdl-comment-box {
    margin-bottom: 50px
}

.vcdl-comment-box .vcdl-txt {
    padding-left: 10px
}

.vcdl-col01 {
    width: 145px;
    padding-right: 18px;
    padding-bottom: 3px;
    float: left
}

.vcdl-col01 .vcdl-ico-social {
    padding-right: 3px
}

/* Sincro */

.vcdl-sincro {
    float: right;
    padding-bottom: 8px;
    font-size: 0.875em
}

.vcdl-sincro img {
    vertical-align: top
}

/* Mostrar ocultar contenido segun tipo de capa */
.vcdl-layer01 .vcdl-style02 > div > *,
.vcdl-layer01b .vcdl-style02 > div > *,
.vcdl-layer01 .vcdl-goback,
.vcdl-layer01b .vcdl-goback,
.vcdl-layer01 .vcdl-layer01-btn,
.vcdl-layer01b .vcdl-layer01-btn,
.vcdl-layer01 .vcdl-btn03,
.vcdl-layer01b .vcdl-btn03,
.vcdl-layer01b .vcdl-smartphone-btn {
    display: none
}

.vcdl-layer01 .vcdl-style02 .myScrollbarV,
.vcdl-layer01b .vcdl-style02 .myScrollbarV,
.vcdl-layer01 .vcdl-style02 .myScrollbarV div,
.vcdl-layer01b .vcdl-style02 .myScrollbarV div {
    display: block
}

.vcdl-layer-goback .vcdl-goback {
    display: block !important
}

.vcdl-smartphone .vcdl-layer-library,
.vcdl-smartphone .vcdl-layer-config {
    padding-bottom: 0 !important
}

#vcdl-multilayer.vcdl-layer-lookinside {
    max-width: none;
    z-index: 6000
}

.vcdl-layer-lookinside .vcdl-style01-arrow-border,
.vcdl-layer-lookinside .vcdl-style01-arrow {
    display: none
}

.vcdl-layer-lookinside .vcdl-btn-box-lookinside {
    display: block !important
}

.vcdl-layer-lookinside .vcdl-lookinside-text {
    display: block !important;
    font-size: 14px;
    display: block;
    padding: 0 5px 10px;
    max-width: 320px;
    line-height: 1.2em
}

.vcdl-layer-lookinside .vcdl-lookinside-end {
    display: block !important;
    padding: 20px
}

.vcdl-lookinside-end .vcdl-txt {
    margin-left: 15px;
    max-width: 220px;
    width: auto
}

.vcdl-lookinside-end .vcdl-summary-title {
    max-width: 310px;
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    line-height: 1em;
    position: relative;
    top: -5px
}

.vcdl-lookinside-end .vcdl-price {
    display: block;
    font-size: 30px;
    text-align: right;
    padding: 20px 0 15px
}

.vcdl-lookinside-end .vcdl-add {
    display: block
}

.vcdl-layer-library .vcdl-library {
    display: block !important
}

.vcdl-smartphone .vcdl-layer-library .vcdl-goback,
.vcdl-smartphone .vcdl-layer-library .vcdl-smartphone-btn {
    display: block !important
}

.vcdl-layer-font .vcdl-font,
.vcdl-layer-font .vcdl-btn-box-font {
    display: block !important
}

.vcdl-layer-bright .vcdl-bright,
.vcdl-layer-bright .vcdl-btn-box-bright {
    display: block !important
}

.vcdl-layer-note .vcdl-textarea-box,
.vcdl-layer-note .vcdl-config-note,
.vcdl-layer-note .vcdl-btn-box-note {
    display: block !important
}

.vcdl-layer-note-edit .vcdl-btn03 {
    display: block !important
}

.vcdl-layer-several-notes .vcdl-note-list {
    display: block !important
}

.vcdl-layer-color .vcdl-config-color,
.vcdl-layer-color .vcdl-btn-box-color {
    display: block !important
}

.vcdl-layer-config .vcdl-config,
.vcdl-smartphone .vcdl-layer-config .vcdl-goback,
.vcdl-smartphone .vcdl-layer-config .vcdl-smartphone-btn {
    display: block !important
}

.vcdl-config-color .vcdl-config-list,
.vcdl-config-note {
    margin-top: 10px
}

/* Ocultar elementos segun dispositivo */

.vcdl-tablet .vcdl-smartphone-item,
.vcdl-desktop .vcdl-smartphone-item,
.vcdl-smartphone .vcdl-tablet-item,
.vcdl-desktop .vcdl-tablet-item,
.vcdl-smartphone .vcdl-desktop-item,
.vcdl-tablet .vcdl-desktop-item {
    display: none !important
}

.vcdl-tablet .vcdl-layer01b,
.vcdl-tablet .vcdl-layer04b,
.vcdl-tablet .vcdl-layer05b,
.vcdl-desktop .vcdl-layer01b,
.vcdl-desktop .vcdl-layer04b,
.vcdl-desktop .vcdl-layer05b {
    display: none
}

.vcdl-smartphone .vcdl-layer01,
.vcdl-smartphone .vcdl-layer05 {
    display: none
}

.vcdl-smartphone .vcdl-header .vcdl-right .vcdl-list01 {
    display: none
}

.vcdl-smartphone .vcdl-style07-arrow,
.vcdl-smartphone .vcdl-style07-arrow-border {
    display: none
}

.vcdl-smartphone .vcdl-not-smartphone {
    display: none
}

/* Mostrar elementos segun dispositivo */

.vcdl-smartphone .vcdl-layer01b {
    display: block
}

.vcdl-smartphone .vcdl-layer04b {
    display: block
}

.vcdl-smartphone .vcdl-layer05b {
    display: block
}

/* Estilos especificos smartphones */

.vcdl-smartphone .vcdl-progress-bar {
    background: #f5f5f5
}

.vcdl-smartphone .vcdl-layer-bleed.vcdl-style01 {
    margin: 0;
    padding: 9px 0 9px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.vcdl-smartphone .vcdl-layer-bleed .vcdl-style01-arrow,
.vcdl-smartphone .vcdl-layer-bleed .vcdl-style01-arrow-border {
    display: none
}

.vcdl-smartphone .vcdl-layer-bleed .vcdl-style02 {
    z-index: 9;
    padding-top: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.vcdl-smartphone .vcdl-layer-bleed .vcdl-style01-grad {
    z-index: 10;
    height: 48px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: -moz-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 1) 71%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(198, 230, 123, 1)), color-stop(71%, rgba(198, 230, 123, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 1) 71%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 1) 71%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 1) 71%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(198, 230, 123, 1) 46%, rgba(198, 230, 123, 1) 71%); /* W3C */
}

.vcdl-smartphone .vcdl-layer-bleed.vcdl-goback {
    display: block
}

.vcdl-smartphone .vcdl-layer-bleed .vcdl-goback {
    margin-left: 10px
}

.vcdl-smartphone .vcdl-layer-bleed .vcdl-goback .vcdl-btn02b-arrow {
    margin-left: 12px
}

/*
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-font.vcdl-style01,
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-bright.vcdl-style01 {padding: 0}
*/
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-font .vcdl-style02 {
    padding-left: 4px;
    padding-right: 0
}

.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-bright .vcdl-style02 {
    padding-left: 7px;
    padding-right: 0
}

.vcdl-smartphone .vcdl-slider img {
    padding: 0
}

/*
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-font .vcdl-style01-grad,
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-bright .vcdl-style01-grad,
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-font .vcdl-title01,
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-bright .vcdl-title01 {display: none}
*/
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-font .vcdl-style03,
.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer-bright .vcdl-style03 {
    margin: 0;
    padding: 9px 0 9px 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.vcdl-smartphone .vcdl-comment-box .vcdl-img {
    padding-top: 18px
}

.vcdl-smartphone .vcdl-comment-box .vcdl-img img {
    width: 30px
}

.vcdl-smartphone .vcdl-style09 {
    padding: 15px 12px
}

.vcdl-smartphone .vcdl-style11 .vcdl-txt {
    width: 78%
}

.vcdl-smartphone .vcdl-list05 li {
    padding-right: 3px;
    padding-bottom: 2px
}

.vcdl-summary-have-read-list img {
    height: 172px;
    width: 130px;
}

.vcdl-smartphone #vcdl-page-summary .vcdl-title04 {
    font-size: 1em
}

.vcdl-smartphone #vcdl-page-summary .vcdl-img > img {
    width: 100px
}

.vcdl-smartphone #vcdl-page-summary .vcdl-img .vcdl-btn-share {
    float: none;
    margin-top: 15px;
    margin-left: 0;
    padding: 2px 7px 2px
}

.vcdl-smartphone #vcdl-page-summary .vcdl-txt {
    width: 50%
}

.vcdl-smartphone #vcdl-page-summary .vcdl-col50 {
    width: 100%;
    float: none;
    padding-bottom: 40px;
    margin-left: 0
}

.vcdl-smartphone #vcdl-page-summary .vcdl-col50:last-child {
    padding-bottom: 0
}

.vcdl-smartphone #vcdl-page-summary .vcdl-col100 {
    padding-bottom: 20px;
}

/* Fix ie9 */
.no-cssgradients .vcdl-style01,
.no-cssgradients .vcdl-style01-grad,
.no-cssgradients .vcdl-style05,
.no-cssgradients .vcdl-style04.vcdl-list01 li:first-child,
.no-cssgradients .vcdl-style04.vcdl-list01 li:last-child {
    border-radius: 0 !important
}

.no-cssgradients .vcdl-btn02b {
    margin-left: 12px !important
}

.no-cssgradients .vcdl-btn02b-arrow {
    -ms-transform: scale(1, 1);
    width: 22px;
    height: 20px;
    margin-left: 13px;
    margin-top: -16px
}

/* Visor HTML 5 - Casa del Libro - Anexo 02
** Loading y Capa de Login
** MCF 20111011
*/

/* Botones */
.vcdl-btn02.vcdl-style13 {
    color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* Capas */

.vcdl-layer08 {
    position: absolute;
    width: 300px
}

.vcdl-style13 .vcdl-btn-box .vcdl-right {
    padding-right: 0
}

/* Formulario */
.vcdl-row {
    position: relative;
    margin-bottom: 15px
}

.vcdl-row:last-child {
    margin-bottom: 0
}

input[type="email"],
input[type="password"] {
    text-transform: lowercase;
    width: 94%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #535353;
    padding: 7px 8px
}

input[type="email"]:focus,
input[type="password"]:focus {
}

input.hint {
    color: #B2B2B2;
    text-transform: none !important
}

.vcdl-hint-span {
    position: absolute;
    top: 8px;
    left: 8px
}

/* Estilos especificos smartphones */

.vcdl-smartphone .vcdl-layer-bleed.vcdl-layer08 {
    width: 100%
}

/* FEEDBACK */

#vcdl-overlay {
    display: none;
    background: #ffffff;
    opacity: .75 !important;
    z-index: 4000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#vcdl-general-loading-layer {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5000
}

#vcdl-general-loading-layer .vcdl-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px
}

#vcdl-system-dialog-layer {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5500
}

#vcdl-login-dialog-layer {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5500
}

.vcdl-loading {
    display: inline-block;
    width: 63px;
    height: 63px;
    position: relative
}

.vcdl-loading span {
    display: block;
    width: 5%;
    height: 17%;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 44.5%;
    top: 37%;
    -webkit-animation: fade 1s ease-out infinite;
    -moz-animation: fade 1s ease-out infinite;
    -ms-animation: fade 1s infinite;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.vcdl-loading .vcdl-loading-01 {
    -webkit-transform: rotate(0deg) translate(0, -142%);
    -webkit-animation-delay: 0s;
    -moz-transform: rotate(0deg) translate(0, -142%);
    -moz-animation-delay: 0s;
    -ms-transform: rotate(0deg) translate(0, -142%);
    -ms-animation-delay: 0s;
}

.vcdl-loading .vcdl-loading-02 {
    -webkit-transform: rotate(30deg) translate(0, -142%);
    -webkit-animation-delay: -0.9167s;
    -moz-transform: rotate(30deg) translate(0, -142%);
    -moz-animation-delay: -0.9167s;
    -ms-transform: rotate(30deg) translate(0, -142%);
    -ms-animation-delay: -0.9167s;
}

.vcdl-loading .vcdl-loading-03 {
    -webkit-transform: rotate(60deg) translate(0, -142%);
    -webkit-animation-delay: -0.833s;
    -moz-transform: rotate(60deg) translate(0, -142%);
    -moz-animation-delay: -0.833s;
    -ms-transform: rotate(60deg) translate(0, -142%);
    -ms-animation-delay: -0.833s;
}

.vcdl-loading .vcdl-loading-04 {
    -webkit-transform: rotate(90deg) translate(0, -142%);
    -webkit-animation-delay: -0.75s;
    -moz-transform: rotate(90deg) translate(0, -142%);
    -moz-animation-delay: -0.75s;
    -ms-transform: rotate(90deg) translate(0, -142%);
    -ms-animation-delay: -0.75s;
}

.vcdl-loading .vcdl-loading-05 {
    -webkit-transform: rotate(120deg) translate(0, -142%);
    -webkit-animation-delay: -0.667s;
    -moz-transform: rotate(120deg) translate(0, -142%);
    -moz-animation-delay: -0.667s;
    -ms-transform: rotate(120deg) translate(0, -142%);
    -ms-animation-delay: -0.667s;
}

.vcdl-loading .vcdl-loading-06 {
    -webkit-transform: rotate(150deg) translate(0, -142%);
    -webkit-animation-delay: -0.5833s;
    -moz-transform: rotate(150deg) translate(0, -142%);
    -moz-animation-delay: -0.5833s;
    -ms-transform: rotate(150deg) translate(0, -142%);
    -ms-animation-delay: -0.5833s;
}

.vcdl-loading .vcdl-loading-07 {
    -webkit-transform: rotate(180deg) translate(0, -142%);
    -webkit-animation-delay: -0.5s;
    -moz-transform: rotate(180deg) translate(0, -142%);
    -moz-animation-delay: -0.5s;
    -ms-transform: rotate(180deg) translate(0, -142%);
    -ms-animation-delay: -0.5s;
}

.vcdl-loading .vcdl-loading-08 {
    -webkit-transform: rotate(210deg) translate(0, -142%);
    -webkit-animation-delay: -0.41667s;
    -moz-transform: rotate(210deg) translate(0, -142%);
    -moz-animation-delay: -0.41667s;
    -ms-transform: rotate(210deg) translate(0, -142%);
    -ms-animation-delay: -0.41667s;
}

.vcdl-loading .vcdl-loading-09 {
    -webkit-transform: rotate(240deg) translate(0, -142%);
    -webkit-animation-delay: -0.333s;
    -moz-transform: rotate(240deg) translate(0, -142%);
    -moz-animation-delay: -0.333s;
    -ms-transform: rotate(240deg) translate(0, -142%);
    -ms-animation-delay: -0.333s;
}

.vcdl-loading .vcdl-loading-10 {
    -webkit-transform: rotate(270deg) translate(0, -142%);
    -webkit-animation-delay: -0.25s;
    -moz-transform: rotate(270deg) translate(0, -142%);
    -moz-animation-delay: -0.25s;
    -ms-transform: rotate(270deg) translate(0, -142%);
    -ms-animation-delay: -0.25s;
}

.vcdl-loading .vcdl-loading-11 {
    -webkit-transform: rotate(300deg) translate(0, -142%);
    -webkit-animation-delay: -0.1667s;
    -moz-transform: rotate(300deg) translate(0, -142%);
    -moz-animation-delay: -0.1667s;
    -ms-transform: rotate(300deg) translate(0, -142%);
    -ms-animation-delay: -0.1667s;
}

.vcdl-loading .vcdl-loading-12 {
    -webkit-transform: rotate(330deg) translate(0, -142%);
    -webkit-animation-delay: -0.0833s;
    -moz-transform: rotate(330deg) translate(0, -142%);
    -moz-animation-delay: -0.0833s;
    -ms-transform: rotate(330deg) translate(0, -142%);
    -ms-animation-delay: -0.0833s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.25;
    }
}

@-moz-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.25;
    }
}

@-ms-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.25;
    }
}

/* Visor HTML 5 - Casa del Libro - Anexo
** Parte social, tutorial e inicio, Compartir
** MCF 20111011
*/

*:focus {
    outline: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.vcdl-link02 {
    color: #eeb507
}

.vcdl-list06 {
}

.vcdl-list06 > li {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.vcdl-list06 > li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.vcdl-list06 .vcdl-profile {
    margin-bottom: 0
}

/* Estructura */

.vcdl-col33 {
    float: left;
    width: 32%;
    margin-left: 2%
}

.vcdl-col33:first-child {
    margin-left: 0
}

/* Titulos */

.vcdl-style12 .vcdl-title01 {
    color: #ffffff
}

.vcdl-smartphone .vcdl-header-fixed .vcdl-title01 {
    max-width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Estilos por bloques -degradados, bordes redondeados... - */

.vcdl-style09b {
    padding: 10px 10px 4px;
    margin-bottom: 2px
}

.vcdl-style09b .vcdl-img {
    padding-right: 9px
}

.vcdl-style09b .vcdl-style09-arrow-border {
    left: 23px
}

.vcdl-style09b .vcdl-style09-arrow {
    left: 25px
}

.vcdl-style12 {
    background: url(images/bgd-orange.gif) 0 0 repeat-x;
    border: 2px solid #fbc620;
    color: #535353;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.vcdl-style12 .vcdl-btn02 {
    float: none
}

.vcdl-style12-arrow-border {
    border-color: transparent transparent #fbc620 transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    top: -24px;
    left: 24px;
    z-index: 100
}

.vcdl-style12-arrow {
    border-color: transparent transparent #f9c635 transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    left: 26px;
    z-index: 101
}

.vcdl-sup .vcdl-style12-arrow-border {
    border-color: #fbc620 transparent transparent transparent;
    border-style: solid;
    border-width: 12px;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    bottom: -24px;
    left: 24px;
    z-index: 100
}

.vcdl-sup .vcdl-style12-arrow {
    border-color: #de8f17 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 26px;
    z-index: 101
}

.vcdl-noarrow .vcdl-style12-arrow-border,
.vcdl-noarrow .vcdl-style12-arrow {
    display: none
}

.vcdl-noclose .vcdl-close {
    display: none
}

.vcdl-noprevnext .vcdl-prev {
    display: none
}

.vcdl-noprevnext .vcdl-next {
    display: none
}

.vcdl-nobuttons .vcdl-btn02 {
    display: none
}

.vcdl-singlebutton .vcdl-button2 {
    display: none
}

.vcdl-singlebutton .vcdl-button1 {
    float: right
}

.vcdl-style13 {
    color: #535353;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    background: #ffc334; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc334 40%, #ff9c00 61%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffc334), color-stop(61%, #ff9c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc334 40%, #ff9c00 61%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc334 40%, #ff9c00 61%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffc334 40%, #ff9c00 61%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc334', endColorstr='#ff9c00', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffc334 40%, #ff9c00 61%); /* W3C */
    margin-bottom: 3px
}

.vcdl-style14 {
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    background: -moz-linear-gradient(top, rgba(234, 234, 235, 0.9) 0%, rgba(234, 234, 235, 0.9) 40%, rgba(194, 195, 198, 0.9) 61%, rgba(194, 195, 198, 0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 235, 0.9)), color-stop(40%, rgba(234, 234, 235, 0.9)), color-stop(61%, rgba(194, 195, 198, 0.9)), color-stop(100%, rgba(194, 195, 198, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234, 234, 235, 0.9) 0%, rgba(234, 234, 235, 0.9) 40%, rgba(194, 195, 198, 0.9) 61%, rgba(194, 195, 198, 0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234, 234, 235, 0.9) 0%, rgba(234, 234, 235, 0.9) 40%, rgba(194, 195, 198, 0.9) 61%, rgba(194, 195, 198, 0.9) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(234, 234, 235, 0.9) 0%, rgba(234, 234, 235, 0.9) 40%, rgba(194, 195, 198, 0.9) 61%, rgba(194, 195, 198, 0.9) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6eaeaeb', endColorstr='#e6c2c3c6', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(234, 234, 235, 0.9) 0%, rgba(234, 234, 235, 0.9) 40%, rgba(194, 195, 198, 0.9) 61%, rgba(194, 195, 198, 0.9) 100%); /* W3C */
}

/* Botones */

.vcdl-btn04 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-top: 2px;
    width: 29px;
    height: 27px;
    margin-right: 4px
}

.vcdl-btn04:last-child {
    margin-right: 0
}

.vcdl-btn04 img {
    vertical-align: bottom
}

/* Activos */

.vcdl-style13.active {
    background: -moz-linear-gradient(top, rgba(255, 195, 52, 0.8) 0%, rgba(255, 195, 52, 0.71) 40%, rgba(255, 156, 0, 0.66) 61%, rgba(255, 156, 0, 0.58) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 195, 52, 0.8)), color-stop(40%, rgba(255, 195, 52, 0.71)), color-stop(61%, rgba(255, 156, 0, 0.66)), color-stop(100%, rgba(255, 156, 0, 0.58))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 195, 52, 0.8) 0%, rgba(255, 195, 52, 0.71) 40%, rgba(255, 156, 0, 0.66) 61%, rgba(255, 156, 0, 0.58) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 195, 52, 0.8) 0%, rgba(255, 195, 52, 0.71) 40%, rgba(255, 156, 0, 0.66) 61%, rgba(255, 156, 0, 0.58) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 195, 52, 0.8) 0%, rgba(255, 195, 52, 0.71) 40%, rgba(255, 156, 0, 0.66) 61%, rgba(255, 156, 0, 0.58) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffc334', endColorstr='#94ff9c00', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(255, 195, 52, 0.8) 0%, rgba(255, 195, 52, 0.71) 40%, rgba(255, 156, 0, 0.66) 61%, rgba(255, 156, 0, 0.58) 100%); /* W3C */
}

.vcdl-style14.active {
    opacity: 0.9;
    background: -moz-linear-gradient(top, rgba(194, 195, 198, 0.8) 0%, rgba(194, 195, 198, 0.8) 39%, rgba(234, 234, 235, 0.8) 60%, rgba(234, 234, 235, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194, 195, 198, 0.8)), color-stop(39%, rgba(194, 195, 198, 0.8)), color-stop(60%, rgba(234, 234, 235, 0.8)), color-stop(100%, rgba(234, 234, 235, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(194, 195, 198, 0.8) 0%, rgba(194, 195, 198, 0.8) 39%, rgba(234, 234, 235, 0.8) 60%, rgba(234, 234, 235, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(194, 195, 198, 0.8) 0%, rgba(194, 195, 198, 0.8) 39%, rgba(234, 234, 235, 0.8) 60%, rgba(234, 234, 235, 0.8) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(194, 195, 198, 0.8) 0%, rgba(194, 195, 198, 0.8) 39%, rgba(234, 234, 235, 0.8) 60%, rgba(234, 234, 235, 0.8) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2c3c6', endColorstr='#cceaeaeb', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(194, 195, 198, 0.8) 0%, rgba(194, 195, 198, 0.8) 39%, rgba(234, 234, 235, 0.8) 60%, rgba(234, 234, 235, 0.8) 100%); /* W3C */

}

/* Capas */

.vcdl-layer06 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px
}

.vcdl-layer06 .vcdl-right {
    padding-right: 8px
}

.vcdl-layer06 .vcdl-btn-box {
    text-align: center
}

.vcdl-layer07 {
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 2000;
    width: 285px;
    text-align: center;
    cursor: pointer;
    padding: 15px 15px 12px 35px;
}

.vcdl-layer07 span {
    display: inline-block;
    font-size: 1.25em;
    padding-top: 20px
}

.vcdl-layer07 img {
    float: right
}

/* Mostrar ocultar contenido segun tipo de capa */

/*.vcdl-layer-share div .vcdl-share,
.vcdl-layer-share .vcdl-btn-box-share {display: block}*/
.vcdl-share li {
    position: relative
}

.vcdl-share .vcdl-control {
    position: absolute;
    top: 8px;
    right: 9px
}

/* J */

/* Capa Compartir */

/*.vcdl-layer-share .vcdl-textarea-box,*/
.vcdl-layer-share .vcdl-share,
.vcdl-layer-share .vcdl-btn-box-share {
    display: block !important
}

.vcdl-layer-share .vcdl-share .vcdl-ico-social, .vcdl-layer-note .vcdl-share .vcdl-ico-social {
    vertical-align: middle;
    padding-right: 7px;
    padding-top: 2px;
    margin-top: -4px
}

.vcdl-layer-share .vcdl-share ul.vcdl-style03 span, .vcdl-layer-note .vcdl-share ul.vcdl-style03 span {
    padding-top: 6px;
    padding-bottom: 4px
}

.vcdl-share li {
    display: none;
}

/* Afinidad */

.vcdl-affinity-box {
    padding-top: 6px
}

.vcdl-affinity {
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 4px 0 4px;
    height: 19px;
    display: inline-block;
    text-align: left
}

.vcdl-affinity span {
    vertical-align: middle
}

.vcdl-affinity .vcdl-num {
    color: #fff;
    display: inline;
    font-size: 11px;
    margin-right: 4px
}

.vcdl-affinity .vcdl-name {
    color: #fff;
    display: inline;
    font-size: 11px
}

.vcdl-affinity-1 {
    background-color: #bdbec2;
    background: -moz-linear-gradient(left, rgba(167, 169, 175, 1) 37%, rgba(209, 209, 211, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(167, 169, 175, 1)), color-stop(100%, rgba(209, 209, 211, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(167, 169, 175, 1) 37%, rgba(209, 209, 211, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(167, 169, 175, 1) 37%, rgba(209, 209, 211, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(167, 169, 175, 1) 37%, rgba(209, 209, 211, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a9af', endColorstr='#d1d1d3', GradientType=1); /* IE6-9 */
    background: linear-gradient(left, rgba(167, 169, 175, 1) 37%, rgba(209, 209, 211, 1) 100%); /* W3C */
}

.vcdl-affinity-2 {
    background-color: #558ed8;
    background: -moz-linear-gradient(left, rgba(51, 110, 199, 1) 37%, rgba(122, 177, 234, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(51, 110, 199, 1)), color-stop(100%, rgba(122, 177, 234, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(51, 110, 199, 1) 37%, rgba(122, 177, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(51, 110, 199, 1) 37%, rgba(122, 177, 234, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(51, 110, 199, 1) 37%, rgba(122, 177, 234, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336ec7', endColorstr='#7ab1ea', GradientType=1); /* IE6-9 */
    background: linear-gradient(left, rgba(51, 110, 199, 1) 37%, rgba(122, 177, 234, 1) 100%); /* W3C */
}

.vcdl-affinity-3 {
    background-color: #adbb47;
    background: -moz-linear-gradient(left, rgba(152, 181, 71, 1) 37%, rgba(197, 194, 70, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(152, 181, 71, 1)), color-stop(100%, rgba(197, 194, 70, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(152, 181, 71, 1) 37%, rgba(197, 194, 70, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(152, 181, 71, 1) 37%, rgba(197, 194, 70, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(152, 181, 71, 1) 37%, rgba(197, 194, 70, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98b547', endColorstr='#c5c246', GradientType=1); /* IE6-9 */
    background: linear-gradient(left, rgba(152, 181, 71, 1) 37%, rgba(197, 194, 70, 1) 100%); /* W3C */
}

.vcdl-affinity-4 {
    background-color: #f0a618;
    background: -moz-linear-gradient(left, rgba(234, 149, 15, 1) 37%, rgba(246, 183, 34, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(234, 149, 15, 1)), color-stop(100%, rgba(246, 183, 34, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(234, 149, 15, 1) 37%, rgba(246, 183, 34, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(234, 149, 15, 1) 37%, rgba(246, 183, 34, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(234, 149, 15, 1) 37%, rgba(246, 183, 34, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea950f', endColorstr='#f6b722', GradientType=1); /* IE6-9 */
    background: linear-gradient(left, rgba(234, 149, 15, 1) 37%, rgba(246, 183, 34, 1) 100%); /* W3C */
}

.vcdl-affinity-5 {
    background-color: #e10d1c;
    background: -moz-linear-gradient(left, rgba(204, 2, 2, 1) 37%, rgba(247, 25, 56, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(204, 2, 2, 1)), color-stop(100%, rgba(247, 25, 56, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(204, 2, 2, 1) 37%, rgba(247, 25, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(204, 2, 2, 1) 37%, rgba(247, 25, 56, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(204, 2, 2, 1) 37%, rgba(247, 25, 56, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0202', endColorstr='#f71938', GradientType=1); /* IE6-9 */
    background: linear-gradient(left, rgba(204, 2, 2, 1) 37%, rgba(247, 25, 56, 1) 100%); /* W3C */
}

/* Informacion del usuario */

.vcdl-profile {
    margin-bottom: 30px
}

.vcdl-profile .vcdl-img {
    padding-right: 10px
}

.vcdl-profile .vcdl-txt {
    width: 86%
}

.vcdl-profile .vcdl-txt .vcdl-link02 {
    display: inline-block;
    margin-bottom: 4px
}

.vcdl-profile .vcdl-txt .vcdl-left ul li span {
    float: left
}

.vcdl-profile .vcdl-txt .vcdl-left ul li ul {
    display: inline
}

.vcdl-profile .vcdl-txt .vcdl-left ul li ul li {
    display: inline
}

.vcdl-profile div:not(.vcdl-img) img {
    vertical-align: middle;
    margin-left: 3px
}

.vcdl-profile .vcdl-txt .vcdl-right {
    text-align: right
}

.vcdl-profile .vcdl-txt .vcdl-right ul {
    line-height: 1.25em
}

.vcdl-profile .vcdl-txt .vcdl-affinity-box {
    padding-top: 0
}

.vcdl-profile .vcdl-style10.vcdl-btn02 {
    margin-top: 6px
}

.vcdl-number-special-box {
    text-align: center;
    font-size: 0.875em;
    position: relative
}

.vcdl-number-special-box p {
    padding-bottom: 0
}

.vcdl-number-special-mask {
    display: block;
    width: 200px;
    height: 120px;
    position: absolute;
    z-index: 2;
    top: 0;
    background-color : #e10d1c;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 100%); /* Opera11.10+ */
    background: linear-gradient(top, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 100%); /* W3C */
}

.vcdl-number-special {
    display: block;
    line-height: 1em;
    font-weight: bold;
    color: #ee951e;
    font-size: 8.571em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 200, 41, 0.9)), color-stop(100%, rgba(236, 138, 5, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 200, 41, 0.9) 0%, rgba(236, 138, 5, 0.9) 100%); /* Chrome10+,Safari5.1+ */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vcdl-android .vcdl-number-special {
    background: none;
    -webkit-text-fill-color: #ee951e
}

/* Ocultar Mostrar elementos segun dispositivo */
.vcdl-smartphone #vcdl-footer ul:not(.vcdl-smartphone-item) {
    display: none
}

.vcdl-smartphone #vcdl-footer ul.vcdl-smartphone-item {
    display: inline-block
}

/* Estilos especificos smartphones */
.vcdl-smartphone .vcdl-style09 .vcdl-txt {
    width: 70%
}

.vcdl-smartphone .vcdl-profile .vcdl-img {
    padding-bottom: 10px
}

.vcdl-smartphone .vcdl-profile .vcdl-txt {
    width: 50%;
    padding-bottom: 10px
}

.vcdl-profile ul li ul li {
    display: inline
}

.vcdl-smartphone .vcdl-profile .vcdl-txt .vcdl-right {
    float: none;
    padding-top: 5px;
    text-align: left
}

.vcdl-smartphone .vcdl-profile .vcdl-txt .vcdl-right .smallest {
    font-size: 0.875em
}

.vcdl-smartphone .vcdl-profile .vcdl-txt .vcdl-right ul {
    line-height: 1.42em
}

.vcdl-smartphone .vcdl-list06 .vcdl-profile .vcdl-img {
    padding-bottom: 0
}

.vcdl-smartphone .vcdl-list06 .vcdl-profile .vcdl-img img {
    width: 48px
}

.vcdl-smartphone .vcdl-list06 .vcdl-profile .vcdl-txt {
    padding-bottom: 0;
    width: 55%
}

.vcdl-smartphone .vcdl-list06 .vcdl-profile .vcdl-txt .vcdl-left {
    float: none
}

.vcdl-smartphone .vcdl-list06 .vcdl-profile .vcdl-affinity-box {
    padding-top: 0
}

.vcdl-smartphone .vcdl-number-special-box .vcdl-col33 {
    float: none;
    width: 100%;
    padding-bottom: 20px
}

.vcdl-smartphone .vcdl-number-special-box .vcdl-col33:last-child {
    padding-bottom: 0
}

/*Fix IE9 No gradient - Estaban mal escritos (sin la s final) en style.css */
.no-cssgradients .vcdl-style01 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style01-grad {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style04 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style05 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d7517', endColorstr='#185a0a', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style06 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style07 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6fec829', endColorstr='#e6ec8a05', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style08 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f97f6', endColorstr='#2b72e8', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-style10 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-btn02b-arrow {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d7517', endColorstr='#185a0a', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-layer01 .vcdl-btn02b,
.no-cssgradients .vcdl-layer01b .vcdl-btn02b,
.no-cssgradients .vcdl-layer05 .vcdl-btn02b,
.no-cssgradients .vcdl-layer05b .vcdl-btn02b {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-layer01 .vcdl-btn02b-arrow,
.no-cssgradients .vcdl-layer01b .vcdl-btn02b-arrow,
.no-cssgradients .vcdl-layer05 .vcdl-btn02b-arrow,
.no-cssgradients .vcdl-layer05b .vcdl-btn02b-arrow {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

.no-cssgradients .vcdl-slider-handler {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e67b', endColorstr='#c6e67b', GradientType=0); /* IE6-9 */
}

/* Nuevos */
.no-cssgradients .vcdl-style13 {
    border-radius: 0
}

.no-cssgradients .vcdl-style05 {
    border-radius: 0
}

.no-cssgradients .vcdl-style05.vcdl-list01 li:first-child {
    border-radius: 0
}

.vcdl-style15 {
    color: #fff8bb;
    border-bottom: 1px solid #f4ad00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fecd00;
    background: -moz-linear-gradient(top, #fecd00 0%, #e29315 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fecd00), color-stop(100%, #e29315));
    background: -webkit-linear-gradient(top, #fecd00 0%, #e29315 100%);
    background: -o-linear-gradient(top, #fecd00 0%, #e29315 100%);
    background: -ms-linear-gradient(top, #fecd00 0%, #e29315 100%);
    background: linear-gradient(top, #fecd00 0%, #e29315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecd00', endColorstr='#e29315', GradientType=0);
}

.vcdl-style15:hover {
    opacity: 0.9
}

.vcdl-style15:active {
    background: #ca8602;
    background: -moz-linear-gradient(top, #ca8602 0%, #f5a700 0%, #e29500 100%, #fac134 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca8602), color-stop(0%, #f5a700), color-stop(100%, #e29500), color-stop(100%, #fac134));
    background: -webkit-linear-gradient(top, #ca8602 0%, #f5a700 0%, #e29500 100%, #fac134 100%);
    background: -o-linear-gradient(top, #ca8602 0%, #f5a700 0%, #e29500 100%, #fac134 100%);
    background: -ms-linear-gradient(top, #ca8602 0%, #f5a700 0%, #e29500 100%, #fac134 100%);
    background: linear-gradient(top, #ca8602 0%, #f5a700 0%, #e29500 100%, #fac134 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca8602', endColorstr='#fac134', GradientType=0);
}

.vcdl-btn02 img {
    vertical-align: middle
}

.vcdl-btn05 {
    float: none;
    padding: 0 9px 0 14px;
    margin-top: 4px
}

.vcdl-btn05 img {
    margin-left: 12px
}

.vcdl-btn05 span {
    vertical-align: middle
}

.vcdl-smartphone .vcdl-btn05 img {
    margin: 0
}

.vcdl-smartphone .vcdl-btn05 {
    margin: 0;
    padding: 4px 7px 1px 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.vcdl-smartphone .vcdl-footer #reflow-smartphone-btn {
    position: absolute;
    left: 6px;
    bottom: 6px
}

#vcdl-highlight-button.disabled {
    opacity: .35;
    cursor: default !important
}

.vcdl-list01.vcdl-style04 li.disabled {
    background: rgba(0, 0, 0, .25)
}

/*
.vcdl-android.vcdl-smartphone .vcdl-note-button-parent {display: none!important}
.vcdl-android.vcdl-smartphone .vcdl-actions-ico {display: none!important}
*/

.vcdl-text-column-hidden {
    opacity: 0;
    z-index: 1;
    width: 100%
}

.hidden {display: none !important}