/* # Fuentes================================================== */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300%3B0,400%3B0,500%3B0,700%3B1,300%3B1,700&display=swap');

@font-face {
    font-family: 'Rodina';
    src: url('fonts/rodina.eot');
    src: url('fonts/rodina.eot?#iefix') format('embedded-opentype'), url('fonts/rodina.woff') format('woff'), url('fonts/rodina.ttf') format('truetype'), url('fonts/rodina.svg#rodina') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

/* Otros */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ui-autocomplete-loading {
    background: url('images/load-smll.gif') no-repeat 99% 13px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.xform input[type="radio"], .xform input[type="checkbox"] {
    display: none;
}

.xform input[type="radio"] + label, .xform input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 1rem;
    margin-bottom: 0;
}

.xform input[type="checkbox"] + label span {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin-right: 0.3rem;
    cursor: pointer;
}

.xform input[type="checkbox"] + label span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    transition: background 0.2s linear;
}

.xform input[type="checkbox"]:checked + label span:before {
    border-width: 3.5px;
    background: #404647;
}

.xform input[type="checkbox"].nosepa + label {
    margin-right: 0px;
}

.xform.check input[type="checkbox"] + label span {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: 0.3rem;
    cursor: pointer;
}

.xform.check input[type="checkbox"] + label span:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #A0A0A0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.xform.check input[type="checkbox"] + label span:after {
    font-family: 'Font Awesome 7 Pro';
    content: "\F00C";
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    line-height: 17px;
    left: 3px;
}

.xform.check input[type="checkbox"]:checked + label span:before {
    border-width: 8.5px;
}

#xform.xform input[type="checkbox"] + label span:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #A0A0A0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

#xform.xform input[type="checkbox"] + label span:after {
    font-family: 'Font Awesome 7 Pro';
    content: "\F00C";
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    line-height: 17px;
    left: 3px;
}

#xform.xform input[type="checkbox"]:checked + label span:before {
    border-width: 8.5px;
}

.xform [type='text'], .xform [type='password'], .xform [type='date'], .xform [type='datetime'], .xform [type='datetime-local'], .xform [type='month'], .xform [type='week'], .xform [type='email'], .xform [type='number'], .xform [type='search'], .xform [type='tel'], .xform [type='time'], .xform [type='url'], .xform [type='color'], .xform textarea {
    width: 100%;
    padding: 9px 7px 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    text-align: left;
    height: auto;
    margin: 0px;
}

.xform [type='text']:focus, .xform [type='password']:focus, .xform [type='date']:focus, .xform [type='datetime']:focus, .xform [type='datetime-local']:focus, .xform [type='month']:focus, .xform [type='week']:focus, .xform [type='email']:focus, .xform [type='number']:focus, .xform [type='search']:focus, .xform [type='tel']:focus, .xform [type='time']:focus, .xform [type='url']:focus, .xform [type='color']:focus, .xform textarea:focus {
    outline: none;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.xform textarea {
    min-height: 200px;
}

.xform input[type="radio"] + label span {
    cursor: pointer;
    border: 1px solid #A0A0A0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 2px;
    display: inline-block;
}

.xform input[type="radio"] + label span:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    top: 3px;
    left: 3px;
    display: none;
    background: #33C3F0;
}

.xform input[type="radio"]:checked + label span:after {
    display: block;
}

.xform .DFhelp {
    text-align: justify;
    color: #9c9c9c;
    font-style: italic;
    padding-top: 5px;
    line-height: 16px;
    font-size: 13px;
}

.xfselect {
    position: relative;
    cursor: pointer;
    height: 37px;
    width: 100%;
}

.xfselect div {
    display: inline-block;
    height: 37px;
    padding: 8px 31px 0px 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.xfselect div:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -2px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #6f6f6f transparent transparent transparent;
}

.xfselect div:before {
    content: "";
    height: 100%;
    width: 21px;
    border-left: 1px solid #CCC;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #dfe3e8;
}

.xfselect select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    right: 0px;
    max-width: inherit;
}

.xform .xffile {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
}

.xform .xffile > * {
    -webkit-flex: 1 1 0;
    -ms-flex: 1;
    flex: 1 1 0;
}

.xform .xffile .afixed {
    flex: initial;
}

.xform .xffile .xffile-name {
    padding: 9px 7px 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s;
    text-align: left;
}

.xform .xffile input {
    width: 256px;
    opacity: 0;
    filter: alpha(opacity:0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    cursor: pointer;
    z-index: 2;
    height: 100%;
}

.xform .stack {
    margin-bottom: 15px;
}

.xform .xbutton {
    margin: 0px;
}

.xform .xffile .xffile-name, .xfselect div, .xform [type='text'], .xform [type='password'], .xform [type='date'], .xform [type='datetime'], .xform [type='datetime-local'], .xform [type='month'], .xform [type='week'], .xform [type='email'], .xform [type='number'], .xform [type='search'], .xform [type='tel'], .xform [type='time'], .xform [type='url'], .xform [type='color'], .xform textarea {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: normal;
    color: #555;
}

.fa-input {
    font-family: 'Font Awesome 7 Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.xform-star {
    display: table;
}

.xform-star:after {
    clear: both;
    display: table;
    content: ' ';
}

.xform-star span {
    cursor: pointer;
    font-family: 'Font Awesome 7 Pro';
    color: #cccccc;
    font-size: 16px;
    line-height: 16px;
    float: right;
    position: relative;
    display: inline-block;
}

.xform-star > span:hover, .xform-star > span:hover ~ span, .xform-star > span.actv, .xform-star > span.actv ~ span {
    color: #fbd72f;
}

.informacion {
    font-weight: bold;
    margin-left: 10px;
    margin: 0 0 13px;
}

.direccion {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #F2F2F2;
    border: 1px solid #C4C4C4;
    font-size: 11px;
    margin: 17px;
    padding: 11px;
}

.envios {
    overflow: hidden;
    padding: 6px;
}

.envios p {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #d7d7d7;
    float: left;
    margin: 0 12px 0 0;
    padding: 8px;
    text-align: right;
    width: 118px;
}

.envios .icon-shipping {
    cursor: pointer;
}

.envios p {
    text-align: right;
}

.envios P b {
    display: block;
}

.envios P img {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.envios div.moduleRowSelected {
    -moz-border-radius: 6px 6px 6px 6px;
    background-color: #ADADAD;
    color: #FFFFFF;
    padding: 6px;
}

.envios div {
    cursor: pointer;
    overflow: hidden;
}

.envios div p {
    background-color: #ebe9e9;
    color: #4d4d4d;
    float: none;
    padding-right: 98px;
    position: relative;
    text-align: justify;
    width: 612px;
}

.envios div p strong {
    position: absolute;
    right: 16px;
    top: 5px;
}

.envios div.moduleRowSelected p {
    background-color: #ADADAD;
    color: #FFFFFF;
}

.confirmacion .confirmacion_interior {
    -moz-border-radius: 6px 6px 6px 6px;
    background-color: #EFEFEF;
    float: left;
    font-size: 11px;
    margin: 10px;
    padding: 10px 10px 15px;
    width: 31%;
}

.confirmacion .confirmacion_interior .titulo_confirmacion {
    font-size: 14px;
    margin-bottom: 1px;
    padding: 5px 5px 0;
}

.confirmacion {
    overflow: hidden;
    height: 100%;
}

.totales strong {
    font-size: 16px;
}

.totales strong {
    font-weight: bold;
}

.confirmacion .main {
    font-size: 11px;
}

.expandido {
    -moz-border-radius: 6px 6px 6px 6px;
    background-color: #F4F4F4;
    font-size: 11px;
    margin: 4px;
    padding: 4px;
    width: auto;
    padding: 6px;
}

.pagos {
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 15px;
}

.pagos div {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 135px;
    margin: 0 10px 10px;
    padding: 0 10px 10px;
    position: relative;
    vertical-align: top;
    width: 122px;
}

.pagos div:hover, .moduleRowSelected {
    background: #dddada;
    border: 1px solid #dddada;
}

.pagos div span {
    background-position: center 8px;
    background-repeat: no-repeat;
    display: block;
    padding: 67px 0 0;
    text-align: center;
}

.pagos div span strong {
    display: block;
    font-size: 11px;
    height: auto;
    line-height: 14px;
}

.pagos div input {
    bottom: 2px;
    display: none;
    left: 50px;
    position: absolute;
}

#transferencia {
    background-image: url("../images/general/transferencia.png");
}

#cod {
    background-image: url("../images/general/contrareembolso.png");
}

#servired, #bbva, #Qb_Denox, #banesto, #ceca, #bizum {
    background-image: url("../images/general/payment_bizum.png");
}

#redsys {
    background-image: url("../images/general/servired.png");
}

#pagotienda {
    background-image: url("../images/general/pagotienda.png");
}

#paypal_ipn, #paypal_express {
    background-image: url("../images/general/paypal_ipn.png");
}

#cod {
    background-image: url("../images/general/contrareembolso.png");
}

.comentario_review .fecha {
    margin-bottom: 10px;
    background-image: url(images/product_review/calendario.gif);
    background-repeat: no-repeat;
    padding-left: 19px;
    width: 363px;
    font-size: 11px;
    padding-top: 1px;
}

.comentario_review .nombre_producto {
    margin-bottom: 6px;
    font-size: 14px;
}

.comentario_review P {
    float: left;
    width: 490px;
}

.comentario_review .comentrio_texto {
    background-image: url(images/product_review/quote.gif);
    background-repeat: no-repeat;
    padding-left: 59px;
    width: 436px;
}

.comentario_review .imagen {
    float: left;
    margin-right: 21px;
    width: 64px;
}

.comentario_review {
    overflow: hidden;
    margin-bottom: 22px;
    padding: 10px;
}

.me_product_review .puntuacion {
    margin: 10px 0px;
    text-align: right;
    font-size: 14px;
    margin-left: 160px;
}

.rojo {
    color: #CB0000;
}

.verde {
    color: #50a313;
}

.me_product_review .usuario {
    margin-bottom: 13px;
    padding: 5px 5px 5px 24px;
    float: left;
    width: 385px;
    background-image: url(images/product_review/usuario.gif);
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

.comentario .producto_review {
    text-align: center;
    float: left;
    width: 168px;
}

.me_product_review .comentario {
    overflow: hidden;
}

.me_product_review H4 STRONG {
    font-weight: bold;
    font-size: 17px !important;
}

.anterior_siguiente IMG {
    margin-right: 7px;
    margin-left: 8px;
}

.anterior_siguiente {
    text-align: center;
}

.content_produt_info .precio {
    float: left;
    padding-top: 20px;
    width: 366px;
    text-align: right;
}

.content_produt_info .precio .price {
    display: block;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
}

.content_produt_info .descripcion {
    float: left;
    width: 366px;
    line-height: 15px;
    padding-top: 12px;
}

.content_produt_info .imagen {
    float: left;
    width: 159px;
    margin-right: 40px;
    padding-bottom: 14px;
    margin-left: 27px;
    margin-top: 30px;
}

.content_produt_info .imagen .category {
    float: left;
    margin-top: 9px;
}

.content_produt_info .multiimagenes P {
    position: relative;
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 7px;
    margin-left: 6px;
    margin-top: 8px;
    border: 1px solid #000000;
    overflow: hidden;
}

.content_produt_info .multiimagenes P .imagen_peq {
    position: absolute;
    top: 0;
    left: 0;
}

.content_produt_info .multiimagenes P .ampliar_imagen {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 14px;
    width: 15px;
    background-color: #020202;
    text-indent: -2000px;
    background-image: url(images/product_info/zoom.gif);
    background-repeat: no-repeat;
    background-position: 3px 2px;
}

.content_produt_info .multiimagenes H5 {
    font-size: 14px;
    padding: 6px;
}

.content_produt_info {
    overflow: hidden;
}

.contenido H4 SPAN {
    color: red;
    font-size: 11px;
    font-weight: normal;
    right: 6px;
    top: 5px;
    margin-left: 5px;
}

.me_address_book P STRONG {
    font-size: 15px;
    color: #020202;
}

.me_address_book P {
    margin-bottom: 10px;
}

.inputRequirement {
    margin-left: 10px;
    color: #E00000;
    float: left;
}

.botonera A, .botonera INPUT {
    padding: 0px;
    border: 0px;
}

.mi_cuenta UL LI {
    padding-bottom: 10px;
}

.mi_cuenta UL {
    padding: 15px 15px 15px 69px;
    background-repeat: no-repeat;
    background-position: 11px 15px;
    margin-bottom: 15px;
}

.mi_cuenta .notificaciones {
    background-image: url(../images/general/email.png);
}

.mi_cuenta .mis_pedidos {
    background-image: url(../images/general/mispedidos.png);
}

.mi_cuenta .personal {
    background-image: url(../images/general/micuenta.png);
}

.information_contenido {
    padding: 0px 18px;
    text-align: justify;
}

.information_contenido LI {
    font-size: 12px;
    list-style: disc !important;
    margin: 5px 0 5px 35px;
}

.information_contenido a:hover {
    color: #1f5c8f;
}

.grupo {
    float: left;
    width: 47.9%;
    margin: 10px;
    font-size: 12px;
}

.botonera {
    text-align: right;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
}

.me_search .botonera {
    margin-bottom: 17px;
}

.me_login {
    overflow: hidden;
}

.campo LABEL {
    float: left;
    padding: 2px;
    width: 115px;
    font-weight: bold;
}

.campo {
    overflow: hidden;
    margin-bottom: 15px;
}

.grupo .campo input {
    width: 200px;
}

.me_search .col_search {
    float: left;
    width: 284px;
    padding: 8px;
}

.me_product_review H4 {
    font-weight: normal;
}

.mensaje {
    padding: 11px;
    margin: 14px;
    font-size: 11px;
    background: #FAE8E8;
    border: 1px solid #FC575E;
}

.info {
    background: #E8F3FA;
    border: 1px solid #5789FC;
}

.me_create_account {
    overflow: hidden;
}

.paginacion {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px;
    font-size: 12px;
    width: 559px;
}

.modulos.novedades {
    overflow: hidden;
}

.productos {
    float: left;
    width: 194px;
    margin: 3px;
}

.principal .columna {
    float: left;
    width: 167px;
}

.notificaciones_box IMG {
    float: left;
    margin-right: 10px;
}

.notificaciones_box {
    overflow: hidden;
}

.reviews_box .escribir_comentario IMG {
    float: left;
    margin-right: 10px;
}

.reviews_box {
    overflow: hidden;
}

.infobox H3 A {
    text-decoration: none;
}

.infobox H3 {
    font-size: 12px;
    padding: 3px;
    margin-bottom: 9px;
}

.infobox {
    margin-bottom: 18px;
}

.rotador {
    position: relative;
    height: 178px;
}

.rotador LI {
    position: absolute;
    top: 0;
    left: 0;
}

.pie {
    width: 960px;
    margin: 21px auto auto;
}

.pie DIV {
    padding: 16px;
}

.cabecera {
    width: 960px;
    margin: auto;
    height: 150px;
    position: relative;
    z-index: 1;
}

.cabecera .usuarios {
    position: absolute;
    right: 0;
    top: 0;
}

.usuarios .bienvenida {
    padding: 7px;
}

.cabecera .buscador {
    position: absolute;
    right: 0;
    bottom: 0;
}

TEXTAREA {
    resize: none;
}

.me_search #keywords {
    margin-top: 12px;
    font-size: 21px;
    margin-bottom: 12px;
    width: 565px;
}

.me_product_review .formulario TEXTAREA {
    width: 570px;
    height: 171px;
}

.formulario h4 {
    margin-top: 0px;
    background: none;
}

.campo INPUT, .campo SELECT, .campo TEXTAREA {
    width: 84%;
    float: left;
    color: #7F7F7F;
}

.campo INPUT:focus, .campo SELECT:focus, .campo TEXTAREA:focus {
    border: 2px solid #878787;
    padding: 1px;
    color: #323232;
}

.me_search .col_search SELECT, .me_search .col_search INPUT {
    width: 155px;
    font-size: 11px;
}

.campo INPUT[type=checkbox] {
    width: 19px;
}

.me_login .campo INPUT[type=text], .me_login .campo INPUT[type=password] {
    width: 149px;
}

.menu > UL {
    height: 22px;
    z-index: 1;
}

.menu .submenu {
    position: absolute;
    top: 23px;
    left: 0;
    padding: 6px;
    display: none;
    border: 1px solid #000000;
    overflow: hidden;
}

.menu .submenu LI {
    margin-bottom: 4px;
    margin-top: 4px;
}

.menu > UL > LI {
    float: left;
    position: relative;
}

.menu > UL > LI > A {
    display: block;
    padding: 6px;
}

A {
    outline: none;
    color: #020202;
}

.cabecera H2 {
    font-size: 34px;
    height: 101px;
}

#nif {
    width: 245px;
}

#brcb-chck {
    margin: 30px 0px 10px;
}

#brcb-chck a {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #c9e0ff;
    border-bottom: 5px solid #9ec5ff;
    margin: 0px;
    color: #0056af;
    text-decoration: none;
    padding: 20px 0px;
    text-transform: uppercase;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.5;
    width: 24.2%;
    margin-right: 1%;
    text-align: center;
    word-wrap: break-word;
}

#brcb-chck a.last {
    margin-right: 0px !important;
}

#brcb-chck a:hover, #brcb-chck a.actv {
    text-decoration: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#brcb-chck a span {
    position: absolute;
    bottom: -14px;
    padding: 3px 7px 2px;
    background: #0056af;
    color: #FFFFFF;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    left: 50%;
    margin-left: -12px;
}

.main {
    padding: 2px;
}

.pedido {
    margin-bottom: 15px;
}

.paginacion {
    background-color: #C0C0C0;
    float: left;
    font-size: 11px;
    margin-top: 20px;
    padding: 8px;
    width: 559px;
}

.paginacion p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}

.totales {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    height: 100%;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 10px;
}

.totales table {
    float: right;
    width: 320px;
}

.totales table .main {
    vertical-align: bottom;
}

.span_cart .productListing-heading {
    background-color: #EAEAEA;
    color: #919191;
    font-size: 11px;
}

.span_cart .carrito_total {
    background-color: #e8e8e8;
    color: #595959;
    font-size: 14px;
    padding: 6px 0;
}

.stockWarning b {
    font-size: 10px;
    font-weight: normal;
    color: #ff0000;
}

.span_cart {
    margin-bottom: 20px;
    display: block;
}

.span_cart tr {
    margin: 4px 0px;
}

.span_cart table {
    width: 100%;
}

.grupo h4 {
    margin-top: 0px;
}

.productListing-data {
    padding-bottom: 10px;
}

/* Resetear los estilos del reset css para el texto que venga del fckeditor */
.fced ul, .fced ul {
    list-style: disc;
}

.fced li, .fced li {
    margin-left: 40px;
}

.fced ol, .fced ol {
    list-style: decimal;
}

.fced strong {
    font-weight: bold;
}

/* /Resetear los estilos del reset css para el texto que venga del fckeditor *//* busqueda avanzada */
#asrch {
    background: #eeeeee;
    border: solid #d9d9d9;
    border-width: 1px 0px 1px 0px;
    color: #666666;
    font-size: 10px;
    padding: 3px 5px;
    height: 21px;
    margin: 28px 0px 22px 0px;
}

#asrch-load {
    background: url("../images/general/load-smll.gif") no-repeat center center #FFFFFF;
    left: 0;
    position: absolute;
    top: 0;
    width: 491px;
    z-index: 10;
}

#asrch-order {
    float: left;
    margin-left: 4px;
}

#asrch-order select {
    font-size: 11px;
    border: 1px solid #d9d9d9;
}

#asrch-vsta {
    border: #d9d9d9 solid;
    border-width: 0px 1px;
    padding: 0px 12px;
    float: left;
    margin: 0 12px;
    position: relative;
    top: 1px;
}

#asrch-vsta a {
    padding-right: 32px;
}

#asrch-vsta a:hover {
    text-decoration: none;
}

#asrch .chng-vsta-vrtl {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -310px -33px transparent;
}

#asrch .chng-vsta-hrzt {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -310px -46px transparent;
}

#asrch-advc {
    float: right;
    position: relative;
    z-index: 100;
}

.asrch-advc-achr {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -552px -25px #20AEFC;
    color: #FFFFFF;
    display: block;
    padding: 9px 4px 7px 27px;
    position: relative;
    right: -4px;
    top: -3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    z-index: 101;
    line-height: 11px;
}

.asrch-advc-achr:hover {
    text-decoration: none;
    background-color: #47bdfd;
}

#asrch-advc-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #8C8C8C;
    display: none;
    padding: 13px 13px 0px 13px;
    position: absolute;
    right: -5px;
    top: 25px;
    width: 465px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 101;
}

#asrch-advc-box .asrch-advc-achr {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -556px 4px #FFFFFF;
    border-color: #8C8C8C;
    border-style: solid;
    border-width: 4px 4px 0;
    padding: 5px 4px 12px 22px;
    position: absolute;
    right: -4px;
    top: -32px;
    z-index: 101;
    color: #666666;
}

.asrch-tags {
    margin-top: 10px;
}

.asrch-tags a {
    text-decoration: none;
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll right -66px #939393;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 3px;
    padding: 3px 19px 3px 3px;
}

.asrch-tags a:hover {
    background-color: #b2b2b2;
    text-decoration: none;
}

#asrch-fltr-ul-ctgr {
    max-height: 80px;
    height: auto !important;
    height: 80px;
    overflow: hidden;
    position: relative;
}

#asrch-fltr-ul-ctgr ul {
    position: relative;
}

#asrch-fltr-ul-ctgr ul a {
    display: block;
    color: #666666;
    text-decoration: none;
}

#asrch-fltr-ul-ctgr ul a:hover {
    background: #e9e8e8;
    color: #666666;
    text-decoration: none;
}

.asrch-fltr-mas {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll center -126px #E2E2E2;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    height: 7px;
}

.asrch-fltr-mnos {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll center -133px #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    height: 7px;
}

.asrch-fltr-mas-vrtl {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -261px -126px #E2E2E2;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 70px;
    width: 7px;
    float: left;
}

.asrch-fltr-mnos-vrtl {
    background: url("../images/general/sprite.png?v=1.0.1") no-repeat scroll -308px -126px #E2E2E2;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    height: 70px;
    width: 7px;
    float: left;
}

#asrch-fltr-ul-fbct {
    height: 70px;
    width: 451px;
    float: left;
}

#asrch-fltr-ul-fbct ul {
    height: 70px;
    width: 451px;
    width: 10000px;
    position: relative;
}

#asrch-fltr-ul-fbct li {
    float: left;
    margin: 0px 5px;
}

#asrch-fltr-ul-fbct li a {
    display: block;
    text-align: center;
    width: 100px;
    color: #666666;
    text-decoration: none;
}

#asrch-fltr-ul-fbct li img {
    display: block;
}

.asrch-ovfl {
    overflow: hidden;
    height: 100%;
}

#asrch-btns {
    background: #eaeaea;
    border: solid #b6b6b6;
    border-width: 1px 0px 0px 0px;
    left: -13px;
    position: relative;
    padding: 8px 13px;
    width: 465px;
    overflow: hidden;
    height: 100%;
    margin-top: 35px;
}

#asrch-btns .form-sbmt, #asrch-btns .form-bton {
    float: right;
    margin-left: 10px;
}

#asrch-bg {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

/* /busqueda avanzada *//* mensajes */
.msje {
    border: 1px dashed #000000;
    color: #666666;
    margin-bottom: 8px;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-align: justify;
}

.msje-icon {
    background-image: url("../images/general/msje-icons.png");
    height: 16px;
    left: 8px;
    position: absolute;
    top: 11px;
    width: 16px;
}

.msje-eror {
    background-color: #FAE8E8;
    border-color: #FC575E;
}

.msje-eror .msje-icon {
    background-position: 0px 0px;
}

.msje-wrng {
    background-color: #F9FAE8;
    border-color: #FCCB57;
}

.msje-wrng .msje-icon {
    background-position: -48px 0px;
}

.msje-crrt {
    background-color: #EBFAE8;
    border-color: #92C746;
}

.msje-crrt .msje-icon {
    background-position: -22px 0px;
}

/* /mensajes *//* formularios standar */
form div.form-pddg {
    padding: 5px;
    background-position: 0px 0px;
    border: 1px solid #CCCCCC;
    font: 12px Arial, Helvetica, sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    resize: none;
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll 0px -498px #FFFFFF;
}

form div.form-pddg input, form div.form-pddg select, form div.form-pddg textarea {
    color: #333333;
    border: none;
    width: 100%;
}

form input.form-sbmt, form input.form-bton {
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll -92px 0px #FFFFFF;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 100px;
    width: auto !important;
    width: 100px;
    padding: 4px 0px;
    cursor: pointer;
}

form input.form-bton {
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll -112px -263px #FFFFFF;
}

form label.form-lbel {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

form div.form-lnea {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    margin-bottom: 15px;
}

form div.form-lnea-txt {
    background: #FFFFFF;
    padding: 0px 5px;
    position: absolute;
    left: 5px;
    top: -9px;
    font-size: 10px;
    font-weight: bold;
}

.form-btom {
    margin: 15px 0px 0px;
    overflow: hidden;
    height: 100%;
}

.form-btom .form-sbmt {
    float: right;
}

.form-lnea-sepa {
    margin-top: 35px;
}

/* /formularios standar *//* formularios */
.form-avcd-srch-btom {
    margin: 15px 0px 40px;
    position: relative;
}

.form-avcd-srch-btom .form-sbmt {
    position: absolute;
    right: 0;
    top: -2px;
}

/* /formularios *//* slider ranges */
.slde-rnge {
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll 0 -298px transparent;
    height: 20px;
    position: relative;
}

.slde-rnge-bg {
    position: absolute;
    height: 8px;
    margin: 6px 0px 0px 0px;
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll 0 -324px transparent;
    width: 100%;
}

.slde-rnge-flxa {
    position: absolute;
    height: 20px;
    width: 15px;
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll -20px -154px transparent;
    cursor: pointer;
}

.slde-rnge-tip {
    background: #666666;
    position: absolute;
    padding: 4px 7px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: -34px;
}

.slde-rnge-tip-flxa {
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll 0px -185px transparent;
    position: absolute;
    bottom: -6px;
    height: 6px;
    width: 12px;
    left: 0px;
}

.slde-rnge-price {
    padding: 0px 20px;
    margin: 40px 0px 30px;
}

.slde-rnge-price-inpt {
    margin-top: 10px;
    padding-left: 12px;
}

.slde-rnge-price-inpt #precio_desde {
    margin-right: 20px;
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll 0px -215px transparent;
    padding-left: 24px;
    width: 139px;
}

.slde-rnge-price-inpt #precio_hasta {
    background: url("../images/general/sprite.png?v=1.0.1") repeat-x scroll -193px -215px transparent;
    padding-left: 24px;
    width: 139px;
}

#asrch-advc-box .slde-rnge-price {
    margin-bottom: 0px;
}

/* /slider ranges */
#load-page-scroll {
    height: 95px;
    width: 100%;
    background: url('../images/general/loading_sc.gif') no-repeat center center;
}

.texto {
    font-size: 13px;
    color: #7A7A7A;
    line-height: 16px;
}

.texto i {
    font-style: italic;
}

.pnel-sctng {
    margin-bottom: 40px;
    overflow: hidden;
    height: 100%;
}

.pnel-ttle {
    background: #ebebeb;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 6px;
}

.fdrh {
    float: right;
    width: 50%;
}

.fizq {
    float: left;
    width: 50%;
}

.tble1, .tble2 {
    width: 100%;
    margin: 20px 0px;
    font-size: 12px;
}

.tble2 {
    border: none;
}

.tble1 thead td {
    background-color: #e1e1e1;
    border-bottom: 1px dotted #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}

.tble1 tbody td {
    border-bottom: 1px dotted #DDDDDD;
    color: #5e5e5e;
}

.tble1 tbody tr.impr {
    background-color: #FaFaFa;
}

#ordr-tble td {
    padding: 7px;
}

#ordr-tble .actn {
    text-align: right;
}

#ordr-tble .ship, #ordr-tble .stus, #ordr-tble .date {
    text-align: center;
}

.pddo-hstr {
    border-bottom: 1px solid #ebebeb;
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/*Frankybox*/
#mdal TABLE {
    border-collapse: collapse;
    width: 100%;
    height: auto;
}

TD#mdal-top, TD#mdal-btom, TD#mdal-drch, TD#mdal-left, TD#mdal-top-left, TD#mdal-top-drch, TD#mdal-btom-drch, TD#mdal-btom-left, #mdal-next, #mdal-prev, #mdal-clse {
    background-image: url("../images/general/mdal.png");
    background-color: transparent;
}

TD#mdal-top-left, TD#mdal-top-drch, TD#mdal-btom-left, TD#mdal-btom-drch {
    height: 10px;
    width: 10px;
    overflow: hidden;
}

TD#mdal-top-left {
    background-position: 0px 0px;
}

TD#mdal-top-drch {
    background-position: -10px 0px;
}

TD#mdal-btom-left {
    background-position: 0px -10px;
}

TD#mdal-btom-drch {
    background-position: -10px -10px;
}

TD#mdal-top, TD#mdal-btom {
    background-position: 0px -93px;
    background-repeat: repeat-x;
}

TD#mdal-left, TD#mdal-drch {
    background-position: -26px 0px;
    background-repeat: repeat-y;
}

#mdal-clse {
    background-position: 0px -20px;
    display: block;
    height: 24px;
    width: 26px;
    position: absolute;
    right: -7px;
    top: -10px;
    cursor: pointer;
}

#mdal-cntd-btom {
    background-color: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    padding: 7px;
    position: relative;
}

#mdal-cntd-btom B {
    display: block;
    padding: 0 35px;
}

#mdal-next, #mdal-prev {
    cursor: pointer;
    height: 24px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#mdal-prev {
    background-position: 0 -69px;
    left: 7px;
}

#mdal-next {
    background-position: 0 -45px;
    right: 7px;
}

#mdal-cntr {
    background-color: #FFF;
}

#mdal-cntd {
    margin: 10px;
}

#frky-form {
    overflow: hidden;
    min-height: 130px;
    height: 100% !important;
    height: 130px;
}

#frky-form-titl {
    color: #838383;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#frky-form-icon-left {
    background: url("../images/custom/ico-opcion.png") no-repeat scroll 14px 0 transparent;
    border-right: 1px solid #EFEFEF;
    float: left;
    height: 100%;
    margin-right: 20px;
    width: 145px;
    height: 100%;
}

#frky-form label {
    width: auto;
    font-size: 12px;
    padding-bottom: 3px;
}

#frky-form p {
    padding: 10px 0px !important;
}

/* noticias */
#noticias .ntca-tile {
    color: #666;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: justify;
    text-decoration: none;
    display: block;
}

.ntca-fcha {
    display: block;
    color: #81888D;
    font-size: 12px;
}

#noticias .line {
    background-color: #ccc;
    font-size: 0;
    margin: 5px 0 18px;
}

#noticias .line div {
    background-color: #666;
    display: block;
    height: 4px;
    width: 460px;
}

#noticias .cntd {
    margin-bottom: 40px;
}

.ntca-fter {
    border-top: 1px solid #eeeeee;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 5px;
}

.ntca-fter a {
    float: right;
    font-style: italic;
    font-weight: 700;
    color: #666;
    text-decoration: none;
}

#noticias .icon {
    background: url("../images/general/ico-news.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);
    border: 1px solid #EEEEEE;
    display: block;
    height: 114px;
    text-indent: -9999em;
    width: 128px;
    float: left;
}

#noticias .icon:hover {
    border-color: #dfdfdf;
}

#noticias .text {
    color: #666666;
    float: right;
    font-size: 12px;
    line-height: 21px;
    text-align: justify;
    width: 435px;
}

#noticias .ntca-dscp .text {
    color: #666666;
    float: none;
    line-height: 21px;
    text-align: justify;
    width: auto;
    font-size: 12px;
}

#noticias .ntca-dscp .text p {
    padding-bottom: 20px;
}

/* /noticias */
.both {
    clear: both;
}

#comments {
    width: 100%;
}

/*opiniones*/
.txt-info {
    font-style: italic;
    font-size: 12px;
    line-height: 21px;
    margin-top: 19px;
    text-align: justify;
}

/*/opiniones*//*formularios*/
#form-opin {
    margin-top: 40px;
}

#form-opin .form-sbmt {
    float: right;
    margin-top: 15px;
}

.form-bopi {
    margin-bottom: 20px;
}

.form-nota {
    color: #666;
}

.form-star-cntd {
    background-image: url("../images/general/comentarios.png");
    background-position: 0 0;
    display: inline-block;
    height: 16px;
    left: 5px;
    position: relative;
    top: 2px;
    width: 80px;
    cursor: pointer;
}

/*/formularios*/
#rcmd-emil-cntd {
    font-size: 12px;
    margin-bottom: 30px;
    width: 400px;
    position: relative;
}

#rcmd-emil-titl {
    border-bottom: 1px solid #d4a70f;
    height: 100%;
    margin-bottom: 10px;
    padding-bottom: 2px;
    position: relative;
    font-size: 1.3em;
}

.form-365 p {
    margin-bottom: 7px;
    position: relative;
}

.form-365 label {
    display: block;
    font-weight: bold;
}

.form-365 input, .form-365 textarea, .form-365 select {
    width: 390px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
    font-size: 12px;
    padding: 4px;
}

.form-365 input.sbmt {
    background: #292929;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    position: relative;
    top: 17px;
}

.form-365 input.sbmt:hover {
    background: #363636;
}

iframe[src="about:blank"] {
    display: none;
}

.opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/* fabricantes */
.fbct {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 2px;
    padding: 5px 0;
    width: 160px;
    text-align: center;
}

.fbct:hover {
    border-color: #666;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fbct img {
    display: inline-block;
}

/* fabricantes *//* cesta sin stock */
.markProductOutOfStock {
    color: #ff0000;
    float: right;
}

#tbuy {
    background: #FFF;
    height: 25px;
    width: 32px;
    position: absolute;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    z-index: 200;
}

/* autocomplete */
.rslt-ajax {
    display: none;
    top: 48px;
    right: 0;
    width: 100%;
    position: absolute;
    background-color: white;
    border-top: 1px solid #e5e5e5;
    padding: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
    z-index: 90;
    border: solid #ccc;
    border-width: 0px 1px 1px;
    cursor: default;
}

.rslt-ajax a {
    text-decoration: none;
}

.rslt-ajax .auto-prdt-row {
    border-collapse: initial;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0 !important;
    font-size: 15px;
    color: #9e9e9e;
}

.rslt-ajax .auto-prdt-td {
    display: table-cell;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    vertical-align: middle;
}

.rslt-ajax .auto-prdt-td.td1 {
    width: 14%;
}

.rslt-ajax .auto-prdt-td.td2 {
    width: 59%;
}

.rslt-ajax .auto-prdt-td.td3 {
    width: 24%;
}

.rslt-ajax .auto-prdt-td.td1 {
    text-align: left;
    padding-right: 0px;
}

.rslt-ajax .auto-prdt-td.td3 {
    text-align: right;
}

.rslt-ajax .auto-prdt-row.rsmn a {
    color: #9e9e9e;
}

.rslt-ajax .auto-prdt-row.rsmn a:after {
    content: ">";
    font-size: 12px;
    left: 0;
    padding-left: 5px;
    position: relative;
    top: 0;
}

.rslt-ajax .auto-prdt-row.rsmn a:hover {
    color: #626262;
}

.rslt-ajax .auto-prdt-row.rsmn-prdt .td2 a strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    line-height: 15px;
}

.rslt-ajax .auto-prdt-row.rsmn-prdt .td2 a {
    font-size: 13px;
    color: #9e9e9e;
    display: block;
    line-height: 22px;
}

.rslt-ajax .auto-prdt-row.rsmn-prdt .td2 a s {
    padding-right: 8px;
}

.rslt-ajax .auto-prdt-row.rsmn-prdt .td2 a span {
    color: #ff9b00;
}

.rslt-ajax .auto-prdt-row.extra {
    padding: 19px 0px !important;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.rslt-ajax .auto-prdt-row.extra a {
    font-weight: 500;
    color: #666;
    font-size: 13px;
    line-height: 13px;
}

.rslt-ajax .auto-prdt-row.extra a:hover {
    color: #000;
}

.rslt-ajax .auto-prdt-row-hover, .rslt-ajax .auto-prdt-row.rsmn-prdt:hover {
    background: #f8f8f8;
}

.rslt-ajax-load {
    display: none;
    background-image: url("../images/general/load-smll.gif");
    height: 16px;
    position: absolute;
    right: 49px;
    top: 19px;
    width: 16px;
}

/* autocomplete *//* mensajes */
.new_messge {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin: 0px auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    padding: 60px 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-transition: 200ms -webkit-transform;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    position: relative;
    z-index: 2;
    max-width: 780px;
    text-align: center;
    min-width: 300px;
}

.new_messge .titl {
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 14px;
    color: #353332;
}

.new_messge .text {
    font-size: 18px;
    line-height: 22px;
    color: #6c696c;
}

.new_messge .text a {
    color: #2bb5ee;
}

.new_messge .bton {
    display: inline-block;
    margin: 0px auto;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 11px 19px 9px;
    margin-top: 20px;
    cursor: pointer;
}

.new_messge:before {
    content: "";
    position: absolute;
    left: 50%;
    background-image: url("../images/general/sprite.png?v=1.0.1");
    background-repeat: no-repeat;
    z-index: 4;
}

.new_messge:after {
    content: "";
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    z-index: 3;
}

.new_messge.success .bton, .new_messge.success:after {
    background: #71c341;
}

.new_messge.success:before {
    top: -17px;
    background-position: -405px -13px;
    width: 40px;
    height: 38px;
    margin-left: -20px;
}

.new_messge.error .bton, .new_messge.error:after {
    background: #c34141;
}

.new_messge.error:before {
    top: -17px;
    background-position: -456px -13px;
    width: 39px;
    height: 39px;
    margin-left: -20px;
}

.new_messge.warning .bton, .new_messge.warning:after {
    background: #ebca56;
}

.new_messge.warning:before {
    top: -20px;
    background-position: -385px -5px;
    width: 15px;
    height: 48px;
    margin-left: -7px;
}

.new_messge_ovrl {
    background: #292929 !important;
}

.new_messge_load {
    background: #FFF;
    background: url("../images/general/load-smll.gif") no-repeat center center #FFF;
    margin: 0px auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 50px !important;
    height: 50px;
    text-indent: -9999em;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: auto;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding: 0px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* /mensajes *//* botones */
.bton-dflt {
    background: #04ce5d;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(92, 92, 92, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(92, 92, 92, 1)));
    background: -webkit-linear-gradient(top, #0acb5f 0, #027735 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(92, 92, 92, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(92, 92, 92, 1) 100%);
    background: linear-gradient(to bottom, #0acb5f 0, #027735 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#5c5c5c', GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #027735;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 20px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #027735;
    font-family: Arial;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    line-height: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.bton-dflt:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bton-dflt:active {
    position: relative;
    top: 1px;
}

.bton-dflt input {
    top: 0px;
    left: 0px;
    position: absolute;
    text-indent: -999999em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.bton-dflt.smll {
    font-size: 12px;
    padding: 4px 12px 3px;
    line-height: 12px;
}

.bton-dflt.btble {
    background: #009ddb;
}

/* /botones */
@media only screen and (max-width: 991.98px) {
    .confirmacion .confirmacion_interior {
        width: 47.3%;
    }
}

@media only screen and (max-width: 767.98px) {
    .confirmacion .confirmacion_interior {
        width: 100%;
    }
}

/* inicio, aviso warning */
#dx-wrng {
    display: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#dx-wrng.dx-wrng-izqd, #dx-wrng.dx-wrng-drch {
    position: fixed;
    bottom: 20px;
    border: 1px solid;
    width: 265px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
}

#dx-wrng.dx-wrng-drch {
    right: 20px;
}

#dx-wrng.dx-wrng-izqd {
    left: 20px;
}

#dx-wrng.dx-wrng-izqd #dx-wrng-tile, #dx-wrng.dx-wrng-drch #dx-wrng-tile {
    background: url("../../../images/upload/warning_module_imagen.png") no-repeat scroll 0 5px transparent;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 23px;
}

#dx-wrng.dx-wrng-izqd #dx-wrng-clse, #dx-wrng.dx-wrng-drch #dx-wrng-clse {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 9px;
}

#dx-wrng.dx-wrng-izqd #dx-wrng-text, #dx-wrng.dx-wrng-drch #dx-wrng-text {
    color: #666666;
    font-size: 11px;
    line-height: 18px;
    padding: 5px 0 13px;
    text-align: justify;
}

#dx-wrng.dx-wrng-izqd #dx-wrng-text a, #dx-wrng.dx-wrng-drch #dx-wrng-text a {
    text-decoration: none;
    color: #2b9af0;
    display: block;
    margin-top: 8px;
}

#dx-wrng.dx-wrng-top, #dx-wrng.dx-wrng-botom, #dx-wrng.dx-wrng-blok {
    position: fixed;
    border: 1px solid;
    left: 0px;
    width: 100%;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

#dx-wrng.dx-wrng-top #dx-wrng-cntd, #dx-wrng.dx-wrng-botom #dx-wrng-cntd, #dx-wrng.dx-wrng-blok #dx-wrng-cntd {
    padding: 10px 30px;
    text-align: center;
}

#dx-wrng.dx-wrng-blok, #dx-wrng.dx-wrng-top {
    top: 0px;
    box-shadow: 0 0 6px #111111;
    border-bottom: 1px solid;
}

#dx-wrng.dx-wrng-botom {
    bottom: 0px;
    box-shadow: 0px 4px 8px #444;
    border-top: 1px solid;
}

#dx-wrng.dx-wrng-top #dx-wrng-tile, #dx-wrng.dx-wrng-botom #dx-wrng-tile, #dx-wrng.dx-wrng-blok #dx-wrng-tile {
    display: none;
}

#dx-wrng.dx-wrng-top #dx-wrng-text, #dx-wrng.dx-wrng-botom #dx-wrng-text, #dx-wrng.dx-wrng-blok #dx-wrng-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

#dx-wrng.dx-wrng-top #dx-wrng-text a, #dx-wrng.dx-wrng-botom #dx-wrng-text a, #dx-wrng.dx-wrng-blok #dx-wrng-text a {
    text-decoration: none;
    color: #2b9af0;
}

#dx-wrng.dx-wrng-top #dx-wrng-text a:hover, #dx-wrng.dx-wrng-botom #dx-wrng-text a:hover, #dx-wrng.dx-wrng-blok #dx-wrng-text a:hover {
    text-decoration: underline;
}

#dx-wrng.dx-wrng-top #dx-wrng-clse, #dx-wrng.dx-wrng-botom #dx-wrng-clse, #dx-wrng.dx-wrng-blok #dx-wrng-clse {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 9px;
}

#dx-wrng.dx-wrng-blok {
    position: relative;
}

/* fin, aviso warning *//* RGPD */
.win-repn .cntd {
    background: #FFF;
    padding: 35px 20px;
}

.win-repn .mfp-close {
    background: none repeat scroll 0 0 #c3c3c3;
    color: #fff;
    height: auto;
    line-height: 29px;
    padding: 0;
    width: 29px;
    right: 0;
}

.win-repn .title {
    font-size: 24px;
    color: #b4b3b3;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 21px;
}

.win-repn a {
    float: left;
    width: 25%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.win-repn a .imge:before {
    font-size: 41px;
    line-height: 41px;
    padding-top: 19px;
    display: inline-block;
    color: #9a9a9a;
}

.win-repn a .imge {
    border: 2px solid #9a9a9a;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
    margin-bottom: 12px;
}

.win-repn a .titu {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 14px;
    text-transform: uppercase;
}

.win-repn a:hover .imge {
    border-color: #767676;
    background: #f8f8f8;
}

.win-repn a:hover .titu {
    color: #767676;
}

@media only screen and (max-width: 767px) {
    .win-repn a {
        width: 50%;
        margin-bottom: 15px;
    }
}

#rgpd-wndw {
    max-width: 655px;
    margin: 0px auto;
}

#rgpd-wndw.win-repn .cntd {
    border-radius: 3px;
    padding: 0px;
    font-size: 15px;
    line-height: 23px;
}

#rgpd-wndw .rgpd-head {
    text-align: left;
    padding: 15px 15px 15px;
    border-bottom: 2px solid #dfdfdf;
}

#rgpd-wndw .rgpd-head img {
    height: 25px;
}

#rgpd-wndw .rgpd-extr {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

#rgpd-wndw .rgpd-extr i {
    font-size: 100px;
    color: #3362b5;
    line-height: 100px;
    margin-bottom: 10px;
    float: right;
    margin: -10px 0px 0px 40px;
}

#rgpd-wndw .rgpd-extr span {
    color: #008dca;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px;
    padding-bottom: 0px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

#rgpd-wndw .rgpd-extr small {
    color: #008dca;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    display: block;
}

#rgpd-wndw .rgpd-cntd {
    overflow-y: scroll;
    height: 500px;
    padding: 60px 40px 0px;
    color: #797979;
}

#rgpd-wndw .rgpd-cntd .ccEditor {
    color: #797979;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    padding-bottom: 50px;
}

#rgpd-wndw .rgpd-btn {
    border-top: 1px solid #d1d1d1;
    padding: 15px 37px;
    text-align: center;
    background: #f7f7f7;
}

#rgpd-wndw .rgpd-btn::after {
    clear: both;
    display: table;
    content: ' ';
}

#rgpd-wndw .rgpd-btn div {
    float: right;
}

#rgpd-wndw .rgpd-btn div, #rgpd-wndw .rgpd-btn a {
    background: #1d9896;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 12px 42px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 21px;
    cursor: pointer;
    text-transform: lowercase;
    text-decoration: none;
    width: auto;
    margin-left: 10px;
    font-weight: bold;
    height: 44px;
}

#rgpd-wndw .rgpd-btn div.red, #rgpd-wndw .rgpd-btn a.red {
    background: #f44242 !important;
}

#rgpd-wndw.rgpd-dob .rgpd-extr i {
    margin: -25px 0px 0px 40px;
}

#rgpd-wndw.rgpd-dob .rgpd-extr {
    padding: 0px;
    margin: 0px 0px 70px;
    border: 0px;
}

#rgpd-wndw.rgpd-dob .rgpd-cntd {
    height: auto;
}

.rgpd-check .fa {
    font-size: 17px;
    line-height: 17px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.rgpd-tooltip, .arrow:after {
    background: #ffee8c !important;
    border: 0px !important;
    box-shadow: none !important;
    color: #666 !important;
}

.rgpd-tooltip {
    padding: 10px 20px !important;
    color: #666 !important;
    border-radius: 5px !important;
    font: 12px "Helvetica Neue", Sans-Serif !important;
    padding: 10px !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

@media only screen and (max-width: 767.98px) {
    #rgpd-wndw .rgpd-btn div, #rgpd-wndw .rgpd-btn a {
        float: inherit;
        width: 100%;
        margin: 1px 0;
    }
}

/* /RGPD *//* # Ventana modal================================================== */
.wind-mdal {
    max-width: 962px;
    margin: 20px auto;
    position: relative;
    background: #fff;
}

.wind-mdal > .titu {
    background: #e8e8e8;
    margin-bottom: 40px;
    min-height: 100px;
    padding-right: 40px;
    padding-left: 50px;
}

.wind-mdal > .titu span {
    color: #17141d;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.wind-mdal .prdt-sldr-cntd {
    padding: 0px 20px 40px;
    overflow: hidden;
}

.wind-mdal form {
    padding: 0px 50px;
}

.wind-mdal form .fotr {
    border-top: 1px solid #cacaca;
    padding-top: 20px;
    margin-top: 22px;
    padding: 20px 0px;
}

.wind-mdal form .fotr .sbmt {
    width: 100%;
    width: 100%;
}

.wind-mdal .fotr.rdes .shre a {
    margin-left: 5px;
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: 4px;
}

.wind-mdal .fotr.rdes .shre a .fa-facebook-square {
    color: #0059d6;
}

.wind-mdal .fotr.rdes .shre a .fa-twitter-square {
    color: #00b4ff;
}

/* # Ventana modal mi cuenta, cambiar idioma================================================== */
.wind-mdal-anchor {
    padding-bottom: 30px
}

.wind-mdal-anchor a {
    width: 25%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.wind-mdal-anchor a .imge:before {
    font-size: 41px;
    line-height: 41px;
    padding-top: 19px;
    display: inline-block;
    color: #9a9a9a;
}

.wind-mdal-anchor a .imge.fa-power-off:before, .wind-mdal-anchor a .imge.fa-power-off ~ .titl {
    color: red;
}

.wind-mdal-anchor a .imge.fa-star:before, .wind-mdal-anchor a .imge.fa-star ~ .titl {
    color: #f5dd00;
}

.wind-mdal-anchor a .imge.fa-tags:before, .wind-mdal-anchor a .imge.fa-tags ~ .titl {
    color: #0976cb;
}

.wind-mdal-anchor a .imge.fa-file-text:before, .wind-mdal-anchor a .imge.fa-file-text ~ .titl {
    color: #dd2286;
}

.wind-mdal-anchor a .imge.fa-user:before, .wind-mdal-anchor a .imge.fa-user ~ .titl {
    color: #0bcc61;
}

.wind-mdal-anchor a .imge {
    border: 2px solid #9a9a9a;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
    margin-bottom: 12px;
}

.wind-mdal-anchor a .titl {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 14px;
    text-transform: uppercase;
}

.wind-mdal-anchor a:hover .imge {
    border-color: #767676;
    background: #f8f8f8;
}

.wind-mdal-anchor a:hover .titl {
    color: #767676;
}

.wind-mdal-anchor a .flag img {
    width: 65px;
    margin-top: 16px;
}

.grecaptcha-badge {
    visibility: hidden;
}