
/*@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src:url(../fuentes/ubuntu_400_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src:url(../fuentes/ubuntu_500_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src:url(../fuentes/ubuntu_700_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src:url(../fuentes/oswald_400_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src:url(../fuentes/oswald_700_latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}*/

html {
    position:relative;
    min-height:100%;
}
body {
    width:100%;
    margin:0 0 232px 0;
    padding:0;
    border:0;
    background-color:#FFF;
    font-family:'Oswald', Tahoma, Geneva, sans-serif;
    color:#333;
    font-size:14px;
    outline:0;
}
.page_cesta div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page_cesta::-moz-selection {
    background-color: transparent;
}
.page_cesta::selection {
    background-color: transparent;
}
input::selection,textarea::selection {
    background-color: #BED4E9;
}
input::-moz-selection,textarea::-moz-selection {
    background-color: #BED4E9;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;

}
input:not([type="image"]), textarea {
    box-sizing: border-box;
}
#container_lp input:not([type="image"]),#ventana_contacto_lp textarea,#ventana_contacto_lp input:not([type="image"]),#panel_registro_lp input:not([type="image"]),#ventana_recuperar_password_lp input:not([type="image"]) {
    box-sizing: unset;
}
button {
    outline: none;
}
a {
    color: #333;
    text-decoration:none;
    outline:none;
}
a:hover {
    text-decoration:none;
}
p {
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 150%
}
.link {
    cursor: pointer;
}
.sinlink {
    cursor: default;
}
.ubuntu {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
}
.oswald {
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
}
.fw_700{
    font-weight: 700;
}
.fw_500{
    font-weight: 500;
}
.fw_300{
    font-weight: 300;
}
.ui-widget {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
}
.texto_n {
    color: #f48222;
}
.texto_a {
    color: #004567;
}
.texto_gris {
    color: #525050;
}
.texto_b {
    color: #fff;
}
.centrado {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.fleft {
    float:left;
}
#bd_log .centrado {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.error {
    background-color: #fbe0c6;
}
.ui-effects-transfer {
    border: 1px dotted black;
}
.ui-datepicker {
    z-index: 5 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: #004567;
}
.ui-datepicker th {
    color: #004567;
}
.ui-datepicker .ui-state-highlight {
    background: #004567;
    border: 1px solid #004567;
    color: #fff;
}
.fancybox-close {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 38px;
    height: 32px;
    cursor: pointer;
    z-index: 8040;
}

/*-------------------- LOGIN --------------------*/

/***** LEGAL REGISTRO *****/

#caja_legal_contenedor_lp{
    text-align: justify;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    padding: 8px 2% 3px;
}
.linea_legal_contenedor_lp{
    float: left;
    margin-top: 6px;
    width: 100%;
}
.caja_elementos_legal_lp{
    float:left;
    width:100%;
}

/***** FIN LEGAL REGISTRO *****/

#bd_log {
    background-color: #004567;
    background: -webkit-linear-gradient(#004567, #3368b0 40%, #004567);
    background: -o-linear-gradient(#004567, #3368b0 40%, #004567);
    background: -moz-linear-gradient(#004567, #3368b0 40%, #004567);
    background: linear-gradient(#004567, #3368b0 40%, #004567);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width:1280px;
}
#container_lp p {
    line-height: 16px;
}
#container_lp fieldset, .form_registro_lp fieldset {
    background-color: #bddbea;
    border: none;
    border-radius: 5px;
    float: left;
    margin: 25px 0 0 20px;
    padding: 15px 0 20px 20px;
    width: 342px;
}
#container_lp label, .form_registro_lp label {
    color: #004567;
    font-size: 14px;
}
.caja_elementos_registro_lp {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.caja_elementos_dirfac_lp {
    float: left;
    margin-top: 20px;
    width: 316px;
}
.caja_elementos_recuperar_pass_lp {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.caja_elementos_contacto_lp {
    float: left;
    margin: 8px 0 0 30px;
    width: 324px;
}
.caja_pregunta_seguridad_lp {
    float: right;
    width: 324px;
    background-color: #fff;
}
.caja_opcion_via_contacto_lp {
    float: left;
    margin-top: 6px;
    width: 100%;
}
.campo_obligatorio_lp {
    color: #86181b;
    font-weight: 700;
    float: left;
    margin-left: 4px;
}
.campo_registro_lp {
    margin-top: 8px;
    padding: 0 5px;
    text-align: left;
    width: 300px;
}
.campo_anadefac_lp {
    margin-top: 8px;
    padding: 0 5px;
    text-align: left;
    width: 316px;
}
.campo_registro_lp, .campo_anadefac_lp {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: rgb(80, 80, 80);
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding-left: 5px;
}
.campo_registro_lp::-webkit-input-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
.campo_registro_lp:-moz-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
    opacity: 1;
}
.campo_registro_lp::-moz-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
    opacity: 1;
}
.campo_registro_lp:-ms-input-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
.campo_registro_lp.campo_web_lp {
    width: 248px;
    margin-top: 10px;
    margin-left: 8px;
}
.texto_form_registro_lp.texto_web_lp {
    margin-top: 12px;
}
.iconos_botones_registro_lp {
    float: left;
    margin: 4px 0 0 9px;
}
.input_radio_via_contacto_lp {
    cursor: pointer;
    float: left;
    margin-top: 0;
}
.texto_form_registro_lp, .texto_selector_via_contacto_lp {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.texto_selector_via_contacto_lp {
    margin: -2px 0 0 8px;
}
#txt_copia_datos_envio_lp{
    margin: 1px 25px 0 0;
    float: right;
    cursor: pointer;
}
#banda_registro_lp {
    background-color: #004567;
    float: left;
    height: 28px;
    margin-top: 20px;
    width: 100%;
}
.texto_inormativo_lp {
    background-color: #004567;
    float: left;
    height: 46px;
    width: 100%;
    margin-top: 15px;
}
.btn_entrar_lp {
    background-color: #f48222;
    border: none;
    color: white;
    cursor: pointer;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    margin: 7px 0 0 0;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 96px;
}
.btn_entrar_lp:hover {
    background-color: #df671c;
}
.btn_entrar_lp:active {
    background-color: #c15608;
}
#cabecera_lp {
    float: left;
    margin-top: 32px;
    margin-bottom: 50px;
    width: 100%;
}
.captcha_lp {
    float: left;
    width: 75px;
    height: 24px;
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
}
.captcha_recuperar_pass_lp, .captcha_registro_lp, .captcha_contacto_lp {
    float: left;
    height: 24px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 3px 0 0 10px;
}
.captcha_recuperar_pass_lp, .captcha_contacto_lp {
    width: 94px;
}
.captcha_registro_lp {
    width: 110px;
}
.img_refresh_captcha_lp {
    float: left;
    width: 22px;
}
.cont_captcha_lp {
    float: left;
    width: 22px;
    margin: 2px 0 0 8px;
    cursor: pointer;
}
.rotacion_captch_lp {
    animation-name: rotar_captcha;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}
@-moz-keyframes rotar_captcha {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotar_captcha {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotar_captcha {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#caja_btn_contactar_lp, #caja_btn_registro_lp {
    background: url(../imagenes/btn_registro.png) no-repeat;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 7px;
    position: relative;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    width: 178px;
    display: table;
}
#caja_btn_contactar_lp:hover, #caja_btn_registro_lp:hover {
    box-shadow: 2px 3px 3px #012c42;
}
#caja_btn_contactar_lp:hover > #txt_contactar_lp, #caja_btn_registro_lp:hover > #txt_registrarme_lp {
    color: #012c42;
}
#caja_btn_contactar_lp:active, #caja_btn_registro_lp:active {
    box-shadow: 2px 2px 2px #012c42 inset;
}
#caja_imagen_central_lp {
    float: left;
    width: 100%;
    height: 430px;
    margin: 0 0 0 -22px;
}
#caja_banner_central_lp {
    float: left;
    width: 100%;
    height: 300px;
    margin: 0 0 25px -22px;
}
#caja_imagen_central_mantenimiento {
    float: left;
    width: 100%;
    height: 300px;
    margin: 0 0 190px -22px;
}
#img_central_lp {
    background-size: 100%;
    background: url(../imagenes/img_central_lp.png) no-repeat center center;
    height: 430px;
}
#banner_central_lp {
    background-size: 100%;
    background: url(../imagenes/slider/11.jpg) no-repeat center center;
    height: 300px;
}
#img_central_mantenimiento {
    background: url(../imagenes/img_central_lp.png) no-repeat center center;
    height: 300px;
    background-size: contain;
}
#caja_login_lp {
    float: right;
    margin-right: 18px;
    width: 230px;
}
#caja_registro_lp {
    float: right;
    height: 80px;
    margin-right: 36px;
    width: 180px;
}
#caja_selector_via_contacto_lp {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    margin: 7px 0 0 40px;
    padding: 8px 4% 3px 4%;
    width: 278px;
}
#caja_sombra_lp {
    background: url(../imagenes/sombra_form_login.png) no-repeat;
    height: 54px;
    position: relative;
    margin-top: 20px;
    margin-left: -48px;
    width: 324px;
    z-index: -1;
}
.campo_adjuntar_iae_lp, .campo_adjuntar_dirfac_lp {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    padding: 5px 10px 5px 14px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}

.campo_adjuntar_iae_lp{
    width: 286px;
}
.campo_adjuntar_dirfac_lp{
    width: 316px;
}
.campo_respuesta_seguridad_recuperar_pass_lp, .campo_respuesta_seguridad_registro_lp, .campo_respuesta_seguridad_contacto_lp {
    width: 54px;
    text-align: center;
}
.campo_respuesta_seguridad_registro_lp {
    margin: 3px 0 0 8px;
}
.campo_respuesta_seguridad_recuperar_pass_lp {
    margin: 3px 0 0 20px;
}
.campo_respuesta_seguridad_contacto_lp {
    margin: 3px 0 0 23px;
}
.checkbox_privacidad_lp {
    float: left;
    margin: 0 0 0 70px;
}
#container_lp {
    margin: 0 auto;
    width: 1280px;
}
#copyright_lp, .pass_acceso_pf{
    color: white;
    font-family: Ubuntu, sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
.pass_acceso_pf{
    font-size: 16px;
}
#copyright_lp{
    font-size: 14px;
}
.form_registro_lp {
    border: 2px solid #cacaca;
    border-top-width: 4px;
    border-bottom-width: 5px;
    float: left;
    margin: 10px 0 10px 80px;
    padding: 5px 0;
    width: 400px;
}
.input_email_lp {
    width: 220px;
}
.input_password_lp {
    width: 115px;
}
.input_email_lp::placeholder, .input_password_lp::placeholder {
    color: #bdbdbd;
}
.input_email_lp, .input_password_lp {
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #646464;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    height: 20px;
    padding: 0 0 0 5px;
    margin-top: 7px;
}
#logo_MC_lp {
    float: left;
}
#cont_form_registro_lp {
    float: left;
    width: 560px;
    height: 625px;
    overflow: hidden;
    position: relative;
}
.select_pais_lp, .select_tipo_documento_lp {
    width: 316px;
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
#txt_adjuntar_iae_lp {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
}
#txt_alta_usuario_lp {
    color: #004567;
    float: left;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    font-family: Oswald, sans-serif;
    font-size: 16px;
}
#txt_campos_obligatorios_lp {
    color: #86181b;
    font-family: Ubuntu, sans-serif;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
#txt_contactar_lp, #txt_registrarme_lp {
    color: #05496f;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 3px 0 0 8px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
#txt_entrada_usuarios_lp {
    color: white;
}
#txt_entrada_usuarios_lp, #txt_registro_usuario_lp {
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 2px black;
    width: 100%;
}
#txt_formulario_alta_lp {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin: 7px 0 27px 10%;
    line-height: 15px;
}
#txt_password_olvidado {
    color: #e2a900;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}
.caja_pregunta_seguridad_lp {
    float: right;
    width: 229px;
    background-color: transparent;
    margin-top: 7px;
}
.campo_respuesta_seguridad_inicio_lp {
    border: 1px solid #df671c;
    border-right-width: 3px;
    border-left-width: 3px;
    color: rgb(80, 80, 80);
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    padding-left: 5px;
    width: 85px;
    margin-left: 21px;
    text-align: center;
}
#txt_password_olvidado:hover {
    color: #edc500;
}
#txt_politica_privacidad_lp {
    line-height: 20px;
    margin: -4px 0 0 10px;
    text-align: center;
}
#txt_pregunta_seguridad_contacto_lp {
    margin: -2px 0 0 0;
}
#txt_pregunta_seguridad_registro_lp, #txt_pregunta_seguridad_recuperar_pass_lp, #txt_pregunta_seguridad_contacto_lp {
    line-height: 16px;
    text-align: right;
}
#txt_pregunta_seguridad_registro_lp {
    margin: -2px 0 0 39px;
}
#txt_pregunta_seguridad_recuperar_pass_lp {
    margin: -2px 0 0 39px;
}
#ventana_recuperar_password_lp, #ventana_contacto_lp {
    float: left;
    width: 100%;
}
#txt_contacto_lp, #txt_registro_nuevo_usuario_lp {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
#txt_registro_usuario_lp {
    color: #e2a900;
}
#txt_via_contacto_lp {
    text-align: center;
    width: 100%;
}
.form_contacto_lp {
    float: left;
    margin: 15px 0 0 25px;
    width: 380px;
}
#txt_password_perdido_lp {
    color: #004567;
    float: left;
    margin: 15px 0 15px 60px;
    text-align: center;
    font-size: 16px;
    width: 270px;
}
.campo_email_recuperacion_lp {
    margin: 0 0 20px 37px;
}
.btn_enviar_registro_lp, #btn_enviar_contacto_lp {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    height: 24px;
    margin: 15px auto;
    width: 150px;
}
.btn_enviar_registro_lp:hover, #btn_enviar_contacto_lp:hover {
    background-color: #df671c;
}
.btn_enviar_registro_lp:active, #btn_enviar_contacto_lp:active {
    background-color: #c15608;
}

.campo_texto_contacto_lp {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: rgb(80, 80, 80);
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100px;
    margin: 8px 0 0 30px;
    max-height: 140px;
    max-width: 300px;
    padding: 5px;
    text-align: left;
    width: 300px;
}
.campo_texto_contacto_lp::-webkit-input-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
.campo_texto_contacto_lp:-moz-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
.campo_texto_contacto_lp:-ms-input-placeholder {
    color: rgba(0, 69, 103, 0.7);
    font-weight: 500;
}
.campo_contacto_lp {
    margin-left: 30px;
}

/* ------------------------------------------------------------------- LOGIN ------------------------------------------------------------------------- */
/* -------------------------------------------------------------- NUEVA CABECERA --------------------------------------------------------------------- */

.ui-menu .ui-menu-item {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    background-color: #C7E3F7;
    padding: 4px;
    border-bottom: 1px solid #004567;
    border-right: 1px solid #004567;
}
.ui-menu-item .nombre_buscatexto {
    font-weight: 400;
    height: 15px;
    overflow: hidden;
    float: left;
    width: 100%;
    color:#555454;
    text-align: left;
    margin-top: 4px;
}
.precio_buscatexto {
    font-weight: 500;
    float: right;
    color: #8f4d0e;
}
.ref_buscatexto {
    font-weight: 700;
    height: 14px;
    overflow: hidden;
    float: left;
    width: 342px;
    color: #004567;
    white-space: nowrap;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #ecf7ff;
    border-right: 1px solid #004567;
    font-weight: 400;
}
.ui-autocomplete .cont_imagen_busqueda{
    float: left;
    width: 64px;
    height: 38px;
    padding: 4px 2px;
    background-color: #fff;
}
.ui-autocomplete .imagen_busqueda {
    width:100%;
    height: 38px;
    background: no-repeat center;
    background-size: contain;
}
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .2em 0 .2em;
    line-height: 1.5;
    background-color: #4A6FA3;
    color: #FFF;
    text-align: center;
}
.ui-autocomplete {
    z-index: 9000;
    width: 335px;
}
.linea_texto_predcitivo_inicio{
    float: left;
    width: 441px;
    height: 34px;
    padding: 6px 20px 6px 15px;
}
.bloque_icono_catalogo {
    background-color:#f7a14e;
    float:left;
    height:4px;
    margin-top:3px;
    width:20px;
}
.btn_modo_tienda_OFF {
    bottom:-64px;
    opacity:0.6;
}
.btn_modo_tienda_ON {
    bottom:0;
    opacity:1;
}
.cabecera_linea {
    float:left;
    width:100%;
}
.caja_aux_seccion {
    height:62px;
    position:relative;
    width:276px;
}
.caja_casillas_subsecciones {
    float: left;
    height: auto;
    margin: 18px 0 17px 25px;
    width: 293px;
}
.caja_interior_seccion_cat {
    background-color:#c0ddef;
    border:1px solid #004567;
    border-left:5px solid #004567;
    border-right:5px solid #004567;
    float:left;
    height:41px;
    margin-top:10px;
    transition:width 0.2s ease;
    width:100%;
    box-sizing:border-box;
    font-size:16px;
    padding:0;
}
.catalogo_abajo {
    animation:cat_abajo 0.5s ease;
}
@keyframes cat_abajo {
    0%   { top:-545px; }
    100% { top:87px;   }
}
.catalogo_arriba {
    animation:cat_arriba 0.5s ease;
}
@keyframes cat_arriba {
    0%   { top:87px;   }
    100% { top:-545px; }
}
.flecha_seccion {
    background: url(../imagenes/flecha_seccion_catalogo.png) 0 0;
    float:right;
    height:22px;
    margin:10px 8px 0 0;
    opacity:0.3;
    width:21px;
}
.icono_seccion_catalogo {
    height:62px;
    position:absolute;
    left:10px;
    top:0;
    width:62px;
    background-position: bottom;
}
.icono_seccion_catalogo_div {
    background-color: #4e8fa5;
    border-radius: 50% 0 50% 50%;
    position: absolute;
}
.seccion_catalogo:hover .icono_seccion_catalogo_div {
    background-color: #004567;
}
.icono_seccion_catalogo_ext {
    width: 62px;
    height: 62px;
    opacity: 0.5;
}
.icono_seccion_catalogo_int {
    width: 54px;
    height: 54px;
    margin-top: 4px;
    margin-left: 4px;
}
.caja_interior_seccion_cat_hover{
    width:291px;
    background:#f7a04d;
    background:linear-gradient(to right,#f7a04d,#f6b64c,#f7a04d);
}
.nav_btn {
    cursor:pointer;
    float:left;
    height:37px;
    overflow:hidden;
}
.nav_btn:hover .nav_hover {
    top:-29px;
}
.nav_hover {
    background-color:#ffbf83;
    height:37px;
    position:relative;
    top:8px;
    transition:all 0.2s ease;
    width:100%;
}
.seccion_catalogo {
    background-color:transparent;
    cursor:pointer;
    float:left;
    height:62px;
    margin-top:3px;
    width:280px;
}
.separador_nav {
    background-image:url(../imagenes/separador_header.png);
    float:left;
    height:23px;
    margin-top:7px;
    width:1px;
}
.subseccion_catalogo {
    display:none;
    float:left;
    height:auto;
    min-height:404px;
    width:900px;
}
.texto_nav {
    color:#8f4d0e;
    font-family:'Oswald',sans-serif;
    font-size:15px;
    font-weight:500;
    margin-top:7px;
    position:relative;
    text-align:center;
    width:100%;
    z-index:3;
}
.texto_seccion_catalogo {
    color:#004567;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:19px;
    font-weight:500;
    margin:4px 0 0 76px;
}
.tipo_producto {
    color:#5c8da3;
    font-size:13px;
    margin-left:6px;
}
.tipo_producto, .titulo_linea {
    float:left;
    font-family:'Oswald',sans-serif;
    color:#004567;
    font-size:15px;
}
.titulo_linea_informatica {
    margin: 4px 0 1px 8px;
}
.titulo_linea_tinta {
    margin: 0 0 0 7px;
}
.txt_btn_modo_tienda {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:18px;
    font-weight:400;
    margin-top:5px;
    text-align:center;
    width:100%;
}
#banda_azul_header {
    background: url(../imagenes/textura_header.jpg) repeat;
    float:left;
    height:59px;
    width:100%;
    min-width: 1280px;
}
#banda_naranja_header {
    background: url(../imagenes/banda_naranja_header.png) no-repeat 0 59px;
    height: 107px;
    width: 1324px;
    margin: 0 auto;
}
#bloque_prod_1 {
    margin-top:0;
}
#btn_catalogo {
    background:#004567;
    background:linear-gradient(to right,#00283c,#004567,#004567,#00283c);
    border:3px solid #f48222;
    border-radius:6px;
    box-sizing:content-box;
    cursor:pointer;
    transition:background 0.5s ease;
    width:170px;
    height:30px;
    float: left;
    margin-left:114px;
}
#btn_catalogo:hover > #txt_catalogo {
    color:#e7b141;
}
#btn_catalogo:hover .bloque_icono_catalogo {
    background-color:#e7b141;
}
.contenedor_catalogo{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top:0;
    z-index: 100;
    margin-bottom: 40px;
}
.btn_cesta_nav {
    width:27px;
    height: 23px;
    background: url(../imagenes/icono_carro_nav.png) no-repeat top;
    margin-top: 9px;
}
.btn_cesta_nav:hover {
    background-position:bottom;
    margin-top: 6px;
}
.btn_cesta_llena_nav {
    width: 27px;
    height: 23px;
    background: url(../imagenes/icono_carro_lleno_nav.png) no-repeat top;
    margin-top: 7px;
}
.btn_cesta_llena_nav:hover {
    background-position:bottom;
}
#btn_contacto_nav {
    width:149px;
}
#btn_empresa_nav {
    width:142px;
}
#btn_inicio_nav {
    width:127px;
}
#btn_mensajes_nav {
    background: url(../imagenes/icono_mensajes_nav.png) no-repeat  center 8px;
    width:88px;
}
#btn_mensajes_nav:hover {
    background-position:center -29px;
}
#btn_mi_cuenta_nav {
    width:142px;
}

/* ------------------------------------------------------------------------ BACK TO TOP -------------------------------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 37px;
    width: 60px;
    position: fixed;
    bottom: 0;
    left: 176px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #f48222 url(../imagenes/cd-top-arrow.svg) no-repeat center 11px;
    visibility: hidden;
    border-radius: 5px 5px 0 0;
    opacity:0;
    z-index: 21;
    cursor:pointer;
    transition: all 0.5s ease;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.6;
}
.cd-top:hover {
    opacity:1;
    height: 64px;
}

/* ------------------------------------------------------------------------ BACK TO TOP -------------------------------------------------------------------------- */

#btn_modo_tienda {
    background-color: #004567;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    height: 100px;
    position: fixed;
    left: 20px;
    transition: all 0.5s ease;
    width: 150px;
    z-index: 100;
}
#btn_modo_tienda:hover {
    bottom:0;
    opacity:1;
}
#btn_novedades_nav {
    width:150px;
}
#btn_salir_nav {
    background: url(../imagenes/icono_salir_nav.png) no-repeat 0 7px;
    margin-left:28px;
    width:25px;
}
#btn_salir_nav:hover {
    background-position:0 -30px;
}
.buscador_header {
    background-color:#fff;
    border-radius:4px;
    height:32px;
    width:572px;
    float: left;
    margin: 14px 0 0 27px;
}
#busca_texto {
    box-sizing: border-box;
    border:none;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    height:32px;
    border-radius:4px;
    padding: 8px 0 8px 12px;
    text-align:left;
    width:528px;
}
#catalogo {
    background-color: #fff;
    border-bottom: 6px solid #f48222;
    border-left: 1px solid #f48222;
    border-right: 1px solid #f48222;
    display: none;
    margin-left: -594px;
    padding: 26px 0 13px 4px;
    position: absolute;
    left: 50%;
    width: 286px;
    z-index: -1;
    box-sizing: border-box;
    font-size: 16px;
}
#container {
    margin:125px auto 0 auto;
    position:relative;
    width:1280px;
}
#flecha_cerrar_catalogo {
    background: #004567 url(../imagenes/icono_flecha_cerrar_catalogo.png) no-repeat 5px 8px;
    border:2px solid #f48222;
    border-radius:14px;
    cursor:pointer;
    height:28px;
    margin:2px 0 0 125px;
    transition:all 0.3s ease;
    width:28px;
    box-sizing:border-box;
    font-size:16px;
    padding:0;
    position: absolute;
    bottom:-16px;
}
#flecha_cerrar_catalogo:hover {
    background-color:#00283c;
}
#header {
    height:107px;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}
#icono_catalogo {
    float:left;
    height:18px;
    margin:6px 0 0 10px;
    width:20px;
}
#icono_info_novedades {
    background: url(../imagenes/icono_info_novedades.png) 0 0;
    cursor:pointer;
    height:24px;
    overflow:hidden;
    position:relative;
    left:242px;
    top:6px;
    width:24px;
    z-index:3;
}
#icono_info_novedades:hover {
    background-position:0 24px;
}
#linea_blanca {
    background-color:#fff;
    position:relative;
    left:27px;
    top:-1px;
    height:1px;
    width:219px;
}
#linea_naranja_header {
    background-color:#f48222;
    float:left;
    height:6px;
    width:100%;
    min-width:1280px;
}
#logo_MC_header {
    height:59px;
    width:286px;
    float: left;
    margin-left:62px;
    background: no-repeat center;
}
#telefono_header {
    font-size: 21px;
    color: #fff;
    position: absolute;
    margin-top: 14px;
    margin-left: 96px;
}
#lupa_buscador_header {
    background-image:url(../imagenes/lupa_buscador_header.jpg);
    cursor:pointer;
    float:right;
    height:24px;
    margin:4px 9px 0 0;
    opacity:0.6;
    transition:opacity 0.3s ease;
    width:24px;
}
#lupa_buscador_header:hover {
    opacity:1;
}
#mascara_oscura {
    background-color:#000;
    display:none;
    height:100%;
    opacity:0.65;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:50;
}
#menu_header {
    height:37px;
    width:914px;
    float:left;
    margin:-6px 0 0 84px;
}
.cont_logo_buscador{
    margin: 0 auto;
    width:1324px;
}
#nombre_prod_novedades {
    border-top:1px solid #004567;
    float:left;
    height:58px;
    width:273px;
}
#num_mensajes {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:14px;
    margin:8px 0 0 54px;
}
#panel_subsecciones {
    background-color:#fff;
    border: 6px solid #f48222;
    border-right-width: 1px;
    border-left-width: 1px;
    display:none;
    position:absolute;
    left:285px;
    top:16px;
    height:auto;
    min-height:420px;
    width:914px;
    z-index:-2;
    box-sizing:border-box;
    font-size:16px;
    padding:0;
    margin:0;
    margin-bottom: 40px;
}
#switch_modo_tienda {
    background: url(../imagenes/btn_modo_tienda.png) 0 0;
    float:left;
    height:50px;
    margin:4px 0 0 15px;
    width:120px;
}
#texto_prod_novedades {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    line-height:17px;
    margin:12px 5% 0 5%;
    max-height:34px;
    overflow:hidden;
    text-align:center;
    width:90%;
}
#txt_catalogo {
    color:#f7a14e;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    font-weight:500;
    margin:7px 0 0 31px;
    line-height:18px;
}
#txt_novedades {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    margin-top:4px;
    text-align:center;
    text-shadow:1px 1px 3px #333;
    width:100%;
}
.cont_resumen_mensajes {
    position: absolute;
    width: 210px;
    max-height: 250px;
    padding: 0 30px 30px 30px;
    top:96px;
    height: 254px;
    margin-left: 554px;
    display: none;
    z-index: 9999;
}
.cont_resumen_mensajes .triangulo {
    position: absolute;
    margin-left: 175px;
    width: 29px;
    height: 11px;
    background: url(../imagenes/pico_desplegable_mensajes.png) no-repeat center center;
    opacity: 0.95;
    display: none;
}
.resumen_mensajes {
    position: relative;
    width: 184px;
    max-height: 224px;
    overflow: hidden;
    background-color: #356B92;
    opacity: 0.95;
    margin: 11px 0;
    padding: 0 15px;
    display: none;
    z-index: 9999;
}
.resumen_mensajes.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 3px;
    background-color: #004567;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
    cursor: pointer;
}
.resumen_mensajes.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 3px;
    background: #4C7C94 no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.resumen_mensajes.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #004567;
}
.resumen_mensajes.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #004567;
}
.resumen_mensajes.ps-container:hover .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #4C7C94;
}
.resumen_mensajes.ps-container.ps-in-scrolling.ps-y .ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: #4C7C94;
}
.resumen_mensajes a {
    float: left;
    width: 180px;
    max-height: 32px;
    border-top: 1px solid #bbb;
    padding-top: 6px;
    overflow: hidden;
    line-height: 16px;
    margin-bottom: 6px;
}
.panel_subsecciones {
    box-sizing: border-box;
    background-color: #fff;
    border: 6px solid #f48222;
    border-right-width: 1px;
    border-left-width: 1px;
    height: auto;
    min-height: 420px;
    position: absolute;
    left: 284px;
    top: 15px;
    visibility: hidden;
    width: 340px;
    z-index: -2;
}
.casilla_subseccion {
    background-color: #fff;
    border: 1px solid #99b5c2;
    border-left: 3px solid #99b5c2;
    border-right: 3px solid #99b5c2;
    cursor: pointer;
    position: relative;
    height: 32px;
    margin: 0 2px 6px 0;
    transition: width 0.3s ease;
    width: 287px;
}
.casilla_subseccion_tinta {
    border-bottom: none;
    border-left: 3px solid #99b5c2;
    border-right: 3px solid #99b5c2;
    border-top: 1px solid #99b5c2;
    height: 23px;
    margin: -1px 2px 0 0;
}
#subseccion_1 .caja_casillas_subsecciones:last-child{
    border-bottom: 1px solid #99b5c2;
}
.casilla_subseccion_hover{
    width:340px;
    background : #f7a04d;
    background : -webkit-linear-gradient(left,#f7a04d,#f6b64c,#f7a04d);
    background : -o-linear-gradient(right,#f7a04d,#f6b64c,#f7a04d);
    background : -moz-linear-gradient(right,#f7a04d,#f6b64c,#f7a04d);
    background : linear-gradient(to right,#f7a04d,#f6b64c,#f7a04d);
    border: 1px solid #004567 !important;
    border-right-width: 3px !important;
    border-left-width: 3px !important;
    z-index: 3;
}
.casilla_subseccion:hover {
    background: #f7a04d;
    background: -webkit-linear-gradient(left, #f7a04d, #f6b64c, #f7a04d);
    background: -o-linear-gradient(right, #f7a04d, #f6b64c, #f7a04d);
    background: -moz-linear-gradient(right, #f7a04d, #f6b64c, #f7a04d);
    background: linear-gradient(to right, #f7a04d, #f6b64c, #f7a04d);
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    z-index: 3;
}
.casilla_subseccionTinta_hover{
    margin-bottom: -1px;
}
.panel_microsecciones {
    background-color: #fff;
    cursor: pointer;
    height: auto;
    position: absolute;
    left: 624px;
    visibility: hidden;
    z-index: -3;
}
.panel_microsecciones_informatica {
    width:300px;
}
.panel_microsecciones_tinta {
    width:290px;
}
.casilla_microseccion {
    display: none;
    float: left;
    height: auto;
    width: 100%;
}
.linea_microseccion {
    float: left;
    height: 25px;
    width: 100%;
}
.titulo_linea_microseccion {
    margin: 1px 0 0 40px;
}
.linea_microseccion:hover {
    background-color: #c7e3f7;
}
.flecha_subseccion {
    background-image: url(../imagenes/flecha_subseccion_catalogo.png);
    float: right;
    height: 14px;
    margin: 9px 10px 0 0;
    opacity: 0.3;
    width: 13px;
}
.flecha_subseccion_tinta {
    margin: 5px 10px 0 0;
}
@media only screen and (max-width:1323px) {
    #banda_naranja_header {
        background:#f48222 none;
        height:96px;
        width:100%;
        min-width:1280px;
    }
    #btn_catalogo {
        margin-left:52px;
    }
    #logo_MC_header,#buscador_header {
        margin-left:0;
    }
    #menu_header{
        margin:-6px 0 0 58px;
    }
    #catalogo {
        left:0;
        margin-left:0;
        margin-bottom:40px;
    }
}

/* ---------------------------------------------------------------- NUEVA CABECERA ----------------------------------------------------------------- */

#cuerpo {
    width:100%;
}

/* ------------------------------------------------------------------- CONTENIDO ------------------------------------------------------------------- */

.contenido1 {
    float:left;
    width:900px;
    min-height:600px;
    margin-top:30px;
    margin-left:40px;
}

/* ---------------------------------------------------------------- COLUMNA DERECHA ---------------------------------------------------------------- */

.col_der {
    float:left;
    width:275px;
    min-height:750px;
    padding:15px 0 0 12px;
}
.col_der .cuadro {
    float:left;
    width:275px;
    margin-top:15px;
}
.col_der .cuadro_bus {
    float: left;
    width: 275px;
    margin-top: 35px;
}
.col_der .cuadro .tit {
    float: left;
    width: 251px;
    height: 34px;
    padding: 0 12px;
    background-color: #f48222;
}
.col_der .cuadro .tit img {
    float:left;
    padding: 6px 10px 0 0;
}
.col_der .cuadro .tit .sepv {
    float: left;
    width: 1px;
    height: 44px;
    background: url(../imagenes/sepv_micuenta.png) no-repeat center center;
    margin: 0 20px;
}
.col_der .texto_titulo {
    float: left;
    color: #fff;
    padding-top: 7px;
}
.col_der .cuadro .cont {
    float: left;
    width: 229px;
    padding: 14px 22px;
    border: 1px solid #f48222;
    border-bottom: 3px solid #f48222;
    line-height: 16px;
}
.col_der .cuadro .cont .carro_vacio {
    float: left;
    margin-top: 20px;
    margin-left: 48px;
    width: 110px;
    height: 104px;
    background: url(../imagenes/icono_carro_vacio.jpg) no-repeat;
    background-size: contain
}
.col_der .cuadro .cont .linea {
    float: left;
    width: 230px;
}
.col_der .cuadro .cont .sep {
    height: 1px;
    margin: 9px 0;
    background: url(../imagenes/sep_cuadro.png) no-repeat center center;
}
.col_der .texto_descripcion_titulo{
    font-family: Oswald, sans-serif;
    font-size: 13px;
    color:#8f4d0e;
    float:right;
    margin-top:8px;
}
.col_der .cuadro .cont .sep1 {
    height: 1px;
    margin: 18px 0 15px 0;
    background: url(../imagenes/sep_cuadro.png) no-repeat center center;
}
.col_der .cuadro .cont .linea .izq {
    float: left;
    width: 120px;
    text-align: left;
}
.col_der .cuadro .cont .linea .der {
    float: left;
    width: 110px;
    text-align: right;
}
.col_der .texto_ver_cesta {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1px
}
.col_der .texto_cambiar_cp {
    float: right;
    margin-top: 1px;
    font-weight: 700;
}
.col_der .texto_cambiar_cp:hover {
    text-decoration: underline;
}
.col_der .cuadro .cont .boton {
    background-color: #004567;
    cursor: pointer;
    float: right;
    height: 19px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 134px;
    margin-right: 45px;
    padding: 3px;
    text-align: center;
    font-size: 13px;
}
.col_der .cuadro .cont .boton:hover {
    background-color: #1f5976;
}
.col_der .cuadro .cont .boton:active {
    background-color: #4a768b;
    transition: none;
}
.col_der .buscar_modelo_inicio {
    background-color: #004567;
    cursor: pointer;
    float: right;
    height: 25px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 134px;
    margin-right: 48px;
    margin-top: 22px;
    text-align: center;
    border: none;
    font-size: 13px;
}
.col_der .buscar_modelo_inicio:hover {
    background-color: #1f5976;
}
.col_der .buscar_modelo_inicio:active {
    background-color: #4a768b;
    transition: none;
}
.col_der .banners {
    float: left;
    width: 275px;
    margin: 12px 0;
    cursor: pointer;
}

/* ------------------------------------------------------------------- COLUMNA DERECHA -----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------ SLIDER ---------------------------------------------------------------------------*/

.top_sld_cont {
    float: left;
    width: 873px;
    height: 300px;
    margin: 0 12px 0 12px;
    cursor: pointer;
}
#slides {
    display: none;
}
.slidesjs-container {
    width: 873px;
    height: 300px
}
.top_sld_cont .diapo {
    width: 873px;
    height: 300px
}
.top_sld_cont .diapo img {
    width: 873px;
    height: 300px
}
.top_sld_cont ul {
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin-top: 20px;
    text-align: center;
    padding: 0
}
.top_sld_cont li {
    display: inline-block;
    text-align: -webkit-match-parent;
    list-style: none;
    margin-left: 10px;
}
.prev_next {
    float: left;
    width: 21px;
    height: 40px;
    cursor: pointer;
    z-index: 1000
}
#ant {
    float: left;
}
#sig {
    float: left;
    margin-left: 458px;
}
.slidesjs-previous {
    margin-left: 10px;
}
.slidesjs-next {
    margin-left: 823px;
}
.slidesjs-navigation {
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 11;
    opacity: 0;
    margin-top: -170px;
    width: 40px;
    height: 40px;
}
.top_sld_cont:hover .slidesjs-navigation {
    opacity: 0.6;
}
.slidesjs-navigation:hover {
    opacity: 0.8 !important;
}
.slidesjs-navigation:active {
    opacity: 1 !important;
}

/* ------------------------------------------------------------------- SLIDER --------------------------------------------------------------------- */
/* -----------------------------------------------------------------  CONTENIDO ------------------------------------------------------------------- */
/* -------------------------------------------------------------------- PIE ----------------------------------------------------------------------- */

#pie {
    width: 100%;
    min-width: 1280px;
    background-color: #00486A;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index:100;
}
#pie .cont_pie {
    float: left;
    min-width: 1280px;
    width: 100%;
    min-height: 203px;
}
.logo_pie {
    float: left;
    width: 243px;
    height: 62px;
    margin: 40px 20px;
    background: url(../imagenes/muchocartucho_foot.png) no-repeat;
}
.info_pie {
    float: right;
    margin: 40px 16px;
    text-align: right;
    line-height: 200%;
}
.info_pie a {
    padding: 0 10px;
}

/* -------------------------------------------------------------------- PIE ----------------------------------------------------------------------- */
/* ------------------------------------ ANIMACION1 (ficha producto inicio / novedades y artículos relacionados) ----------------------------------- */

.caja_producto_ix .rueda {
    background-color: white;
    border-radius: 14px;
    height: 21px;
    width: 21px;
    z-index: 13;
}
.caja_producto_ix .caja_animacion {
    animation: fondo_animacion1 2s linear;
    -webkit-animation: fondo_animacion1 2s linear;
    -moz-animation: fondo_animacion1 2s linear;
    -o-animation: fondo_animacion1 2s linear;
    background-color: #f5d1bb;
    height: 253px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    width: 275px;
    z-index: 10;
}
@keyframes fondo_animacion1 {
    0%   { opacity:0; }
    3%   { opacity:1; }
    94%  { opacity:1; }
    100% { opacity:0; }
}
.caja_producto_ix #caja_cesta {
    animation: cesta_animacion1 2s linear;
    -webkit-animation: cesta_animacion1 2s linear;
    -moz-animation: cesta_animacion1 2s linear;
    -o-animation: cesta_animacion1 2s linear;
    background-image: url(../imagenes/cesta_anim_carro.png);
    background-size:100% 100%;
    height: 50px;
    position: absolute;
    left: 81px;
    top: 124px;
    width: 99px;
    z-index: 14;
}
@keyframes cesta_animacion1 {
    0%   { top:124px; }
    3%   { top:124px; }
    18%  { top:134px; }
    36%  { top:124px; }
    100% { top:124px; }
}
.caja_producto_ix #caja_contenido_cesta {
    animation: contenido_cesta_animacion1 2s linear;
    -webkit-animation: contenido_cesta_animacion1 2s linear;
    -moz-animation: contenido_cesta_animacion1 2s linear;
    -o-animation: contenido_cesta_animacion1 2s linear;
    background-image: url(../imagenes/contenido_cesta.jpg);
    background-size: 100% 100%;
    height: 50px;
    position: absolute;
    left: 112px;
    top: 117px;
    width: 64px;
    z-index: 13;
}
@keyframes contenido_cesta_animacion1 {
    0%   { opacity:0;top:117px; }
    18%  { opacity:0;top:117px; }
    36%  { opacity:1;top:107px; }
    94%  { opacity:1;top:107px; }
    100% { opacity:0;top:107px; }
}
.caja_producto_ix #caja_flecha {
    animation: flecha_animacion1 2s linear;
        -webkit-animation: flecha_animacion1 2s linear;
        -moz-animation: flecha_animacion1 2s linear;
        -o-animation: flecha_animacion1 2s linear;
    background-image: url(../imagenes/flecha_anim_carro.jpg);
    background-size: 100% 100%;
    height: 64px;
    position: absolute;
    left: 111px;
    top: 50px;
    width: 60px;
    z-index: 11;
}
@keyframes flecha_animacion1 {
    0%   { top:50px;  }
    3%   { top:50px;  }
    18%  { top:170px; }
    100% { top:170px; }
}
.caja_producto_ix #caja_texto_inferior {
    opacity: 0;
    position: absolute;
    left: 97px;
    top: 28px;
    z-index: 13;
}
.caja_producto_ix #caja_texto_superior {
    border: 4px solid #db6c1b;
    border-radius: 34px;
    height: 50px;
    opacity: 0;
    position: absolute;
    left: 36px;
    top: 26px;
    width: 50px;
    z-index: 13;
}
.caja_producto_ix #caja_texto_superior, .caja_producto_ix #caja_texto_inferior {
    animation: textos_animacion1 2s linear;
        -webkit-animation: textos_animacion1 2s linear;
        -moz-animation: textos_animacion1 2s linear;
        -o-animation: textos_animacion1 2s linear;
}
@keyframes textos_animacion1 {
    0%   { opacity:0; }
    36%  { opacity:0; }
    46%  { opacity:1; }
    100% { opacity:1; }
}
.caja_producto_ix #container {
    background-color: gray;
    height: 400px;
    width: 100%;
}
.caja_producto_ix #cuadro_ocultar_flecha {
    background-color: #f5d1bb;
    height: 65px;
    margin: 0 0 0 -50px;
    position: absolute;
    left: 138px;
    top: 168px;
    width: 100px;
    z-index: 12;
}
.caja_producto_ix #rueda_der {
    position: absolute;
    left: 158px;
    top: 185px;
}
.caja_producto_ix #rueda_izq {
    position: absolute;
    left: 103px;
    top: 185px;
}
.caja_producto_ix #texto_inferior {
    color: #db6c1b;
    font-size: 22px;
    line-height: 23px;
    text-align: left;
}
.caja_producto_ix #texto_superior {
    color: #db6c1b;
    font-size: 24px;
    margin-top: 12px;
    text-align: center;
    font-weight: 700;
}

/* -------------------------------------------------------- NUEVOS ESTILOS DETALLE PRODUCTO --------------------------------------------------------- */

.precio_anterior_oferta_da {
    color:#e7af18;
    font-family:'Oswald',sans-serif;
    font-size:13px;
    font-weight:700;
    position:absolute;
    left:-13px;
    top:31px;
    text-align:center;
    transform:rotateZ(-45deg);
    width:100px;
    z-index: 3;
}
.precio_producto_da {
    color:#f76a04;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 31px;
    font-weight: 700;
    text-align: right;
    width: 109px;
    margin-top: -10px;
    padding-right: 22px;
}
.PVPr_da {
    color:#9e9c9c;
    float:left;
}
.PVPr_da, .negrita_PVPr_da, .txt_PVD_da {
    font-family:'Oswald',sans-serif;
    font-size:14px;
}
.negrita_PVPr_da{
    color:#9e9c9c;
    font-weight:600;
}
.txt_PVD_da {
    color:#f76a04;
    float: right;
    padding: 5px 22px 0 0;
    text-align: right;
}
.txt_PVD_agotado_da {
    color:#8a1719;
}
.uds_producto_da {
    color: #74757b;
    border-left: none;
    border-right: none;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    margin-top: 0;
    text-align: center;
    width: 51px;
    height: 28px;
}
.signo_mas_I_da {
    background-color:#74757b;
    height:1px;
    position:absolute;
    top:5px;
    width:11px;
}
.signo_mas_II_da {
    background-color:#74757b;
    height:11px;
    position:absolute;
    left:5px;
    width:1px;
}
.signo_menos_da {
    background-color:#74757b;
    float:left;
    height:1px;
    margin:14px 0 0 14px;
    width:11px;
}
.txt_avisame_da, .txt_comprar_da { /* Estas clases se generan dinámicamente, no borrar aunque no se encuentren */
    color:#fff;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    margin-top:5px;
    text-align:center;
    width:100%;
    font-weight: 500;
}
.btn_avisame_da, .btn_comprar_da {
    margin-top: -2px;
    margin-left: 7px;
    float: left;
    transition: all 0.4s ease;
    height: 28px;
    width: 134px;
}
.btn_avisame_da {
    background-color:#8a1719;
}
.btn_avisame_da:hover {
    background-color:#9c3638;
}
.btn_avisame_da:active {
    background-color:#630709;
    transition:none;
}
.btn_comprar_da {
    background-color:#f7a159;
}
.btn_comprar_da:hover {
    background-color:#f76a04;
}
.btn_comprar_da:active {
    background-color:#a94803;
    transition:none;
}
.btn_mas_uds_da {
    float:right;
}
.btn_menos_uds_da {
    float:left;
}
.btn_uds_da {
    background-color:#dcdcdc;
    height:28px;
    transition:all 0.4s ease;
    width:40px;
}
.btn_uds_da:hover {
    background-color:#bcb8b8;
}
.btn_uds_da:active {
    background-color:#d9d8d0;
    transition:none;
}
.caja_botones_uds_da {
    padding-left: 15px;
    width:131px;
    float: left;
    height: 28px;
    margin-left: 5px;
    margin-top: 3px;
}
.caja_datos_da {
    float: left;
    height: 52px;
    width: 144px;
    padding-top: 5px;
    padding-left: 20px;
}
.caja_signo_mas_da {
    float:left;
    height:11px;
    margin:9px 0 0 15px;
    position:relative;
    width:11px;
}
.euro_precio_da {
    color: #f76a04;
    float: right;
    font-family: 'Ubuntu',sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin-top: 12px;
}
.precio_producto_agotado_da, .euro_precio_agotado_da {
    color:#8a1719;
}
.titulo_subseccion_da{
    font-size: 14px;
    color: #9e9c9c;
    clear:both;
    padding-left:2px;
}
.subseccion_caracteristicas_da{
    padding: 5px 5px 5px 17px;
    width: 100%;
    height: 116px;
}
.listado_caracteristicas_da{
    float: left;
    margin-top: 2px;
    padding-left: 16px;
    overflow: hidden;
    height: 85px;
    width: 487px;
}
.barra_disponibilidad_da{
    width: 99px;
    height: 41px;
    margin: 4px 0 0 19px;
}
.mas_stock_disponibilidad_da{
    color: #9e9c9c;
    margin: 0 0 0 19px;
    width: 150px;
}
.texto_disponibilidad_da{
    float: left;
    line-height: 19px;
    margin-right: 7px;
}
.consultar_div_da{
    position: absolute;
    width: 280px;
    height: 94px;
    margin-top: 0;
    z-index: 10;
}
.subnombre_articulo_da{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.label_canon_da {
    background: url(../imagenes/icono_canon_caja_producto.png) no-repeat;
}
.label_producto_da {
    background-color: #f7a159;
    border: 2px solid #fff;
    height: 32px;
    float: right;
    width: 25px;
}
/* --------------------------------------------------------- FIN NUEVOS ESTILOS DETALLE PRODUCTO ---------------------------------------------------------- */

/* ----------------------------------------------------------- ANIMACION2 (RESULTADOS BÚSQUEDA) ----------------------------------------------------------- */

.contenido_busqueda .nube_polvo {
    background-image: url(../imagenes/nube.png);
    background-size: 100% 100%;
    height: 15px;
    opacity: 1;
    position: absolute;
    width: 15px;
    z-index: 15;
}
.contenido_busqueda .rueda {
    background-color: white;
    border-radius: 10px;
    height: 16px;
    width: 16px;
}
.contenido_busqueda #caja_animacion {
    animation: fadeInOut 2s ease;
    background-color: #f5d1bb;
    height: 125px;
    margin: 1px 0 0 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 593px;
    z-index: 10;
}
@keyframes fadeInOut {
    0%   { opacity:0; }
    3%   { opacity:1; }
    97%  { opacity:1; }
    100% { opacity:0; }
}
.contenido_busqueda #caja_cesta {
    animation: cesta 2s linear;
    -webkit-animation: cesta 2s linear;
    -moz-animation: cesta 2s linear;
    -o-animation: cesta 2s linear;
    background: url(../imagenes/cesta_anim_carro.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: 34px;
    position: absolute;
        left: 60px;
        top: 60px;
    width: 73px;
    z-index: 4;
}
@keyframes cesta {
    0%   { left:60px;top:60px;  }
    4%   { left:60px;top:60px;  }
    18%  { left:60px;top:76px;  }
    28%  { left:60px;top:60px;  }
    40%  { left:60px;top:60px;  }
    60%  { left:802px;top:60px; }
    100% { left:802px;top:60px; }
}
.contenido_busqueda #caja_contenido_cesta {
    animation: contenido_cesta 2s linear;
        -webkit-animation: contenido_cesta 2s linear;
        -moz-animation: contenido_cesta 2s linear;
        -o-animation: contenido_cesta 2s linear;
    background-image: url(../imagenes/contenido_cesta.jpg);
    background-size: 100% 100%;
    height: 39px;
    position: absolute;
        left: 83px;
        top: 50px;
    width: 45px;
    z-index: 3;
}
@keyframes contenido_cesta {
    0%   { opacity:0;left:83px;top:50px;  }
    18%  { opacity:0;left:83px;top:50px;  }
    28%  { opacity:1;left:83px;top:44px;  }
    40%  { opacity:1;left:83px;top:44px;  }
    60%  { opacity:1;left:832px;top:44px; }
    100% { opacity:1;left:832px;top:44px; }
}
.contenido_busqueda #caja_flecha {
    animation: flecha 2s linear;
        -webkit-animation: flecha 2s linear;
        -moz-animation: flecha 2s linear;
        -o-animation: flecha 2s linear;
    background-image: url(../imagenes/flecha_anim_carro.jpg);
    background-size: 100% 100%;
    height: 33px;
    position: absolute;
        left: 83px;
        top: 4px;
    width: 45px;
    z-index: 1;
}
@keyframes flecha {
    0%   { top:4px;   }
    6%   { top:4px;   }
    18%  { top:144px; }
    100% { top:144px; }
}
.contenido_busqueda #caja_ruedas {
    animation: mov_ruedas 2s linear;
    height: 20px;
    position: absolute;
        left: 74px;
        top: 102px;
    width: 70px;
    z-index: 3;
}
@keyframes mov_ruedas {
    0%   { left:74px;  }
    40%  { left:74px;  }
    60%  { left:802px; }
    100% { left:802px; }
}
.contenido_busqueda #caja_texto_inferior {
    opacity: 0;
    position: absolute;
        left: 190px;
        top: 51px;
    z-index: 3;
}
.contenido_busqueda #caja_texto_OK {
    border: 4px solid #db6c1b;
    border-radius: 28px;
    height: 50px;
    opacity: 0;
    position: absolute;
        left: 120px;
        top: 37px;
    width: 50px;
    z-index: 3;
}
.contenido_busqueda #caja_texto_OK, .contenido_busqueda #caja_texto_inferior {
    animation: textos 2s linear;
        -webkit-animation: textos 2s linear;
        -moz-animation: textos 2s linear;
        -o-animation: textos 2s linear;
}
@keyframes textos {
    0%   { opacity:0; }
    55%  { opacity:0; }
    60%  { opacity:1; }
    100% { opacity:1; }
}
.contenido_busqueda #cuadro_ocultar_flecha {
    background-color: #f5d1bb;
    height: 36px;
    position: absolute;
        left: 70px;
        top: 94px;
    width: 80px;
    z-index: 2;
}
#nube_01 {
    animation:nubeA 2s ease;
    left:78px;
    top:98px;
}
@keyframes nubeA {
    0%   { opacity:0;transform:scale(1) rotate(0deg);   }
    40%  { opacity:0;transform:scale(1) rotate(0deg);   }
    50%  { opacity:1; }
    100% { opacity:0;transform:scale(5) rotate(270deg); }
}
.contenido_busqueda #nube_02 {
    animation:nubeB 2s ease;
    left:108px;
    top:99px;
}
@keyframes nubeB {
    0%   { opacity:0;transform:scale(1) rotate(0deg);     }
    42%  { opacity:0;transform:scale(1) rotate(0deg);     }
    44%  { opacity:1; }
    100% { opacity:0;transform:scale(4.5) rotate(270deg); }
}
.contenido_busqueda #nube_03 {
    animation:nubeC 2s ease;
    left:138px;
    top:100px;
}
@keyframes nubeC {
    0%   { opacity:0;transform: scale(1) rotate(0deg);   }
    44%  { opacity:0;transform: scale(1) rotate(0deg);   }
    46%  { opacity:1; }
    100% { opacity:0;transform: scale(4) rotate(270deg); }
}
.contenido_busqueda #nube_04 {
    animation:nubeD 2s ease;
    left:168px;
    top:101px;
}
@keyframes nubeD {
    0%   { opacity:0;transform:scale(1) rotate(0deg);     }
    46%  { opacity:0;transform:scale(1) rotate(0deg);     }
    48%  { opacity:1; }
    100% { opacity:0;transform:scale(3.5) rotate(270deg); }
}
.contenido_busqueda #nube_05 {
    animation: nubeE 2s ease;
    left: 198px;
    top: 102px;
}
@keyframes nubeE {
    0% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
    48% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(3) rotate(270deg);
    }
}
.contenido_busqueda #rueda_der {
    float: left;
    margin-left: 30px;
}
.contenido_busqueda #rueda_izq {
    float: left;
    margin: 0;
}
.contenido_busqueda #texto_inferior {
    color: #db6c1b;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
.contenido_busqueda #texto_OK {
    color: #db6c1b;
    font-size: 28px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
/*************************************************************************************************************/
/*********************************   ANIMACION3 (DETALLE ARTÍCULO)     ***************************************/
.cont_imagenes_da .rueda {
    background-color: white;
    border-radius: 14px;
    height: 21px;
    width: 21px;
    z-index: 13;
}
.cont_imagenes_da .caja_animacion {
    animation: fondo_animacion3 2s linear;
    -webkit-animation: fondo_animacion3 2s linear;
    -moz-animation: fondo_animacion3 2s linear;
    -o-animation: fondo_animacion3 2s linear;
    background-color: #f5d1bb;
    height: 221px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    width: 308px;
    z-index: 10;
}
@keyframes fondo_animacion3 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.cont_imagenes_da #caja_cesta {
    animation: cesta_animacion3 2s linear;
    -webkit-animation: cesta_animacion3 2s linear;
    -moz-animation: cesta_animacion3 2s linear;
    -o-animation: cesta_animacion3 2s linear;
    background-image: url(../imagenes/cesta_anim_carro.png);
    background-size: 100% 100%;
    height: 50px;
    position: absolute;
    left: 94px;
    top: 124px;
    width: 99px;
    z-index: 14;
}
@keyframes cesta_animacion3 {
    0% {
        top: 124px;
    }
    3% {
        top: 124px;
    }
    18% {
        top: 134px;
    }
    36% {
        top: 124px;
    }
    100% {
        top: 124px;
    }
}
.cont_imagenes_da #caja_contenido_cesta {
    animation: contenido_cesta_animacion3 2s linear;
    -webkit-animation: contenido_cesta_animacion3 2s linear;
    -moz-animation: contenido_cesta_animacion3 2s linear;
    -o-animation: contenido_cesta_animacion3 2s linear;
    background-image: url(../imagenes/contenido_cesta.jpg);
    background-size: 100% 100%;
    height: 50px;
    position: absolute;
    left: 125px;
    top: 117px;
    width: 64px;
    z-index: 13;
}
@keyframes contenido_cesta_animacion3 {
    0% {
        opacity: 0;
        top: 117px;
    }
    18% {
        opacity: 0;
        top: 117px;
    }
    36% {
        opacity: 1;
        top: 107px;
    }
    94% {
        opacity: 1;
        top: 107px;
    }
    100% {
        opacity: 0;
        top: 107px;
    }
}
.cont_imagenes_da #caja_flecha {
    animation: flecha_animacion3 2s linear;
    -webkit-animation: flecha_animacion3 2s linear;
    -moz-animation: flecha_animacion3 2s linear;
    -o-animation: flecha_animacion3 2s linear;
    background-image: url(../imagenes/flecha_anim_carro.jpg);
    background-size: 100% 100%;
    height: 64px;
    position: absolute;
    left: 124px;
    top: 50px;
    width: 60px;
    z-index: 11;
}
@keyframes flecha_animacion3 {
    0% {
        top: 50px;
    }
    3% {
        top: 50px;
    }
    18% {
        top: 170px;
    }
    100% {
        top: 170px;
    }
}
.cont_imagenes_da #caja_texto_inferior {
    opacity: 0;
    position: absolute;
    left: 99px;
    top: 30px;
    z-index: 13;
}
.cont_imagenes_da #caja_texto_superior {
    border: 4px solid #db6c1b;
    border-radius: 34px;
    height: 50px;
    opacity: 0;
    position: absolute;
    left: 36px;
    top: 26px;
    width: 50px;
    z-index: 13;
}
.cont_imagenes_da #caja_texto_superior, .cont_imagenes_da #caja_texto_inferior {
    animation: textos_animacion3 2s linear;
    -webkit-animation: textos_animacion3 2s linear;
    -moz-animation: textos_animacion3 2s linear;
    -o-animation: textos_animacion3 2s linear;
}
@keyframes textos_animacion3 {
    0% {
        opacity: 0;
    }
    36% {
        opacity: 0;
    }
    46% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.cont_imagenes_da #container {
    background-color: gray;
    height: 400px;
    width: 100%;
}
.cont_imagenes_da #cuadro_ocultar_flecha {
    background-color: #f5d1bb;
    height: 65px;
    margin: 0 0 0 -50px;
    position: absolute;
    left: 138px;
    top: 168px;
    width: 100px;
    z-index: 12;
}
.cont_imagenes_da #rueda_der {
    position: absolute;
    left: 170px;
    top: 185px;
}
.cont_imagenes_da #rueda_izq {
    position: absolute;
    left: 120px;
    top: 185px;
}
.cont_imagenes_da #texto_inferior {
    color: #db6c1b;
    font-size: 22px;
    line-height: 23px;
    text-align: left;
}
.cont_imagenes_da #texto_superior {
    color: #db6c1b;
    font-size: 24px;
    margin-top: 6px;
    text-align: center;
    font-weight: 700;
}
/*************************************************************************************************************/
/*-------------------- INICIO --------------------*/
.cantidad_aviso_disponibilidad, .cantidad_uds_carro {
    color: white;
    font-size: 10px;
    margin-top: 17px;
    text-align: center;
    float: left;
    width: 100%;
}
.datos_producto_da .cont_flags {
    margin-left: 400px;
    margin-top: -8px;
    position: absolute;
    width: 96px;
    height: 34px;
    z-index: 45;
}
.flag_aviso_disponibilidad_da {
    background: url(../imagenes/icono_sobre_caja_producto.png) no-repeat center top;
}
.flag_producto_en_carro_da {
    background: url(../imagenes/icono_carro_caja_producto.png) no-repeat center top;
}
.flag_aviso_disponibilidad_da, .flag_producto_en_carro_da {
    border: 2px solid white;
    float: right;
    background-color: #f7a159;
    cursor: pointer;
    height: 32px;
    width: 25px;
    z-index: 3;
}
/*-------------------- INICIO --------------------*/
/*-------------------- PAGINADOR --------------------*/
.cont_paginador {
    float: left;
    width: 874px;
    height: 21px;
    background-color: #D4E9F4;
    margin: 60px 0 0 0;
    text-align: center;
}
.cont_paginador .resultados_paginador {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cont_paginador .flecha {
    float: left;
    width: 9px;
    height: 16px;
    margin: 3px 2px;
    background: no-repeat bottom;
    background-size: cover;
}
.cont_paginador .flecha_final {
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px 7px;
    background: no-repeat bottom;
    background-size: cover;
}
.cont_paginador .flecha_final.activo:hover, .cont_paginador .flecha.activo:hover {
    background-position: top;
}
.cont_paginador .flecha.izq {
    margin-right: 8px;
    background-image: url(../imagenes/paginador_pag_anterior.png);
}
.cont_paginador .flecha.der {
    margin-left: 8px;
    background-image: url(../imagenes/paginador_pag_sig.png);
}
.cont_paginador .flecha_final.izq_ultima {
    background-image: url(../imagenes/paginador_primera_pag.png);
}
.cont_paginador .flecha_final.der_ultima {
    background-image: url(../imagenes/paginador_ultima_pag.png);
}
.cont_paginador .flecha.oculto {
    float: left;
    width: 11px;
    height: 20px;
    margin: 5px 2px;
    background: none no-repeat;
    text-align: center;
    display: none;
}
.cont_paginador .nav {
    background-color: #a3cade;
    float: left;
    width: 23px;
    height: 19px;
    padding: 6px 5px 2px 5px;
    margin: -4px 2px;
    text-align: center;
    font-weight: 700;
    color: white;
    border: 1px solid #a3cade;
}
.cont_paginador .nav.oculto {
    display: none;
}
.cont_paginador .botones_centrados {
    margin: 0 auto;
    display: table;
}
.cont_paginador .botones_centrados .botones {
    display: inline-table;
}
.cont_paginador .nav.activo {
    background-color: #FFF;
    color: #004567;
    border: 1px solid #004567;
    width: 25px;
    height: 21px;
    margin-top: -5px;
}
.cont_paginador .nav:hover {
    background-color: #004567;
    border-color: #004567;
}
.cont_paginador .nav.activo:hover {
    background-color: #FFF;
}
/*-------------------- PAGINADOR micuenta --------------------*/
.cont_paginador_micuenta {
    background-image:linear-gradient(to right,#fff,#ffeadd,#fff);
    float:left;
    height:13px;
    margin:38px 0 16px 0;
    text-align:center;
    width:1102px;
}
.cont_paginador_micuenta .resultados_paginador {
    float:left;
    margin-top:16px;
    width:100%;
}
.cont_paginador_micuenta .botones_centrados {
    margin: 0 auto;
    display: table;
}
.cont_paginador_micuenta .botones_centrados .bottones {
    display: inline-table;
}
.cont_paginador_micuenta span {
    float: left;
    margin-top: 7px;
    margin-right: 30px;
}
.cont_paginador_micuenta .flecha {
    background:no-repeat bottom;
    background-size:cover;
    float:left;
    height:16px;
    margin:-1px 2px;
    width:9px;
}
.cont_paginador_micuenta .flecha_final {
    background:no-repeat bottom;
    background-size:cover;
    float:left;
    height:16px;
    margin:-1px 7px;
    width:16px;
}
.cont_paginador_micuenta .flecha_final.activo:hover, .cont_paginador_micuenta .flecha.activo:hover {
    background-position: top;
}
.cont_paginador_micuenta .flecha.izq {
    margin-right: 8px;
    background-image: url(../imagenes/paginador_tabla_pag_anterior.png);
}
.cont_paginador_micuenta .flecha.der {
    margin-left: 8px;
    background-image: url(../imagenes/paginador_tabla_pag_sig.png);
}
.cont_paginador_micuenta .flecha_final.izq_ultima {
    background-image: url(../imagenes/paginador_tabla_primera_pag.png);
}
.cont_paginador_micuenta .flecha_final.der_ultima {
    background-image: url(../imagenes/paginador_tabla_ultima_pag.png);
}
.cont_paginador_micuenta .flecha.oculto {
    float: left;
    width: 11px;
    height: 20px;
    margin: 5px 2px;
    background: none no-repeat;
    text-align: center;
    display: none;
}
.cont_paginador_micuenta .flecha_final.oculto {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 2px;
    background: none no-repeat;
    text-align: center;
    display: none;
}
.cont_paginador_micuenta .nav {
    background-color:#f6a878;
    border:1px solid #f6a878;
    color:#fff;
    float:left;
    font-weight:700;
    height:19px;
    margin:-8px 2px;
    padding:6px 5px 2px 5px;
    text-align:center;
    width:23px;
}
.cont_paginador_micuenta .nav.oculto {
    float: left;
    width: 23px;
    height: 18px;
    padding: 5px;
    margin: 0 2px;
    border: 0;
    text-align: center;
    display: none;
}
.cont_paginador_micuenta .nav.activo {
    background-color:#fff;
    border:1px solid #f48222;
    color:#f48222;
    height:19px;
    margin-top:-8px;
    width:23px;
}
.cont_paginador_micuenta .nav:hover {
    background-color:#f48222;
    border-color:#f48222;
}
.cont_paginador_micuenta .nav.activo:hover {
    background-color:#fff;
}

/* ------------------------------------------------------------- PAGINADOR micuenta---------------------------------------------------------------- */

.inactivo {
    cursor:default;
}

/* ----------------------------------------------------------------- DESCUADRES ------------------------------------------------------------------- */

.aviso_vdesc {
    border: none;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    height: 15px;
    margin: 3px 0 0 5px;
    text-align: center;
    width: 89px;
    background-color: transparent;
    color: #505050;
}
.btn_borrar_aviso_vdesc {
    position: absolute;
    background-image: url(../imagenes/icono_borrar_aviso_vdesc.png);
    cursor: pointer;
    height: 14px;
    margin: 5px 0 0 4px;
    width: 14px;
}
.btn_borrar_aviso_vdesc:hover {
    background-image: url(../imagenes/icono_borrar_aviso_hover_vdesc.png);
}
.btn_borrar_aviso_vdesc:active {
    opacity: 0.6;
}
.cabecera_columna_vdesc {
    color: #fff;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
    line-height: 14px;
}
.en_cesta_vdesc {
    background-color: #d2e7ed;
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    margin-top: 0;
    padding-top: 3px;
    text-align: center;
    width: 92px;
}
.fila_aviso_vdesc {
    border-bottom: 1px solid #f48222;
    border-right: 3px solid #f48222;
    float: left;
    height: 23px;
    width: 99px;
    background-color: #ffd4ba;
}
.fila_prod_vdesc {
    border-bottom: 1px solid #004567;
    border-left: 3px solid #004567;
    float: left;
    height: 23px;
    width: 751px;
}
.nombre_prod_vdesc {
    margin: 0 9px;
    width: 418px;
}
.nombre_prod_vdesc, .referencia_vdesc {
    overflow: hidden;
    white-space: nowrap;
}
.nombre_prod_vdesc, .referencia_vdesc, .solicitado_vdesc {
    color: #5f5f5f;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}
.referencia_vdesc {
    text-align: center;
    width: 94px;
    margin: 3px 9px 0 9px;
}
.separador_fila_vdesc {
    float: left;
    margin-top: 4px;
}
.separador_vdesc {
    float: left;
    margin-top: 2px;
}
.solicitado_vdesc {
    float: left;
    font-weight: 700;
    text-align: center;
    width: 109px;
}
.sin_descuadres_vdesc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin: 35px 0;
}
#banda_sup_prod_vdesc {
    background-color: #75a1b7;
    float: left;
    height: 21px;
    width: 100%;
}
#btn_guardar_vdesc {
    margin: 9px 0 20px 398px;
    width: 114px;
}
#caja_aviso_vdesc {
    padding: 10px 0;
    background-color: #ffd4ba;
    margin: 0 auto 18px auto;
    width: 100%;
}
.cont_lineas_vdesc {
    float: left;
    position: relative;
    overflow: hidden;
    max-height: 120px;
}
.cont_lineas_vdesc.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #ffd4ba url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cont_lineas_vdesc.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    right: 3px !important;
    height: 119px !important;
    width: 16px;
    background-color: #ffd4ba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #f48222;
}
.cont_lineas_vdesc.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #ffd4ba;
}
.cont_lineas_vdesc.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #ffd4ba;
}
.cont_lineas_vdesc.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #ffd4ba;
}
#caja_filas_y_col_avisos_vdesc {
    float: left;
    height: auto;
    width: 100%;
}
.txt_btn_guardar_vdesc {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: -1px;
}
#caja_filas_prod_vdesc {
    float: left;
    height: auto;
    width: 754px;
}
#caja_productos_vdesc {
    float: left;
    height: auto;
    margin: 17px 0 10px 27px;
    width: 856px;
}
#col_avisos_vdesc {
    float: left;
    width: 102px;
}
#container_vdesc {
    background-color: #646464;
    height: 630px;
    margin: 0 auto;
    width: 1280px;
}
#fondo_ventana_vdesc {
    height: 380px;
    margin: 80px 125px;
    width: 950px;
}
#fondo_ventana_vdesc {
    background-color: white;
    border: 2px solid #004567;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #212121;
    float: left;
}
#form_avisos_stock_vdesc {
    float: left;
}
#txt_atencion_vdesc {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: center;
}
#txt_aviso_descuadre_vdesc {
    color: #a94803;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}
#txt_aviso1_descuadre_vdesc {
    color: #5f5f5f;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center
}
#txt_aviso_vdesc {
    background-color: #f48222;
    height: 18px;
    margin-top: 0;
    padding-top: 3px;
    text-align: center;
    width: 102px;
    position: absolute;
    left: 781px;
}
#txt_en_cesta_vdesc {
    margin-left: 15px;
    margin-right: 15px;
}
#txt_nombre_vdesc {
    margin-left: 192px;
    margin-right: 190px;
}
#txt_referencia_vdesc {
    margin-left: 16px;
    margin-right: 16px;
}
#txt_solicitado_vdesc {
    margin-left: 16px;
    margin-right: 15px;
}

/******************************    BUSQUEDA         *********************************************/


/*** NUEVOS ESTILOS BUSQUEDA ***/
.consultar_div_rb{
    z-index: 200;
    width: 272px;
    height: 93px;
    position: absolute;
    top: 33px;
    left: 598px;
}
.caja_info_producto_rb {
    background-color:#fff;
    float:left;
    height:58px;
    width:100%;
}
.caja_precio_rb {
    float:right;
    height:auto;
    width:132px;
}
.caja_datos_rb {
    float:left;
    height:auto;
    width:132px;
    padding-left: 5px;
    padding-top: 4px;

}
.PVPr_rb, .txt_PVD_rb {
    font-family:'Oswald',sans-serif;
    font-size:13px;
}
.PVPr_rb {
    color:#9e9c9c;
    float:left;
}
.txt_PVD_rb {
    color: #f76a04;
    float: right;
    margin-right: 2px;
    text-align: right;
    width: 100%;
    padding: 2px 0;
}
.txt_PVD_agotado_rb {
    color:#8a1719;
}
.euro_precio_rb {
    color: #f76a04;
    float: right;
    font-family: 'Ubuntu',sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 4px 2px 0 3px;
}
.precio_producto_rb {
    color: #f76a04;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 32px;
    margin-top: -11px;
    font-weight: 700;
    text-align: right;
    width: 110px;
}
.precio_producto_agotado_rb, .euro_precio_agotado_rb {
    color:#8a1719;
}
.caja_botones_uds_rb, .btn_avisame_rb, .btn_comprar_rb {
    float:left;
    height:29px;
    width:128px;
}
.caja_botones_uds_rb {
    margin-left: 5px;
    border-top:1px solid #dcdcdc;
}
.btn_avisame_rb, .btn_comprar_rb {
    margin-left:6px;
    transition:all 0.4s ease;
}
.btn_avisame_rb {
    background-color:#8a1719;
}
.btn_avisame_rb:hover {
    background-color:#9c3638;
}
.btn_avisame_rb:active {
    background-color:#630709;
    transition:none;
}
.btn_comprar_rb {
    background-color:#f7a159;
}
.btn_comprar_rb:hover {
    background-color:#f76a04;
}
.btn_comprar_rb:active {
    background-color:#a94803;
    transition:none;
}
.btn_mas_uds_rb {
    float:right;
}
.btn_menos_uds_rb {
    float:left;
}
.btn_uds_rb {
    background-color:#dcdcdc;
    cursor:pointer;
    height:28px;
    transition:all 0.4s ease;
    width:38px;
}
.btn_uds_rb:hover {
    background-color:#bcb8b8;
}
.btn_uds_rb:active {
    background-color:#d9d8d0;
    transition:none;
}
.uds_producto_rb {
    color: #74757b;
    border-left: none;
    border-right: none;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    margin-top: -1px;
    text-align: center;
    width: 52px;
    height: 29px;
}
.txt_avisame_rb, .txt_comprar_rb {
    color:#fff;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    margin-top:6px;
    text-align:center;
    width:100%;
    font-weight: 500;
}

.label_aviso_guardado_rb {
    background: url(../imagenes/icono_sobre_caja_producto.png) no-repeat;
    background-position-x: 2px;
}
.label_canon_rb {
    background: url(../imagenes/icono_canon_caja_producto.png) no-repeat;
    background-position-x: 2px;
}
.label_en_cesta_rb {
    background: url(../imagenes/icono_carro_caja_producto.png) no-repeat;
    background-position-x: 2px;
}
.label_producto_rb {
    background-color: #f7a159;
    border:2px solid #fff;
    height:37px;
    float:right;
    width:29px;
}
.num_label_producto_rb {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:12px;
    margin-top:18px;
    text-align:center;
    width:100%;
}
.contenedor_labels_producto_rb {
    height: 40px;
    position: absolute;
    right: 5px;
    top: -12px;
    width: 101px;
}
.txt_stock_rb {
    color:#f76a04;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:13px;
    font-weight:700;
    width:100%;
}
.txt_mas_stock_agotado_rb {
    color:#8a1719;
}
.precio_anterior_oferta_rb {
    color:rgb(244,130,34);
    font-family:'Ubuntu',sans-serif;
    font-size:11px;
    font-weight:700;
    position:absolute;
    left:-14px;
    top:31px;
    text-align:center;
    transform:rotateZ(-45deg);
    width:100px;
    z-index:3;
}
/*** FIN ESTILOS NUEVOS BUSQ ***/

.centrado_busqueda {
    float: left;
    width: 876px;
    padding: 0 12px;
}
.contenido_busqueda {
    width: 876px;
    float: left;
}
.contenido_busqueda p {
    line-height: normal;
}
.contenido_busqueda ul {
    padding: 0;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}
.col1_separador_datos_rb{
    width: 1px;
    background-color: #cecece;
    height: 93px;
    float: left;
}
.azul_negrita_rb {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}
.area_blanca_disp_rb {
    background-color: white;
    float: left;
    height: 21px;
    margin: 12px 0 0 -2px;
    width: 2px;
}
.area_blanca_rb {
    background-color: white;
    float: left;
    height: 76px;
    margin: 24px 0 0 -2px;
    width: 2px;
}
.banda_disp_rb {
    float: left;
    margin: 12px 0 0 13px;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.banda_negra_oculta_rb {
    background-color: black;
    cursor: help;
    height: 21px;
    opacity: 0;
    position: absolute;
    left: 13px;
    top: 12px;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    width: 197px;
    z-index: 2;
}
.banda_negra_oculta_rb:hover {
    opacity: 0.15;
}
.btn_aplicar_filtros {
    width: 160px;
    margin: 0 21px 0 20px;

    float: right;
    height: 18px;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
}
.btn_aplicar_filtros.desactivo{
    background-color: #7CA2B9;
}
.btn_aplicar_filtros.activo {
    background-color: #004567;
    cursor: pointer;
}
.btn_aplicar_filtros p {
    color: white;
}
.btn_aplicar_filtros.activo:hover {
    background-color: #1f5976;
}
.btn_aplicar_filtros.activo:active {
    background-color: #4a768b;
    transition: none;
}
.btn_retirar_filtros {
    float: right;
    height: 18px;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    width: 160px;
}
.btn_retirar_filtros p {
    color: #ffffff;
}
.btn_retirar_filtros.desactivo{
    background-color: #7CA2B9;
}
.btn_retirar_filtros.activo{
    background-color: #f48222;
    cursor: pointer;
}
.btn_retirar_filtros.activo:hover {
    background-color: #f69543;;
}
.btn_retirar_filtros.activo:active {
    background-color: #fe6706;
    transition: none;
}
.caja_banda_disp_rb {
    float: left;
    height: 45px;
    position: relative;
    width: 224px;
}
.caja_filtros_rb {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    height: 32px;
    margin-top: 1px;
    width: 869px;
}
.ningun_resultado_rb {
    color: #525050;
    margin-top: 55px;
    float: left;
    width: 100%;
}
.caja_flags_rb {
    float: right;
    height: 50px;
    margin-top: -10px;
    width: 90px;
    position: absolute;
    margin-left: 779px;
}
.caja_icono_color_rb {
    float: left;
    height: 40px;
    margin: -4px 0 0 8px;
    width: auto;
}
.caja_iconos_productos_rb {
    height: 65px;
    position: absolute;
    left: 0;
    margin-top: -1px;
    width: 65px;
    background-repeat: no-repeat;
}
.caja_img_rb {
    float: left;
    height: 84%;
    width: 158px;
    margin: 10px;
    background: no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
}
.caja_nombre_prod_rb {
    float: left;
    width: 690px;
    height: 31px;
    border-bottom: 1px solid #cecece;
    border-left:1px solid #cecece;
}
.linea_prod_rb {
    float: left;
    border: 1px solid #c8c8c8;
    border-bottom-width: 5px;
    width: 869px;
    height: 125px;
}
.caja_resultado_busqueda_rb {
    background-color: white;
    float: left;
    margin: 33px 0 0 0;
    position: relative;
    width: 869px;
}
.col1_datos_rb, .col2_datos_rb {
    float: left;
    line-height: 15px;
    list-style-type: none;
    margin: 8px 0 0 6px;
}
.col1_datos_rb li, .col2_datos_rb li {
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.en_stock_rb {
    color: #297423;
    font-size: 13px;
}
.flag_aviso_disponibilidad_rb, .flag_producto_en_carro_rb {
    background-image: url(../imagenes/flag_75.png);
    cursor: pointer;
    float: right;
    height: 50px;
    margin-right: 6px;
    width: 36px;
    z-index: 2;
}
.icono_caja_rb {
    float: left;
    margin: 5px 0 0 5px;
}
.icono_carro_rb {
    float: left;
    margin: 6px 0 0 19px;
}
.icono_color_rb {
    cursor: help;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.icono_color_rb:hover {
    transform: translate(-5px, -5px);
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
}
.linea_01_filtros_rb, .linea_02_filtros_rb {
    float: left;
    width: 100%;
}
.linea_02_filtros_rb {
    margin-top: 3px;
}
.nombre_prod_rb {
    color: #004567;
    float: left;
    font-size: 15px;
    margin: 7px 0 0 9px;
    width: 530px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
}
.oferta_rb {
    background-color: #fff360;
    float: left;
    height: 110px;
    width: 100%;
}
.option_filtro_color_rb, .option_filtro_fabricante_rb, .option_filtro_marca_rb {
    color: #004567;
}
.option_filtro_color_rb, .option_filtro_fabricante_rb, .option_filtro_marca_rb, .option_orden_rb, .option_res_pag_rb {
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 13px;
    background-color: white;
    color: #004567;
}
.respuesta_busqueda_rb {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    margin: 7px 0 0 8px;
}
.seccion_central_rb {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    float: left;
    height: 93px;
    width: 413px;
}
.seccion_comprar_rb {
    float: left;
    margin-left: 2px;
    width: 270px;
}
.seccion_datos_rb {
    float: left;
    height: 93px;
    width: 100%;
}
.enlace_marca_rb:hover {
    text-decoration: underline;
}
.seccion_disponibilidad_rb {
    border-right: 2px solid #c8c8c8;
    float: left;
    height: 45px;
    width: 181px;
}
.signo_mas_1_rb {
    background-color: #f48222;
    float: left;
    height: 2px;
    margin: 8px 0 0 15px;
    width: 12px;
}
.signo_mas_2_rb {
    background-color: #f48222;
    float: left;
    height: 12px;
    margin: 3px 0 0 -7px;
    width: 2px;
}
.signo_menos_rb {
    background-color: #f48222;
    height: 2px;
    margin: 9px 0 0 15px;
    width: 11px;
}
.termino_busqueda_rb {
    color: #558BA6;
}
.num_resultados_rb {
    color: black;
}
.termino_busqueda_rb, .num_resultados_rb {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #004567;
}
.txt_aviso_disp_rb {
    color: #f48222;
    float: left;
    font-size: 12px;
    margin: 7px 0 0 5px;
}
.txt_aviso_disp_caja_rb {
    color: #004567;
    float: left;
    font-size: 12px;
    margin: 7px 0 0 5px;
}
.txt_comprar_B_rb {
    color: white;
    float: left;
    font-size: 16px;
    margin: 3px 0 0 5px;
    text-shadow: 1px 1px 2px #351400;
}
.txt_comprar_caja_rb {
    color: white;
    float: left;
    font-size: 13px;
    margin: 4px 0 0 9px;
}
.txt_disponibilidad_rb {
    color: #004567;
    float: right;
    font-size: 13px;
    margin: 4px 26px 0 0;
    text-align: right;
}
.txt_en_stock_rb {
    clear: right;
    color: #0a6021;
    float: right;
    font-size: 13px;
    margin: -3px 9px 0 0;
}
.txt_mas_stock_rb {
    clear: right;
    color: #f48222;
    float: right;
    font-size: 13px;
    margin: -1px 0 0 0;
}
.uds_restantes_rb {
    color: #f48222;
    font-size: 13px;
}
#btn_mas_filtros_rb {
    background-color: #CEDFEF;
    border-left: 1px solid #004567;
    cursor: pointer;
    float: right;
    height: 31px;
    width: 15px;
}
#btn_mas_filtros_rb:hover > #txt_filtros_rb {
    color: #ffde00;
}
#btn_mas_filtros_rb:hover #signo_mas_filtros_rb_1, #btn_mas_filtros_rb:hover #signo_mas_filtros_rb_2 {
    background-color: #ffde00;
}
#caja_select_res_pag_rb {
    float: right;
    height: 31px;
    margin-right: 6px;
    width: auto;
}
#caja_signo_mas_filtros_rb {
    float: left;
    margin: 6px 0 0 15px;
    width: 13px;
    height: 13px;
}
#checkbox_disponibles_rb {
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    margin: 5px 8px 0 0;
}
#panel_filtros_rb {
    display: block;
    float: left;
    width: 867px;
    margin-left: 3px;
    border-left: 1px solid #7EA0BB;
    border-right: 1px solid #7EA0BB;
    border-bottom: 1px solid #7EA0BB;
    background-color: #CFDFEF;
    padding: 3px 0 12px 0;
}
#panel_derecha_rb {
    background-color: #004567;
    float: right;
    height: 2360px;
    margin: 33px 0;
    width: 276px;
}
.select_filtro_color_rb, .select_filtro_fabricante_rb, .select_filtro_marca_rb, .select_filtro_seccion_rb, .select_filtro_soloDisponibles_rb  {
    float: left;
    height: 24px;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}
.select_filtro_color_rb, .select_filtro_fabricante_rb, .select_filtro_marca_rb, .select_filtro_seccion_rb,.select_filtro_soloDisponibles_rb  {
    border: 1px solid #7CA2B9;
    border-right-width: 2px;
    border-left-width: 2px;
    color: #004567;
}
.select_filtro_color_rb.seleccionado, .select_filtro_fabricante_rb.seleccionado, .select_filtro_marca_rb.seleccionado, .select_filtro_seccion_rb.seleccionado, .select_filtro_soloDisponibles_rb.seleccionado {
    border: 1px solid #004567;
    border-right-width: 2px;
    border-left-width: 2px;
    color: #ffffff;
    background-color:#7CA2B9;
}
.span_filtro_color_rb, .span_filtro_fabricante_rb, .span_filtro_marca_rb, .span_filtro_seccion_rb {
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
    height: 14px;
    cursor: auto;
    background-color: #7CA2B9;
    color: white;
    padding: 5px;
}
#checkbox_disponibles_rb{
    display: none;
}
#label_disponibles_rb{
    float: right;
    width: 10px;
    height: 10px;
    border:1px solid #7CA2B9;
    margin: 5px 6px;
}
.relleno_label_disponibles_rb{
    float: left;
    width: 8px;
    height: 8px;
    margin: 1px;
    background-color: #004567;
}
#select_filtro_color_rb > option, #select_filtro_fabricante_rb > option, #select_filtro_marca_rb > option {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
}
#select_res_pag_rb,#select_filtro_orden_rb {
    border:none;
    color: #ffffff;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 6px 0 0 0;
    padding: 2px 0 2px 3px;
    background-color: #7EA0BB;
}
#select_filtro_orden_rb {
    border-right: none;
}
#signo_mas_filtros_rb_1 {
    background-color: white;
    float: left;
    height: 1px;
    margin: 6px 0 0 0;
    width: 13px;
}
#signo_mas_filtros_rb_2 {
    background-color: white;
    float: left;
    height: 13px;
    margin: 0 0 0 -7px;
    width: 1px;
    display: none;
}
.caja_botones_acciones_filtros{
    float: left;
    margin: 3px 3px 0 3px;
    padding-bottom: 3px;
    width: 869px;
    border-bottom: 1px solid #004567;
}
#txt_aplicar_filtros {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    text-align: center;
    margin-top: -1px;
    font-weight: 700;
}
#txt_filtrar_por, .txt_ordenar_por {
    color: white;
    float: left;
    font-size: 14px;
    margin: 10px 0 0 40px;
}
.txt_ordenar_por {
    margin: 10px 0 0 30px;
}
#txt_filtros_rb {
    color: white;
    float: left;
    font-size: 11px;
    margin: 2px 0 0 5px;
}
#txt_mostrar_rb {
    margin: 7px 7px 0 0;
}
#txt_ordenar_rb {
    margin: 7px 7px 0 15px;
}
#txt_mostrar_rb, #txt_ordenar_rb,#txt_mostrar_disponibles_rb {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
}
/*.centrado_busqueda .caja_uds_caja_y_PVD {
    float: left;
    height: 40px;
    width: 100%;
}*/
/*.centrado_busqueda .caja_PVD_no_pack {
    float: left;
    height: 40px;
    width: 100%;
}*/
/*.centrado_busqueda .caja_uds_caja {
    float: left;
    height: 40px;
    width: 125px;
    margin-left: 1px;
}*/
/*.centrado_busqueda .txt_uds_caja {
    color: #004567;
    margin-top: 8px;
    text-align: center;
}*/
/*.centrado_busqueda .separador_uds_caja {
    float: right;
    height: 38px;
    width: 1px;
    margin-top: -32px;;
}*/
/*.centrado_busqueda .caja_PVD {
    float: left;
    height: 40px;
    width: 144px;
}*/
/*.centrado_busqueda .txt_PVD_sin_IVA {
    color: #f48222;
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0 8px;
}*/
/*.centrado_busqueda .PVD {
    color: #f48222;
    float: right;
    font-size: 30px;
    margin: -3px 5px 0 0
}*/
/*.centrado_busqueda .decimales_PVD {
    font-size: 20px;
}
.centrado_busqueda .euro_PVD {
    font-size: 22px;
}*/
/*.centrado_busqueda .caja_btn_comprar_caja {
    background-color: #004567;
    float: left;
    height: 54px;
    margin: 0 0 0 5px;
    width: 115px;
}*/
/*.centrado_busqueda .caja_precio_caja {
    background-color: #8bc8db;
    border: 2px solid #004567;
    border-bottom: none;
    float: left;
    height: 18px;
    width: 111px;
}*/
/*.centrado_busqueda .precio_caja {
    color: #004368;
    font-size: 13px;
    margin-top: -2px;
    text-align: center;
}*/
/*.centrado_busqueda .euro_precio_caja {
    font-size: 14px;
}*/
/*.centrado_busqueda .btn_comprar_caja {
    background: #004567;
    background: -webkit-linear-gradient(#245b79, #01456a);
    background: -o-linear-gradient(#245b79, #01456a);
    background: -moz-linear-gradient(#245b79, #01456a);
    background: linear-gradient(#245b79, #01456a);
    border-bottom: 2px solid #01314c;
    border-left: 2px solid #235b7b;
    border-right: 2px solid #0f4967;
    border-top: 2px solid #42718b;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 111px;
}*/
/*.centrado_busqueda .btn_comprar_caja:hover {
    background: #004567;
    background: -webkit-linear-gradient(#01456a, #245b79);
    background: -o-linear-gradient(#01456a, #245b79);
    background: -moz-linear-gradient(#01456a, #245b79);
    background: linear-gradient(#01456a, #245b79);
}*/
/*.centrado_busqueda .caja_btn_comprar {
    background-color: orange;
    float: left;
    height: 54px;
    margin: 0 0 0 9px;
    width: 135px;
}*/
/*.centrado_busqueda .caja_seleccion_uds {
    background-color: white;
    border: 2px solid #f48222;
    border-bottom: none;
    float: left;
    height: 18px;
    width: 132px
}*/
/*.centrado_busqueda .btn_menos_uds_index {
    background-color: #ffcfa0;
    border-right: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 40px;
}*/
/*.centrado_busqueda .caja_unidades_seleccionadas {
    float: left;
    height: 18px;
    width: 48px;
}*/
/*.centrado_busqueda .btn_mas_uds_index {
    background-color: #ffcfa0;
    border-left: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 40px;
}*/
/*.centrado_busqueda .btn_mas_uds_index:active, .centrado_busqueda .btn_menos_uds_index:active {
    background-color: #fce4cd;
}*/
/*.centrado_busqueda .btn_menos_uds_index_sin_stock:active, .centrado_busqueda .btn_mas_uds_index_sin_stock:active {
    background-color: white;
}*/
/*.centrado_busqueda .btn_comprar {
    background: #f48222;
    background: -webkit-linear-gradient(#ed8839, #e0691e);
    background: -o-linear-gradient(#ed8839, #e0691e);
    background: -moz-linear-gradient(#ed8839, #e0691e);
    background: linear-gradient(#ed8839, #e0691e);
    border-bottom: 2px solid #b65519;
    border-left: 2px solid #eb8f4c;
    border-right: 2px solid #cc6926;
    border-top: 2px solid #f2a76b;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 132px;
}*/
/*.centrado_busqueda .icono_carro {
    float: left;
    margin: 6px 0 0 19px;
}*/
/*.centrado_busqueda .txt_comprar_B {
    color: white;
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    margin: 3px 0 0 5px;
    text-shadow: 1px 1px 2px #351400;
}*/
/*.centrado_busqueda .signo_menos {
    background-color: #f48222;
    height: 2px;
    margin: 9px 0 0 15px;
    width: 11px;
}*/
/*.centrado_busqueda .signo_mas_1 {
    background-color: #f48222;
    float: left;
    height: 2px;
    margin: 8px 0 0 15px;
    width: 12px;
}*/
/*.centrado_busqueda .signo_mas_2 {
    background-color: #f48222;
    float: left;
    height: 12px;
    margin: 3px 0 0 -7px;
    width: 2px;
}*/
/*.centrado_busqueda .caja_botones_comprar {
    float: left;
    height: 54px;
    width: 100%;
}*/
/*.centrado_busqueda .caja_btn_comprar_no_pack {
    background-color: orange;
    float: left;
    height: 54px;
    margin: 0 0 0 27px;
    width: 216px;
}*/
/*.centrado_busqueda .btn_avisame {
    background-color: #fde1c5;
    border: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 30px;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    width: 132px;
}
.centrado_busqueda .btn_avisame:active {
    background-color: white;
    transition: none;
}*/
/*.centrado_busqueda .unidades_seleccionadas {
    color: #f48222;
    font-size: 12px;
    margin-top: 1px;
    text-align: center;
    border: none;
    width: 38px;
    padding: 0 5px;
    height: 17px;
}*/
/*.centrado_busqueda .btn_comprar_caja_gris {
    background: #646464;
    background: -webkit-linear-gradient(#969696, #646464);
    background: -o-linear-gradient(#969696, #646464);
    background: -moz-linear-gradient(#969696, #646464);
    background: linear-gradient(#969696, #646464);
    border: 2px solid #555555;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 111px;
}
.centrado_busqueda .btn_comprar_caja_gris:hover {
    background: #505050;
    background: -webkit-linear-gradient(#505050, #787878);
    background: -o-linear-gradient(#505050, #787878);
    background: -moz-linear-gradient(#505050, #787878);
    background: linear-gradient(#505050, #787878);
}*/
/*.centrado_busqueda .oferta {
    float: left;
    height: 86px;
    background-color: #fff360;
    width: 100%;
}*/
/*.centrado_busqueda .caja_precio_caja_sin_stock {
    background-color: white;
    border: 2px solid #646464;
}*/
/*.centrado_busqueda .btn_menos_uds_index_sin_stock {
    background-color: #ffcfa0;
    border-right: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 40px;
}*/
/*.centrado_busqueda .btn_mas_uds_index_sin_stock {
    background-color: #ffcfa0;
    border-left: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 40px;
}*/
/**********************  banners   *************************/
.contenido1 .banners {
    width: 438px;
    height: 208px;
    float: left;
}
/*.mas_info_banner {
    width: 78px;
    height: 16px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
}*/
.sep_banner {
    width: 876px;
    height: 1px;
    float: left;
    background: url(../imagenes/sep_busqueda_realizada.png) no-repeat;
}
/***************   miga de pan     ********************************/
.busqueda_realizada {
    width: 835px;
    min-height: 16px;
    float: left;
    padding: 8px 0;
    margin-left: 10px;
    color: #525050;
}
.busqueda_realizada a {
    color: #525050;
}
.busqueda_realizada a:hover {
    color: #004567;
}
.sep_miga_producto {
    width: 7px;
    height: 12px;
    float: left;
    background: url(../imagenes/sep_miga_producto.png) no-repeat center center;
    margin: 3px 8px;
}
.select_miga_prod {
    float: left;
    color: #525050;
    font-family: 'ubuntu', serif;
    font-size: 14px;
    border: none;
}
.posicionar_atras {
    background: url(../imagenes/atras.png) no-repeat bottom center;
    width: 25px;
    height: 25px;
    border: none;
    float: left;
    margin: 4px 0 0 5px;
}
.posicionar_atras:hover {
    background-position: top center;
}
/*.separaracion_vertical_larga {
    background: url(../imagenes/separaracion_vertical_larga.png) no-repeat;
    width: 1px;
    height: 283px;
    float: left;
}*/
.desplegable_series {
    margin: 25px 0 0 -8px;
    padding: 8px 8px 5px 8px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    display: none;
}
.btn_desplegar {
    padding: 6px;
    margin-left: 10px;
    margin-top: -1px;
    float: left;
    width: 8px;
    height: 6px;
    background: url(../imagenes/flecha_negra.png) no-repeat center center;
    cursor: pointer;
}
/****************************   modulo fichaprod   **********************/

.icono_copiar_da{
    background: url('../imagenes/icono_copiar.png');
    background-size: cover;
    cursor: pointer;
    width: 12px;
    height: 14px;
    float: left;
    margin-top: 11px;
    margin-left: 5px;
}

.centrado_fichaprod {
    float: left;
    width: 876px;
    padding: 0 12px;
}
.btn_ver_da {
    background-color: #f48222;
    cursor: pointer;
    float: right;
    height: 18px;
    margin: 11px 10px 0 0;
    width: 60px;
}
.btn_ver_da:hover {
    background-color: #df671c;
}
.btn_ver_da:active {
    background-color: #c15608;
}
.buscador_compatibilidad_da {
    float: right;
    height: 34px;
    width: 291px;
}
.caja_anuncio_trucos_da {
    border-left: 1px solid #c8c8c8;
    float: right;
    height: 205px;
    width: 290px;
}
.caja_cabecera_certificados_da, .caja_cabecera_compatibilidad_da, .caja_cabecera_descripcion_da, .caja_cabecera_trucos_da {
    border-bottom: 2px solid #c8c8c8;
    float: left;
    height: 34px;
    width: 100%;
}
.caja_cabecera_relacionados_da {
    border: 2px solid #004567;
    float: left;
    height: 34px;
    margin: 20px 0 -30px 12px;
    width: 871px;
}
.conjunto_relacionados_da{
    margin: 0 0 0 -11px;
}
.caja_certificado_da {
    border: 1px solid #c8c8c8;
    border-right: none;
    float: left;
    height: 100px;
    margin: -1px 0 0 -1px;
    width: 97px;
}
.caja_certificado_da.existe {
    cursor: pointer;
}
.sellos_calidad_da {
    float: left;
    height: 82px;
    margin: 11px 0 0 9px;
    width: 82px;
    background-size: contain;
    background-position: center 82px;
}
.caja_certificado_da.existe:hover {
    border: 1px solid #f48222;
    position: relative;
    width: 96px;
    height: 100px;
    z-index: 3;
}
.caja_certificado_da.existe.seleccionado {
    position: relative;
    border: 3px solid #004567;
    border-right-width: 1px;
    border-left-width: 1px;
    z-index: 4;
    width: 96px;
    height: 96px;
}
.caja_certificado_da.existe.seleccionado .sellos_calidad_da {
    background-position: center 80px;
}
.caja_contenido_descripcion_da {
    position: relative;
    padding: 30px 45px;
    width: 745px;
    max-height: 255px;
    overflow-y: scroll;
}
/*.caja_contenido_descripcion_da.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.caja_contenido_descripcion_da.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.caja_contenido_descripcion_da.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}*/
.caja_contenido_trucos_da {
    float: left;
    height: 205px;
    width: 544px;
    position: relative;
    overflow: hidden;
}
.caja_contenido_trucos_da.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.caja_contenido_trucos_da.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.caja_contenido_trucos_da.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
.caja_detalle_certificados_da {
    border-right: 1px solid #c8c8c8;
    float: left;
    height: 302px;
    width: 543px;
}
.caja_detalle_prod_da {
    border: 3px solid #c8c8c8;
    border-bottom: 7px solid #c8c8c8;
    float: left;
    height: auto;
    margin: 10px 0 30px 0;
    width: 869px;
}
.caja_icono_certificados_da, .caja_icono_compatibilidad_da, .caja_icono_descripcion_da, .caja_icono_galeria_da, .caja_icono_trucos_da {
    border-right: 1px solid #c8c8c8;
    float: left;
    height: 34px;
    width: 37px;
}
.caja_icono_relacionados_da {
    border-right: 1px solid #004567;
    float: left;
    height: 34px;
    width: 37px;
}
.caja_iconos_prod_da {
    height: 94px;
    width: 94px;
    position: absolute;
    left: 0;
    top: 0;
}
.caja_img_producto_da {
    float: left;
    height: 166px;
    width: 278px;
    margin: 15px;
    background: no-repeat center;
    background-size: contain;
}
.cont_cajas_impresora_da {
    position: relative;
    width: 835px;
    max-height: 186px;
    overflow: hidden;
    padding-top: 1px;
    background-color: #F1F8FB;
}
.sin_resultados_da {
    float: left;
    width: 100%;
    background-color: white;
    height: 60px;
}
.txt_sin_resultados_da {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}
.sin_trucos_da {
    float: left;
    width: 100%;
    background-color: white;
    height: 205px;
}
.texto_sin_trucos_da {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 77px;
}
.aviso_nueva_compatibilidad_da {
    float: left;
    width: 837px;
    height: 22px;
    background-color: #004567;
    margin: 0 0 18px 16px;
}
.texto_aviso_nueva_compatibilidad_da {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    margin-top: 2px;
}
.enlace_nueva_compatibilidad_da {
    color: #f7b600;
    font-weight: 700;
}
.enlace_nueva_compatibilidad_da:hover {
    text-decoration: underline;
}
.cont_cajas_impresora_da.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.cont_cajas_impresora_da.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cont_cajas_impresora_da.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
.caja_impresora_compatible_da {
    border: 1px solid #c8c8c8;
    cursor: pointer;
    float: left;
    height: 30px;
    margin: -1px 0 0 -1px;
    width: 272px;
    background-color: white;
}
.caja_impresora_compatible_da:hover {
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    position: relative;
    width: 268px;
    z-index: 3;
}
.caja_impresora_compatible_da:hover > .nombre_impresora_compatible_da {
    color: #f48222;
    margin-left: 8px;
}
.caja_impresora_compatibleL_da {
    border: 1px solid #c8c8c8;
    float: left;
    height: 30px;
    margin: -1px 0 0 -1px;
    width: 277px;
    background-color: white;
}
.caja_impresora_compatibleL_da:hover {
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    position: relative;
    width: 273px;
    z-index: 3;
}
.caja_impresora_compatibleL_da:hover > .nombre_impresora_compatible_da {
    color: #f48222;
    margin-left: 8px;
}
.caja_impresora_compatibleL3_da {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    float: left;
    height: 30px;
    margin: -1px 0 0 -1px;
    width: 279px;
    background-color: white;
}
.caja_impresora_compatibleL3_da:hover {
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    position: relative;
    width: 274px;
    z-index: 3;
}
.caja_impresora_compatibleL3_da:hover > .nombre_impresora_compatible_da {
    color: #f48222;
    margin-left: 8px;
}
.caja_lupa_da {
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 5px;
    width: 26px;
    background: url(../imagenes/icono_lupa_ampliar.png) no-repeat bottom;
    background-size: 26px;
    margin-top: 2px;
}
.caja_lupa_da:hover {
    background-position: top;
}
.caja_miniaturas_y_lupa_da {
    float: left;
    width: 100%;
    margin-top: -6px;
}
.caja_nombre_articulo_da {
    float: left;
    margin-top: 28px;
    width: 874px;
}
.caja_producto_da {
    float: left;
    height: 228px;
    margin: 16px 0 20px 16px;
    position: relative;
    width: 853px;
}
.cont_imagenes_da {
    border: 1px solid #c8c8c8;
    border-top-width: 2px;
    border-bottom-width: 7px;
    float: left;
    border-right: 1px solid #ccc;
    height: 221px;
    width: 308px;
}
.caja_sello_grande_da {
    background: no-repeat 6px 6px;
    float: left;
    height: 160px;
    margin: 10px 0 0 10px;
    width: 160px;
}
.caja_truco_da {
    border-bottom: 1px solid #c8c8c8;
    float: left;
    height: 40px;
    width: 100%;
}
.caja_txt_aportaciones_da, .caja_txt_modelos_compatibles_da {
    float: right;
    height: 34px;
    width: 360px;
}
.caja_txt_disponibilidad_da {
    border-bottom: 2px solid #c8c8c8;
    float: left;
    height: 58px;
    width: 100%;
}
.caja_txt_mas_stock_da {
    float: left;
    height: 23px;
    width: 100%;
}
.contenido_descripcion_da {
    color: #787878;
    font-family: Ubuntu, sans-serif;
    text-align: justify;
}
.datos_producto_da {
    float: left;
    margin-left: 23px;
    width: 504px;
    height: 126px;
    overflow: hidden;
    white-space: nowrap;
    border-top: 2px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.enlace_marca_da:hover {
    text-decoration: underline;
}
.descripcion_sello_da {
    color: rgb(100, 100, 100);
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    margin: 20px 0 0 10px;
    width: 330px;
    text-align: justify;
    line-height: 16px;
}
.espacio_blanco_da {
    background-color: white;
    float: left;
    height: 18px;
    margin: 8px 0 0 -1px;
    width: 1px;
}
.espacio_blanco_img_da {
    background-color: white;
    float: left;
    height: 145px;
    margin: 37px 0 0 -1px;
    width: 1px;
}
.gris_400 {
    color: #4b4b4b;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.texto_caracts{
    font-size: 13px !important;
}
.icono_certificados_da {
    margin: 5px 0 0 9px;
}
.icono_compatibilidad_da {
    margin: 5px 0 0 8px;
}
.icono_consejo_da {
    float: left;
    margin: 11px 0 0 9px;
}
.icono_sin_consejos_da {
    float: left;
    margin: 54px 0 0 56px;
}
.txt_sin_consejos_da {
    color: #C7C7C7;
    float: left;
    margin: 0 0 0 15px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px
}
.txt_se_primero_da {
    color: #f48222;
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-left: 5px;
    line-height: 33px;
}
.icono_descripcion_da {
    margin: 5px 0 0 10px;
}
.icono_relacionados_da {
    margin: 6px 0 0 8px;
}
.icono_trucos_da {
    margin: 4px 0 0 10px;
}
.img_miniatura_da {
    border: 1px solid #c8c8c8;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-left: 5px;
    width: 35px;
    background: no-repeat center center;
    background-size: contain;
}
.img_miniatura_da:hover {
    border: 1px solid #f48222;
}
.img_miniatura_seleccionada_da {
    border: 1px solid black;
}
.linea_datos_da {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 219px;
    line-height: 21px;
}
.nombre_articulo_da {
    color: #004567;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
.nombre_impresora_compatible_da {
    color: #787878;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    margin: 5px 0 0 10px;
}
.seccion_certificados_da {
    margin: 18px 0 22px 16px;
}
.seccion_certificados_da, .seccion_compatibilidad_da, .seccion_descripcion_da, .seccion_galeria_da, .seccion_trucos_da {
    border: 1px solid #c8c8c8;
    border-top-width: 2px;
    border-bottom-width: 6px;
    height: auto;
    float: left;
    width: 835px;
}
.seccion_compatibilidad_da {
    border-bottom: 0;
}
.seccion_descripcion_da, .seccion_trucos_da {
    margin: 0 0 18px 16px;
}
.seccion_compatibilidad_da {
    margin-left: 16px;
}
.seccion_galeria_da {
    display: none;
    margin: 16px 0 18px 16px;
}
.seccion_galeria_da {
    margin: 18px 0 18px 16px;
}
.caja_cabecera_galeria_da {
    border-bottom: 2px solid #c8c8c8;
    float: left;
    height: 34px;
    width: 100%;
}
.espacio_blanco_da {
    background-color: white;
    float: left;
    height: 18px;
    margin: 8px 0 0 -1px;
    width: 1px;
}
.icono_galeria_da {
    margin: 5px 0 0 6px;
}
.caja_img_ampliada_da {
    float: left;
    margin: 20px 0;
    height: 450px;
    position: relative;
    width: 100%;
    background: no-repeat center center;
    background-size: contain;
}
.txt_volver_a_ficha_da {
    color: #f48222;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    left: 757px;
    margin-top: 4px;
}
.txt_volver_a_ficha_da:hover {
    color: #df671c;
}
.txt_descarga_ficha_da {
    color: #fff;
    cursor: pointer;
    position: absolute;
    margin-top: 4px;
    left: 611px;
}
.boton_descarga_ficha_da{
    background-color: #004567;
    cursor: pointer;
    float: right;
    height: 26px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 134px;
    text-align: center;
    border: none;
    font-size: 13px;
    line-height: 14px;
}

.boton_descarga_ficha_da:hover{
    background-color: #1f5976;
}

.caja_menu_img_da {
    float: left;
    height: 82px;
    width: 100%;
}
.btn_atras_menu_img_da {
    background: url(../imagenes/flecha_izq_menu_img.jpg) no-repeat 17px 13px;
    border: 1px solid #c8c8c8;
    border-left: none;
    cursor: pointer;
    float: left;
    height: 50px;
    margin-top: 15px;
    width: 51px;
}
.btn_atras_menu_img_da:hover {
    border-bottom: 2px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    border-left: none;
    margin-top: 14px;
}
.btn_atras_menu_img_da:active {
    background-position: 15px 13px;
    border-bottom: 2px solid #c8c8c8;
    border-left: none;
    border-right: 4px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    width: 48px;
}
.btn_avance_menu_img_da {
    background: url(../imagenes/flecha_der_menu_img.jpg) no-repeat 21px 13px;
    border: 1px solid #c8c8c8;
    border-right: none;
    cursor: pointer;
    float: right;
    height: 50px;
    margin-top: 15px;
    width: 51px;
}
.btn_avance_menu_img_da:hover {
    border-bottom: 2px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    border-right: none;
    margin-top: 14px;
}
.btn_avance_menu_img_da:active {
    border-bottom: 2px solid #c8c8c8;
    border-right: none;
    border-left: 4px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    width: 49px;
}
.caja_foto_da {
    float: left;
    height: 88px;
    margin-left: 17px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 102px;
}
.foto_activa_da {
    border: 1px solid #f48222 !important;
}
.caja_foto_menu_img_da {
    border: 1px solid #c8c8c8;
    cursor: pointer;
    float: left;
    height: 64px;
    margin: 7px 0 0 0;
    position: relative;
    width: 100px;
    z-index: 1;
    background: #fff no-repeat center center;
    background-size: contain;
}
.caja_foto_da:hover > .caja_foto_menu_img_da {
    border: 1px solid #f48222;
}
.caja_foto_da:hover > .marcador_naranja_da {
    display: block;
}
.marcador_naranja_activo_da {
    display: block !important;
}
.marcador_naranja_da {
    background-color: #f48222;
    display: none;
    height: 88px;
    position: relative;
    margin-left: 11px;
    width: 80px;
    z-index: 0;
}
.seccion_precio_da {
    border-left: 1px solid #c8c8c8;
    border-bottom: 7px solid #c8c8c8;
    float: left;
    height: 94px;
    margin: 0 0 18px 0;
    width: 315px;
}
.seccion_dispon_da {
    border-bottom: 7px solid #c8c8c8;
    float: left;
    height: 94px;
    margin: 0 0 18px 23px;
    width: 188px;
}
.seccion_precio_da .oferta {
    height: 112px;
}
.titulo_consejo_da {
    color: rgb(100, 100, 100);
    cursor: pointer;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    margin: 11px 0 0 11px;
    width: 424px;
    overflow: hidden;
    white-space: nowrap;
}
.titulo_consejo_da:hover {
    color: #004567;
    text-decoration: underline;
}
.txt_art_relacionados_da, .txt_certificados_da, .txt_compatibilidad_da, .txt_descripcion_da, .txt_galeria_da, .txt_trucos_y_consejos_da {
    color: #004567;
    float: left;
    font-size: 18px;
    margin: 4px 0 0 8px;
}
.txt_conoces_trucos_da_1 {
    margin: 6px 0 0 62px;
}
.txt_conoces_trucos_da_2 {
    margin: -3px 0 0 78px;
}
.txt_conoces_trucos_da_1, .txt_conoces_trucos_da_2 {
    color: #f48222;
    float: left;
    font-size: 17px;
}
.txt_disponibilidad_da {
    color: #787878;
    float: left;
    font-size: 14px;
    margin: 3px 0 0 7px;
}
.txt_en_stock_da {
    color: #0a6021;
    float: right;
    font-size: 14px;
    margin: 3px 8px 0 0;
}
.uds_restantes_da {
    color: #f48222;
    float: right;
    font-size: 14px;
    margin: 3px 8px 0 0;
}
.txt_ver_da {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
}
.txt_mas_stock_da {
    color: #aa0608;
    line-height: 25px;
}
.txt_modelos_compatibles_da, .txt_aportaciones_trucos_da {
    color: #f48222;
    float: right;
    font-size: 14px;
    margin: 7px 10px 0 0;
}
.retirar_filtros_da {
    float: right;
    width: 24px;
    margin: 4px 6px 0 5px;;
}
.img_retirar_filtros_da {
    float: right;
    width: 26px;
    height: 26px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.img_retirar_filtros_da.activo:hover {
    opacity: 0.8;
}
.img_retirar_filtros_da.activo:active {
    opacity: 0.6;
}

/* ------------------------------------------------------------------ ID's ----------------------------------------------------------------------- */
#btn_aportacion_trucos_da {
    background: #004567;
    background: -webkit-linear-gradient(left, #00354f, #004567 30%, #004567 70%, #00354f);
    background: -o-linear-gradient(left, #00354f, #004567 30%, #004567 70%, #00354f);
    background: -moz-linear-gradient(left, #00354f, #004567 30%, #004567 70%, #00354f);
    background: linear-gradient(to right, #00354f, #004567 30%, #004567 70%, #00354f);
    border: 2px solid #4a7b93;
    border-right-color: #19394a;
    border-bottom-color: #19394a;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 26px;
    margin: 6px 0 0 42px;
    transition: box-shadow 0.5s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    width: 202px;
}
#btn_aportacion_trucos_da:hover {
    box-shadow: 3px 6px 8px #838383;
}
#btn_aportacion_trucos_da:hover > #txt_compartelo_da {
    color: #f7b600;
}
#btn_aportacion_trucos_da:active {
    border: 2px solid #19394a;
    border-right-color: #4a7b93;
    border-bottom-color: #4a7b93;
}
/*#btn_buscar_compatibilidad_da {
    position: relative;
    height: 20px;
    width: 20px;
    top: 7px;
    left: 227px;
}
#btn_buscar_trucos_da {
    position: relative;
    height: 20px;
    width: 20px;
    top: 7px;
    left: 612px;
}*/
#icono_llamada_trucos_da {
    float: left;
    margin: 15px 0 0 98px;
}
#input_busc_trucos_da, #input_busc_compatibilidad_da {
    margin: 5px 0 0 0;
}
#input_busc_compatibilidad_da, #input_busc_trucos_da {
    color: #535353;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 24px;
    padding: 0 5px;
    text-align: left;
    width: 210px;
    border: 1px solid #ccc;
    border-right-width: 3px;
    border-left-width: 3px;
}
#txt_compartelo_da {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}
/**********************************   Cesta de la compra  ****************************/
.page_cesta {
    float: left;
    margin: 23px 0 0 46px;
    width: 1186px;
}
.page_cesta * {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.page_cesta p {
    line-height: 16px;
}

.subclase_total_pagar_cc{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.txt_sin_resultados_busqueda_cc {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #686868;
}
.formulario_cierre_pedido_cc {
    float: left;
    width: 1186px;
}

.btn_borrar_fila_cesta_cc, .btn_borrar_codPromocionalAplicado_cc {
    background-color: #004567;
    cursor: pointer;
    height: 18px;
    width: 18px;
}
.btn_borrar_fila_cesta_cc{
    float: left;
    margin: 8px 0 0 9px;
}
.btn_borrar_codPromocionalAplicado_cc {
    float: right;
    margin: 8px 10px 0 0;
}

.btn_borrar_fila_cesta_cc:hover, .btn_borrar_codPromocionalAplicado_cc:hover {
    opacity: 0.8;
}
.btn_borrar_fila_cesta_cc:active, .btn_borrar_codPromocionalAplicado_cc:hover {
    opacity: 0.6;
}
.caja_icono_btn_borrar_cc, .iconoBorrar_codPromocionalesAplicados_cc {
    background: url(../imagenes/icono_borrar_cabecera_cesta_II.png) -2px -2px;
    height: 10px;
    margin: 4px 0 0 4px;
    overflow: hidden;
    width: 10px;
}
.btn_direccion_nueva_cc {
    background-color: #004567;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 28px;
    margin: 8px 0 0 19px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    width: 28px;
}
.btn_direccion_nueva_cc:hover {
    background-color: #227096;
}
.cabecera_caja_opciones_cc {
    background-color: #d1dde4;
    border-bottom: 1px solid #004567;
    float: left;
    height: 36px;
    width: 100%;
}
.cabecera_caja_azul_cc {
    background-color: #d1dde4;
    border-bottom: 1px solid #004567;
    height: 31px;
}
#icono_modos_pago_cc {
    background-image:url(../imagenes/icono_formas_pago_nuevo.png);
    float:left;
    height:54px;
    margin:-12px 0 0 11px;
    width:64px;
}
.titulo_opciones_cc {
    float: left;
    line-height: 28px;
    margin: 10px 0 0 2px;
    color: #004567;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.titulo_direcciones_cc{
    margin:10px 0 0 8px;
}
#txt_aviso_modos_pago_cc {
    color:#004567;
    float:right;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    margin:8px 19px 0 0;
}
#contenedor_formas_pago_cc * {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
}
#contenedor_formas_pago_cc {
    background-color:#d1dde4;
    float:left;
    height:137px;
    width:740px;
    margin:23px 0 0 18px;
}
.casilla_forma_pago_cc {
    background-color:#fff;
    border:1px solid #004567;
    cursor:pointer;
    float:left;
    height:33px;
    margin-top:-1px;
    width:368px;
}
.casilla_forma_pago_cc.activa:hover {
    background-color:#fdd4b1;
}
.casilla_forma_pago_checked_cc.activa, .casilla_forma_pago_checked_cc.activa:hover {
    background-color:#f8ae6f;
}
.bloquea_forma_pago_cc{
    position: absolute;
    width: 368px;
    height: 33px;
    z-index: 10;
    cursor: auto;
}
.caja_input_modo_pago_cc {
    background-color:#fff;
    border-right:1px solid #004567;
    float:left;
    height:33px;
    width:34px;
}
.label_forma_pago_cc {
    background: url(../imagenes/checkbox_vcd.png) 0 0;
    cursor:pointer;
    float:left;
    height:16px;
    margin:9px 0 0 9px;
    width:16px;
}
.label_forma_pago_checked_cc {
    background-position:0 -16px;
}
.texto_forma_pago_cc,.gastos_contrareembolso_fp {
    color:#8b9eac;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:600;
    margin:9px 0 0 10px;
}
.gastos_contrareembolso_fp{
    margin-top: 0;
    float: right;
}
.texto_forma_pago_checked_cc {
    color:#004567;
}
.input_radio_forma_pago_cc, .checkbox_recoger_cc, .checkbox_tipo_envio_cc {
    display: none;
}
.input_agencias_ccc {
    display: block;
}
.caja_btn_direccion_nueva_cc {
    background-color: #cae3ec;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    float: right;
    height: 58px;
    margin-top: 27px;
    width: 65px;
}
.caja_btn_mas_linea_cesta_cc, .caja_btn_menos_linea_cesta_cc {
    background-color: #989898;
    cursor: pointer;
    float: left;
    height: 21px;
    width: 21px;
}
.caja_btn_menos_linea_cesta_cc {
    margin: 7px 0 0 12px;
}
.caja_btn_mas_linea_cesta_cc {
    margin-top: 7px;
}
.caja_aux_btn_mas_cesta {
    float: left;
    height: 21px;
    width: 21px;
}
.signo_mas_linea_cesta_cc, .signo_menos_linea_cesta_cc {
    background-color: #fff;
    float: left;
    height: 3px;
    margin: 9px 0 0 4px;
    width: 13px;
}
.signo_mas_linea_cesta_II_cc {
    background-color: #fff;
    float: left;
    height: 13px;
    margin: 4px 0 0 -8px;
    width: 3px;
}
.caja_btn_mas_linea_cesta_cc:hover, .caja_btn_menos_linea_cesta_cc:hover {
    opacity: 0.8;
}
.caja_btn_mas_linea_cesta_cc:active, .caja_btn_menos_linea_cesta_cc:active {
    background-color: #6b6a6a;
}

.caja_cifras_totales_cc {
    float: right;
    height: 16px;
    margin-top: 8px;
    width: 108px;
    margin-right: 16px;
}
.caja_direcciones_cc {
    float: left;
    height: 150px;
    margin-top: 5px;
    width: 100%;
}
.caja_num_art_linea_cesta_cc {
    background-color: white;
    border-bottom: 1px solid #999999;
    border-left: none;
    border-right: none;
    border-top: 1px solid #999999;
    float: left;
    height: 19px;
    margin-top: 7px;
    width: 48px;
}
.caja_opciones_envio_pago_cc {
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 6px;
    float: left;
}

.caja_texto_totales_cc {
    float: left;
    height: 16px;
    margin-top: 8px;
    width: 180px;
}
.caja_uds_caja_cc {
    width: 101px;
}
.texto_totales_cc {
    color: #004567;
    float: right;
    font-family: Ubuntu,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 3px;
}
.cifras_totales_cc {
    color: #004567;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: none;
    background-color: transparent;
    text-align: right;
    width: 100%;
    margin-top:2px;
}
.columna_cabecera_cesta_cc {
    color: white;
    float: left;
    margin-top: 8px;
}
.cif_cc, .contacto_cc, .direccion_envio_cc, .email_cc, .telefono_cc {
    color: #595858;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    margin: 2px 0 0 39px;
    max-width: 320px;
    width: 320px;
}
.direccion_envio_cc {
    height: auto;
    overflow: hidden;
    max-height: 66px;
}
.euro_cabecera_cesta_cc {
    font-family: ubuntu, sans-serif;
    font-weight: 500;
}
.fila_total_cc, .fila_pagar_cc {
    float: left;
    height: 35px;
    width: 100%;
}
.fila_total_cc {
    border-bottom: 1px solid #004567;
}
.input_agencias_cc {
    float: left;
    margin: -25px 90px 0 90px;
}
.importe_cc {
    color: #686868;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 8px 39px 0 0;
    text-align: right;
}
.label_input_agencias_cc {
    background: url(../imagenes/checkbox_vcd.png) no-repeat 0 0;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 9px 111px 0 86px;
    position: relative;
    width: 16px;
    z-index: 2;
}
.label_input_agencias_activo_cc {
    background-position: 0 -16px;
}

.cont_agencia_cc {
    float: left;
    width: 188px;
    height: 183px;
    margin-right: 24px;
}
.cont_agencia_texto_cc{
    font-family: Ubuntu, san-serif, serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
.cont_agencia_texto_agrupacion_cc{
    float: left;
    height: 49px;
    text-align: center;
    width: 100%;
}
.marco_ag_transporte_cc {
    border: 1px solid #cacaca;
    border-top-width: 2px;
    border-bottom-width: 4px;
    cursor: pointer;
    float: left;
    height: 113px;
    margin-right: 24px;
    width: 186px;
    background: white bottom;
    opacity: 0.6;
}
.marco_ag_transporte_activo_cc {
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 4px;
    opacity: 1;
}
.negrita {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 320px;
}

.nombre_lugar_envio_cc {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0 39px;
}
.num_art_linea_cesta_cc {
    color: black;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 1px;
    text-align: center;
    width: 48px;
    border: none;
    background-color: transparent;
    float:left;
}
.option_direcciones_cc {
    color: #595858;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
}

.select_direcciones_cc option:disabled {
    color: #d5d4d4;
}

.option_recoger_pedido_cc {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.linea_cesta_cc {
    float: left;
    height: 34px;
    width: 100%;
}
.txt_referencia_cc {
    width: 132px;
    margin-right:12px;
    text-indent: 12px;
}
.referencia_art_cc {
    color: #212121;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin:10px 12px 0 -1px;
    overflow: hidden;
    white-space: nowrap;
}
.txt_articulo_cc {
    width: 505px;
    margin-right:12px;
    text-indent: 12px;
}
.nombre_art_cc {
    color: #212121;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 16px;
    margin: 10px 12px 0 0;
    overflow: hidden;
    white-space: nowrap;
}


#txt_cantidad_cc {
    width: 115px;
    text-align: center;
}
#txt_dto_cc {
    width: 78px;
    text-align: center;
}
#txt_lpi_cc{
    width: 70px;
    text-align: center;
}

#txt_precio_ud_cc {
    width: 119px;
    text-align: center;
}
.precio_ud_cc {
    color: #212121;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 9px;
    text-align: center;
}
.texto_marron_cesta{
    color:#773000;
}
.caja_cantidad_art_cc, .caja_importe_cc, .caja_precio_ud_cc, .caja_uds_caja_cc, .caja_dto_cc, .caja_canon_cc {
    float: left;
    height: 34px;
}
.caja_precio_ud_cc {
    width: 119px;
}
.caja_canon_cc {
    width: 70px;
}
.caja_dto_cc {
    width: 78px;
}
.caja_cantidad_art_cc {
    width: 115px;
}
.caja_importe_cc {
    width: 99px;
}
.select_direcciones_cc {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    height: 26px;
    margin: 35px 0 0 41px;
    padding-left: 4px;
    width: 250px;
}
.buscador_dropshipping_cc::placeholder {
    color:#004567;
    opacity:0.6;
}
.buscador_dropshipping_cc {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    height: 26px;
    margin: 35px 0 0 41px;
    padding: 0 6px 0 4px;
    width: 250px;
}
.separador_cabecera_cesta_cc {
    float: left;
    margin-top: 6px;
}
.separador_columnas_cesta_cc {
    float: left;
    margin-top: 3px;
}
.signo_mas_dir_nueva_1_cc {
    background-color: white;
    float: left;
    height: 2px;
    margin: 13px 0 0 7px;
    width: 14px;
}
.signo_mas_dir_nueva_2_cc {
    background-color: white;
    float: left;
    height: 14px;
    margin: -8px 0 0 13px;
    width: 2px;
}
.txt_nueva_cc {
    color: #004567;
    cursor: pointer;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 3px 0 0 11px;
}
.txt_nueva_cc:hover {
    color: #227096;
}
.uds_caja_cc {
    color: #686868;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    margin-top: 9px;
    text-align: center;
}
/*#btn_actualizar_cesta_cc :hover {
    background-color: #df671c;
}
#btn_actualizar_cesta_cc :active {
    background-color: #c15608;
}
#btn_actualizar_cesta_cc {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: auto;
    opacity: 0.4;
    margin: 0 22px 0 27px;
}
#btn_vaciar_cesta_cc {
    cursor: pointer;
}
#btn_actualizar_cesta_cc, #btn_vaciar_cesta_cc {
    float: right;
    height: 24px;
    width: 164px;
}
#btn_vaciar_cesta_cc{
    margin-top: 22px;
}
#btn_actualizar_cesta_cc{
    margin: 22px 16px 0 14px;
}
#txt_actualizar_cesta_cc, #txt_vaciar_cesta_cc {
    color: #fff;
    float: left;
    font-family: Ubuntu,sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 128px;
}
#icono_vaciar_cesta_cc {
    background-image: url(../imagenes/icono_borrar_cabecera_cesta_II.png);
    float: left;
    height: 14px;
    margin: 5px 0 0 9px;
    width: 14px;
}
#icono_actualizar_cesta_cc {
    background-image: url(../imagenes/icono_actualizar_cesta.png);
    float: left;
    height: 21px;
    margin: 2px 0 0 8px;
    width: 16px;
}
.separador_btns_vaciar_actualizar_cc {
    background-image: url(../imagenes/separador_btns_vaciar_actualizar.png);
    float: left;
    height: 24px;
    margin-left: 8px;
    width: 1px;
}*/
.retirar_filtros_cc {
    float: right;
    width: 27px;
    margin-left: 5px;
}
.img_retirar_filtros_cc {
    float: right;
    width: 27px;
    height: 27px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.img_retirar_filtros_cc.activo:hover {
    opacity: 0.8;
}
.img_retirar_filtros_cc.activo:active {
    opacity: 0.6;
}
.btn_confirmar_pedido_cc, .btn_confirmar_pago_cc {
    background-color: #f48222;
    background: -webkit-linear-gradient(left, #d35300, #f48222, #d35300);
    background: -o-linear-gradient(left, #d35300, #f48222, #d35300);
    background: -moz-linear-gradient(left, #d35300, #f48222, #d35300);
    background: linear-gradient(to right, #d35300, #f48222, #d35300);
    border: 2px solid #913801;
    border-top-color: #fe9653;
    border-right-color: #943b03;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 500;
    float: left;
    height: 40px;
    margin: 38px 389px 76px 389px;
    text-shadow: 2px 2px 3px #4d1e00;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    width: 406px;
}
.btn_confirmar_pedido_cc:hover, .btn_confirmar_pago_cc:hover {
    box-shadow: 0 4px 8px #4e1f00;
}
.btn_confirmar_pedido_cc:active, .btn_confirmar_pago_cc:active {
    border: none;
}
#btn_vaciar_cesta_cc {
    background-color: #004567;
}
#btn_vaciar_cesta_cc:hover {
    opacity: 0.9;
}
#btn_vaciar_cesta_cc:active {
    opacity: 0.7;
}
#cabecera_caja_art_cesta_cc {
    background-color: #f48222;
    float: left;
    height: 33px;
    margin-top: 18px;
    width: 1186px;
}
#cabecera_seccion_cc {
    float: left;
    height: 60px;
    width: 100%;
}
.page_cesta .contenido_carrito_factura {
    border-bottom: 5px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    float: left;
    width: 1184px;
    max-height: 340px;
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
}
.page_cesta .contenido_carrito_cesta {
    border-bottom: 5px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    float: left;
    width: 1184px;
/*    max-height: 340px;
    position: relative;
    overflow: hidden;*/
    margin-bottom: 38px;
}

.contenido_carrito_factura.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #fff url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contenido_carrito_factura.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #b4b4b4;
}
.contenido_carrito_factura.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #fff;
}
.contenido_carrito_factura.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #fff;
}
.contenido_carrito_factura.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #fff;
}
#caja_aux_buscador_cc {
    float: right;
    margin-top: 5px;
    width: 100%;
}
/*#caja_btns_vaciar_actualizar_cc {
    float: left;
    height: 68px;
    width: 100%;
}*/
#caja_buscador_cc {
    float: right;
    height: 60px;
    width: 550px;
}
#caja_cantidad_total_compra_cc {
    float: right;
    margin-top: 5px;
    width: 108px;
    margin-right: 17px;
}
#caja_checkbox_recoger_cc, #caja_observaciones_cc, #caja_selects_almacen_hora_cc {
    float: left;
    width: 100%;
}
.bloquear_seleccion_almacen_hora_cc{
    position: absolute;
    width: 372px;
    height: 136px;
    z-index: 5;
}
#caja_checkbox_recoger_cc {
    border-bottom: 1px solid #004567;
    height: 38px;
}
#caja_direccion_envio_cc, #caja_direccion_facturacion_cc,#caja_tipo_envio_cc {
    float:left;
    height: 275px;
    width: 372px;
}
#caja_direccion_facturacion_cc {
    background: url(../imagenes/fondo_direccion_facturacion.jpg) no-repeat 292px 153px;
    margin-right:32px;
}
#caja_direccion_envio_cc {
    background: url(../imagenes/fondo_direccion_envio.jpg) no-repeat 288px 148px;
    margin: 0 0 0 31px;
}
#caja_tipo_envio_cc{
    background: url(../imagenes/fondo_caja_tipo_envio.png) no-repeat 261px 120px;
}
.bloqueo_tipo_envio{
    position: absolute;
    width: 372px;
    height: 275px;
    z-index: 10;
}
.caja_icono_opciones_cc {
    border-right:1px solid #004567;
    float:left;
    height:36px;
    width:43px;
}
.area_blanca_cc {
    background-color:#d1dde4;
    float: left;
    height: 19px;
    margin: 9px 0 0 -1px;
    width: 11px;
}
#caja_icono_y_txt_recoger_cc, #caja_icono_y_txt_observaciones_cc {
    float: left;
    height: 71px;
    width: 100%;
}
#caja_inputs_agencias_cc {
    float: left;
    height: 35px;
    margin-left: 127px;
    width: 700px;
}
#caja_modos_pago_cc {
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 6px;
    float: left;
    height: 207px;
    width: 777px;
}

.bloqueo_formas_pago{
    position: absolute;
    width: 777px;
    height: 226px;
    z-index: 30;
    margin: -12px 0 0 -2px;
    background-color: rgba(255, 255, 255, 0.6);
}

#caja_agencias_transporte_cc {
    background: url(../imagenes/fondo_agencias_transporte.jpg) no-repeat 923px 37px;
    height: 230px;
    width: 1184px;
}
#caja_informacion_pago_cc{
    width: 1185px;
    height: 40px;
    margin-top: 38px;
    text-align: center;
    line-height: 40px;
    font-family: Ubuntu, sans-serif;
    background: #ffbf83;
    border: none;
    float: left;
}
#caja_marcos_ag_transporte_cc {
    float: left;
    height: 119px;
    margin: 10px 0 0 46px;
    width: 848px;
}
#caja_nombre_seccion_cc {
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    float: left;
    height: 35px;
    margin-top: 21px;
    width:294px;
}

.codigos_promocionales_aplicados_cc{
    float: left;
    width: 1186px;
    height: 33px;
    background-color: #d1dde4;
    margin-top: -1px;
    border-top: 1px solid #004567;
    border-bottom: 1px solid #004567;
}
.texto_codPromocionalesAplicados_cc{
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #004567;
    height: 16px;
    margin: 9px 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
}


.caja_hay_articulos_b2b{
    float: left;
    width: 1186px;
    height: 33px;
    background-color: #ffd8b7;
    margin-top: -1px;
    border-top: 1px solid #773000;
    border-bottom: 1px solid #773000;
}
.texto_caja_hay_articulos_b2b{
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 16px;
    margin: 9px 0 0 12px;
}


.caja_observaciones_cc{
    border: 1px solid #8c8b8b;
    border-left: 4px solid #8c8b8b;
    border-right: 4px solid #8c8b8b;
    height: 184px;
}
#caja_codigos_observaciones_y_total_cc {
    float: left;
    width: 100%;
    margin-top: 40px;
}
#caja_codigos_y_observaciones_cc {
    float: left;
    height: auto;
    width: 668px;
}
#caja_cod_descuento_cc {
    height:116px;
    margin-bottom:28px;
}
#mascara_select_cod_promocional_cc{
    float: left;
    height: auto;
    position: relative;
    width: 636px;
    margin: 20px 0 0 12px;
}
#caja_cod_descuento_cc, #caja_observaciones_cc {
    float:left;
    width:660px;
}
#caja_cod_descuento_cc{
    border:1px solid #f48222;
    border-left:4px solid #f48222;
    border-right:4px solid #f48222;
}
.caja_texto_cod_promocional_cc{
    display: table-cell;
    vertical-align: middle;
    width: 598px;
}
.bloquear_promociones_cc{
    position: absolute;
    width: 636px;
    height: 52px;
}
.selector_mascara_cod_promocional_cc{
    border-left: 1px solid #f9c090;
    float: right;
    height: 52px;
    width: 25px;
}
#select_cod_promocional_cc:hover .selector_mascara_cod_promocional_cc {
    background-color: #f9c090;
    border-left: 1px solid #f9c090;
}
.flecha_selector_cod_promocional_cc {
    background: url(../imagenes/flecha_seleccion_promo.png) 0 -7px;
    float: left;
    height: 7px;
    margin: 25px 0 0 8px;
    width: 9px;
}
#select_cod_promocional_cc:hover .flecha_selector_cod_promocional_cc {
    background-position: 0 0;
}
#caja_cod_promocionales_select {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.4);
    display: none;
    height: auto;
    position: absolute;
    left: 0;
    top: 52px;
    width: 636px;
    cursor: pointer;
    z-index:5;
}
#caja_cod_promocionales_select #select_cod_promocional_cc:hover{
    background-color: #f8ae6f;
}



#caja_observaciones_cc {
    border: 1px solid #8c8b8b;
    border-left: 4px solid #8c8b8b;
    border-right: 4px solid #8c8b8b;
    height: 184px;
}
#icono_cod_descuento_cc {
    background-image: url(../imagenes/icono_codigo_descuento.png);
    height: 58px;
    position: absolute;
    width: 46px;
    margin-left: 12px;
    margin-top: -15px;
}
#banda_sup_cod_descuento_cc {
    background-color:#fae8dd;
    border-bottom:1px solid #f48222;
}
#banda_sup_cod_descuento_cc, #banda_sup_observaciones_cc {
    float:left;
    height:30px;
    width:100%;
}
#banda_sup_observaciones_cc {
    background-color:#e3e3e3;
    border-bottom:1px solid #8c8b8b;
}
#txt_cod_descuento_cc {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8f4d0e;
    float: left;
    margin: 7px 149px 0 67px;
}
#textarea_observaciones_cc {
    border: 1px solid #c5c5c5;
    border-bottom: 3px solid #c5c5c5;
    float: left;
    font-family: Ubuntu,sans-serif;
    font-size: 13px;
    height: 104px;
    margin: 20px 0 0 12px;
    max-height: 118px;
    max-width: 636px;
    min-height: 118px;
    min-width: 636px;
    padding: 5px;
    width: 636px;
}
#select_cod_promocional_cc {
    border:none;
    border-left: 3px solid #f9c090;
    border-right: 3px solid #f9c090;
    float: left;
    height: 52px;
   cursor: pointer;
    padding-left: 12px;
    width: 618px;
    font-family: Ubuntu,sans-serif;
    font-size: 13px;
    color: #8f4d0e;
    background-color: #fae8dd;
    display: table;
}

.texto_cod_promocional_cc {
    color: #8f4d0e;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 18px;
    width: 590px;
}

#input_cod_promocional_cc::placeholder {
    color:#af8569;
}
.btn_canjear_cod_promo_cc/*, #btn_comprobar_cod_promo_cc*/ {
    border: none;
    cursor: pointer;
    float: right;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    transition: background-color 0.4s ease;
    width: 160px;
}
/*#btn_comprobar_cod_promo_cc {
    background-color:#f8ae6f;
    color:#8f4d0e;
    margin:20px 0 0 19px;
}
#btn_comprobar_cod_promo_cc:hover {
    background-color:#f9c090;
}
#btn_comprobar_cod_promo_cc:active {
    background-color:#f69d53;
    transition:none;
}*/
.btn_canjear_cod_promo_cc {
    background-color: #f48222;
    color: #fff;
    margin: 4px 12px 0 4px;
}
.btn_canjear_cod_promo_cc.habilitado:hover {
    background-color:#f69543;
}
.btn_canjear_cod_promo_cc.habilitado:active {
    background-color:#fe6706;
    transition:none;
}
.separador_horizontal_cc {
    background-image:url(../imagenes/separador_horizontal.jpg);
    height:2px;
    float:left;
    margin:46px 0;
    width:1186px;
}
#caja_recoger_cc {
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 6px;
    float: left;
    height: 207px;
    margin-left: 33px;
    width: 372px;
}
#caja_titulo_transporte_cc {
    border-right: 1px solid #cacaca;
    float: left;
    height: 36px;
    padding-right: 10px;
}
#caja_total_cc {
    background-color: white;
    border-left: 1px solid #004567;
    border-right: 1px solid #004567;
    border-top: 4px solid #004567;
    float: right;
    height: auto;
    width: 322px;
}
#caja_pagar_cc {
    background-color: white;
    border-left: 1px solid #f48222;
    border-right: 1px solid #f48222;
    border-top: 4px solid #f48222;
    float: right;
    height: auto;
    width: 322px;
}
#caja_total_compra_cc {
    background-color: #004567;
    float: left;
    height: 31px;
    width: 324px;
}
.caja_saldo_cesta {
    float: right;
    width: 366px;
    height: 30px;
    margin-top: 20px;
    background: #fbe0c6;
    border-left: 4px solid #f48222;
    border-right: 4px solid #f48222;
}
.caja_texto_saldo_cesta {
    float: left;
    width: 276px;
}
.caja_saldo_cesta #texto_aplicar_saldo {
    cursor: pointer;
    float: right;
}
.caja_saldo_cesta #texto_saldo {
    width: 100%;
    float: left;
}
.texto_saldo_cesta {
    color: #8f4d0e;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0 0 0;
    text-align: left;
}
#texto_saldo{
    margin-left:20px;
}
#txt_total_apagar_cc {
    color:#ffed00 !important;
    font-size:16px !important;
}
#txt_total_apagar_cc, #txt_total_pagado_cc {
    font-family:'Ubuntu',sans-serif;
    font-weight:600;
}
#txt_total_pagado_cc {
    color:#fff !important;
}
#caja_total_pagado_cc {
    margin-top:26px;
}
#caja_total_pagado_cc, #caja_total_apagar_cc {
    background-color:#4c7aac;
    float:right;
    height:34px;
    width:100%;
}
#caja_total_apagar_cc {
    margin-top:2px;
}
#caja_txt_total_pagado_cc, #caja_txt_total_apagar_cc {
    float:left;
}
#caja_txt_total_apagar_cc {
    margin:4px 0 0 10px;
}
#caja_txt_total_pagado_cc {
    margin:4px 0 0 71px;
}
#caja_cantidad_total_pagado_cc, #caja_cantidad_total_apagar_cc {
    float:right;
}
.cantidad_total_apagar_cc, .cantidad_total_pagado_cc {
    background-color:#4c7aac;
    border:none;
    float:right;
    font-family:'Ubuntu',sans-serif;
    font-weight:600;
    padding-right:16px;
    text-align:right;
    width:110px;
}
#apagar_total {
    color:#ffed00;
    font-size:16px;
    margin-top:8px;
}
#pagado_total {
    color:#fff;
    margin-top:9px;
}
.caja_checkbox_saldo_cesta {
    float: right;
    width: 74px;
    margin-right: 13px;
}
.checkbox_saldo_cesta {
    float: left;
    margin: 9px 0 0 80px;
    visibility: hidden;
    position: absolute;
}
.label_saldo_cesta {
    background: url(../imagenes/checkbox_rma.png) no-repeat;
    float: right;
    height: 16px;
    margin: 7px 5px 0 0;
    width: 16px;
    z-index: 2;
    cursor: pointer;
}
#caja_txt_falta_envio_gratis_cc {
    background: #d1dde4;
    border-top: 1px solid #004567;
    float: left;
    height: 30px;
    width: 100%;
    margin-top:-1px;
}
#caja_txt_total_compra_cc {
    float: left;
    margin-top: 7px;
    width: 181px;
}
.campo_buscar_en_cesta_cc::placeholder {
    color:#b4b4b4;
}
.campo_buscar_en_cesta_cc {
    border: 1px solid #b4b4b4;
    border-right-width: 3px;
    border-left-width: 3px;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 27px;
    padding: 0 6px;
    text-align: left;
    width: 359px;
    margin-right: 1px;
}
#cantidad_para_envio_gratis_cc {
    color: #004567;
    font-size: 15px;
    font-weight: 700;
}
#txt_total_compra_cc {
    color: white;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}
.cantidad_total_compra_cc {
    color: white;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 700;
    border: none;
    background-color: transparent;
    text-align: right;
    width: 100%;
    margin-top:1px;
}
#check_tipo_envio_dropship_cc, #check_tipo_envio_normal_cc {
    display:none;
}
#contenedor_totales_cc {
    float: right;
    width: 324px;
}
#euro_envio_gratis_cc {
    color: #004567;
    font-size: 14px;
    font-weight: 700;
}
#icono_actualizar_cesta_cc {
    float: left;
}
#icono_agencias_transporte_cc {
    float: left;
    margin: 4px 0 0 8px;
}
#icono_borrar_cabecera_cc {
    float: left;
    margin: 10px 0 0 11px;
    cursor: pointer
}
#icono_cesta_cc {
    float: left;
    margin: 8px 11px 7px 42px;
}
#icono_direccion_envio_cc {
    float: left;
    margin: 6px 0 0 4px;
}
#icono_direccion_facturacion_cc {
    float: left;
    margin: 6px 0 0 6px;
}
#icono_tipo_envio_cc {
    background-image: url(../imagenes/icono_tipo_envio.png);
    float: left;
    height: 22px;
    margin: 7px 0 0 4px;
    width: 34px;
}
.btn_tipo_envio_cc {
    float: left;
    height: 65px;
    margin-top: 12px;
    width: 100%;
    cursor: pointer;
}
.icono_btn_tipo_envio_cc {
    background: #fff url(../imagenes/icono_envios.png) no-repeat 7px 17px;
    border: 3px solid #9c9b9b;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 59px;
    margin-left: 20px;
    width: 59px;
}
.icono_btn_tipo_envio_selected_cc {
    background: #cae3ec url(../imagenes/icono_envios_selected.png) no-repeat 7px 17px;
    border: 3px solid #004567;
}
#txt_envio_normal_cc {
    float: left;
    margin: 24px 0 0 10px;
}
#txt_envio_dropshipping_cc {
    float: left;
    line-height: 21px;
    margin: 12px 0 0 10px;
}
.txt_boton_envio {
    font-family: 'Oswald',sans-serif;
    font-size: 19px;
    font-weight: 600;
}
.txt_boton_envio_desactivo{
    color: #9c9b9b;
}
.txt_boton_envio_activo{
    color: #004567;
}
#icono_observaciones_cc {
    background-image: url(../imagenes/icono_observaciones_gris.png);
    height: 58px;
    position: absolute;
    width: 58px;
    margin: -13px 0 0 11px;
}
#txt_observaciones_cc {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color:#8c8b8b;
    float:left;
    margin:7px 0 0 78px;
}
#icono_recoger_cc {
    background-image: url(../imagenes/icono_recoger_pedido.png);
    float: left;
    height: 56px;
    margin: -16px 0 0 11px;
    width: 59px;
}
#icono_vaciar_cesta_cc {
    float: left;
    margin: 5px 0 0 9px;
}
#label_recoger_pedido_cc {
    background: url(../imagenes/checkbox_vcd.png) no-repeat;
    float: left;
    height: 16px;
    position: relative;
    margin: 12px 0 0 89px;
    width: 16px;
    z-index: 2;
    cursor:pointer;
}
#txt_seleccionar_almacen_cc, #txt_seleccionar_hora_recogida_cc {
    color: #004567;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    font-weight: 500;
}
#txt_selecciona_agencia_cc, #texto_tipo_envio_cc {
    color: #004567;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
}
#texto_tipo_envio_cc {
    margin: 25px 0 12px 20px;
}
.negrita_II {
    font-weight:700;
    font-family: 'Ubuntu',sans-serif;
}
#txt_seleccionar_almacen_cc {
    margin: 10px 0 5px 0;
    text-align: center;
    width: 100%;
}
#mascara_select_almacen_cc {
    float: left;
    height: auto;
    margin-left: 12px;
    position: relative;
    width: 348px;
}
.casilla_almacen_cc {
    background-color:#fdd4b1;
    border-left:3px solid #004567;
    border-right:3px solid #004567;
    float:left;
    display:table;
    height:52px;
    width:342px;
}
.casilla_almacen_cc:hover {
    background-color:#f8ae6f;
}
.casilla_almacen_selected_cc, .casilla_almacen_selected_cc:hover {
    background-color:#d1dde4;
}
.caja_direccion_almacen_cc {
    display:table-cell;
    vertical-align: middle;
}
.direccion_almacen_cc {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    margin-left:11px;
    width: 295px;
    overflow: hidden;
    height: 18px;
}
.selector_mascara_almacen_cc {
    border-left:1px solid #86a0ae;
    cursor:pointer;
    float:right;
    height:52px;
    width:25px;
}
#mascara_select_almacen_cc:hover .selector_mascara_almacen_cc{
    background-color:#004567;
    border-left:1px solid #004567;
}
#mascara_select_almacen_cc:hover .flecha_selector_almacen_cc {
    background-position:0 0;
}
.flecha_selector_almacen_cc {
    background: url(../imagenes/flecha_seleccion_almacen.png) 0 -7px;
    float:left;
    height:7px;
    margin:25px 0 0 8px;
    width:9px;
}
#caja_seleccion_almacen_cc {
    box-shadow: 0 7px 14px rgba(0,0,0,0.7);
    display: none;
    height: auto;
    position: absolute;
    left: 0;
    top: 52px;
    width: 348px;
    cursor: pointer;
}
#caja_hora_recogida_cc {
    float: left;
    height: 53px;
    width: 100%;
}
#txt_seleccionar_hora_recogida_cc {
    margin: 12px 0 0 20px;
    text-align: right;
}
#num_articulos_cesta_cc {
    color: #8f4d0e;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
#select_hora_recogida_cc {
    background-color:#d1dde4;
    border-bottom:none;
    border-left:3px solid #004567;
    border-right:3px solid #004567;
    border-top:none;
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:500;
    height:25px;
    margin:14px 0 0 26px;
    padding-left:12px;
    width:176px;
}
#texto_checkbox_recoger_cc {
    color: #004567;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 12px 0 0 6px;
}

#txt_buscar_en_cesta_cc {
    color: #004567;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 8px 8px 0 0;
}

#txt_cesta_de_la_compra_cc {
    color: #004567;
    float: left;
    margin-top: 3px;
    line-height: 29px;
    font-family: 'Oswald',sans-serif;
    font-size: 19px;
    font-weight: 600;
}
#txt_falta_envio_gratis_cc {
    color: #004567;
    float: right;
    font-size: 14px;
    margin: 6px 20px 0 0;
}
#txt_importe_cc {
    text-align: center;
    width: 99px;
}


#txt_recoger_pedido_cc {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #004567;
    float: left;
    line-height: 22px;
    margin: 4px 0 0 55px;
}

#txt_selecciona_agencia_cc {
    color: #004567;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
    margin: 12px 0 0 11px;
}
#txt_seleccionar_hora_recogida_cc {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 13px 0 0 24px;
    line-height: 14px
}
#txt_total_cesta_cc {
    color: #8f4d0e;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 2px 0;
}
#txt_uds_caja_cc {
    margin-left: 21px;
    margin-right: 21px;
    width: 59px;
    text-align: center;
}
#txt_vaciar_cesta_cc, #txt_actualizar_cesta_cc {
    margin-top: 4px;
}
.cuadro_subcategoria_catalogo {
    width: 871px;
    max-height: 500px;
    float: left;
    margin-top: 20px;
    overflow: auto;
    position: relative;
    margin-bottom: 30px;
    padding: 1px;
}
.subcategoria_catalogo {
    width: 194px;
    height: 16px;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 7px 7px 7px 15px;
    white-space: nowrap;
    border: 1px solid #ccc;
    color: #525050;
}
.subcategoria_catalogo:hover {
    color: #f48222;
}
.cuadro_subcategoria_catalogo.ps-container > .ps-scrollbar-y-rail {
    opacity: 1;
    width: 10px;
}
.cuadro_subcategoria_catalogo.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 10px;
}
/*****************************   historico  ****************************************/
.page_historico {
    float: left;
    width: 1200px;
    min-height: 136px;
    border: 1px solid #C8C7C8;
    margin: 18px 0 60px 40px;
}

.cuadro_titulo_historico {
    height: 50px;
    width: 1066px;
    float: left;
    margin-left: 117px;
    margin-top: 30px;
}
.cuadro_titulo_historico .txt_historico {
    height: 26px;
    float: left;
    margin-top: 14px;
}
.cuadro_titulo_historico .txt_buscar_articulo {
    float: right;
    margin-right: -5px;
    margin-top: 3px;
    width: 260px;
    text-align: right;
    color: #f48222;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.cuadro_titulo_historico .buscar_articulo {
    float: right;
    margin-top: -15px;
    width: 443px;
    padding: 10px 0;
    margin-right: 38px;
    display: none;
}
.contenido_historico .sin_articulos {
    color: #525050;
    font-size: 26px;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    text-align: center;
    padding: 57px 0;
    border: 1px solid #ccc;
}
.cuadro_titulo_historico .input_buscar {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    position: relative;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 27px;
    padding: 0 6px;
    text-align: left;
    width: 300px;
    top: 2px;
    left: 12px;
}
.cuadro_titulo_historico .retirar_filtros {
    float: right;
    width: 27px;
    margin-left: 5px;
}
.cuadro_titulo_historico .img_retirar_filtros {
    position: relative;
    top: 2px;
    left: 5px;
    width: 27px;
    height: 27px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.titulo_contenido_historico {
    height: 22px;
    width: 1105px;
    background-color: #f48222;
    float: left;
    text-align: center;
    padding: 7px 0;
    margin-left: 47px;
}
.contenido_historico {
    margin-left: 47px;
    margin-bottom: 40px;
    float: left;
    width: 1103px;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 5px solid #b4b4b4;
}
.contenido_historico .sepv {
    float: left;
    width: 1px;
    height: 23px;
    background: url(../imagenes/separador_columnas_cesta.png) no-repeat center center;
    margin-bottom: -22px;
}
.contenido_historico.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-top: 4px;
    margin-right: 2px;
    background: #fff url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contenido_historico.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #b4b4b4;
}
.contenido_historico.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #fff;
}
.contenido_historico.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #fff;
}
.contenido_historico.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #fff;
}
.linea_contenido_historico {
    text-align: left;
    float: left;
    padding: 11px 0 9px 0;
}
.linea_contenido_historico.peq {
    width: 850px;
}
.linea_contenido_historico.grande {
    width: 1103px;
}
.titulo_contenido_historico .col_precio {
    width: 115px;
    float: left;
}
.titulo_contenido_historico .col_cantidad {
    width: 110px;
    float: left;
}
.titulo_contenido_historico .col_producto {
    width: 614px;
    float: left;
}
.titulo_contenido_historico .col_referencia {
    width: 213px;
    float: left;
}
.titulo_contenido_historico .sep_vertical_peq_blanca {
    width: 1px;
    float: left;
    height: 22px;
    background: url(../imagenes/sep_vertical_peq_blanca.png) no-repeat;
}
.linea_contenido_historico .contenido_referencia {
    height: 16px;
    width: 152px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: left;
    line-height: 14px
}
.linea_contenido_historico .caja_cantidad_art_h {
    float: left;
    height: 21px;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
}
.linea_contenido_historico .caja_btn_menos_linea_cesta_h,.linea_contenido_historico .caja_btn_mas_linea_cesta_h {
    background-color: #989898;
    cursor: pointer;
    float: left;
    height: 21px;
    width: 21px;
}
.linea_contenido_historico .caja_btn_menos_linea_cesta_h:hover, .linea_contenido_historico .caja_btn_mas_linea_cesta_h:hover  {
    opacity: 0.8;
}
.linea_contenido_historico .caja_btn_menos_linea_cesta_h:active, .linea_contenido_historico .caja_btn_mas_linea_cesta_h:active  {
    background-color: #6b6a6a;
}
.linea_contenido_historico .caja_num_art_linea_cesta_h {
    background-color: white;
    border-bottom: 1px solid #999999;
    border-left: none;
    border-right: none;
    border-top: 1px solid #999999;
    float: left;
    height: 19px;
    width: 48px;
}
.linea_contenido_historico .num_art_linea_cesta_h {
    color: black;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 48px;
    border: none;
    background-color: transparent;
}
/*.linea_contenido_historico .caja_btn_mas_linea_cesta_h {
    background-image: url(../imagenes/btn_mas_linea_cesta.png);
    cursor: pointer;
    float: left;
    height: 21px;
    width: 21px;
}
.linea_contenido_historico .caja_btn_mas_linea_cesta_h:active {
    background-image: url(../imagenes/btn_mas_linea_cesta_active.png);
}*/
.linea_contenido_historico .contenido_producto {
    height: 18px;
    width: 584px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 14px
}
.linea_contenido_historico .col_contenido_cantidad {
    height: 16px;
    width: 88px;
    float: left;
    padding: 0 12px 0 10px;
    margin-top: 1px;
}
.linea_contenido_historico .btn_comprar img {
    float: left;
    height: 18px;
    width: 18px;
    margin: 1px 0 0 1px;
}
.linea_contenido_historico .col_contenido_precio {
    height: 16px;
    width: 115px;
    float: left;
    margin-top: 3px;
}
.linea_contenido_historico .inputs_cesta_prod {
    border: none;
    background-color: transparent;
    margin-top: -1px;
    text-align: right;
    float: left;
    width: 79px;
    margin-left: 1px;
}
.linea_contenido_historico .boton {
    float: left;
    padding: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.linea_contenido_historico .boton.vacio {
    background-color: #004567;
}
.linea_contenido_historico .boton.lleno {
    background-color: #f48222;
}
.linea_contenido_historico .btn_mas_info {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
    background: url(../imagenes/icono_mas_info.png) repeat-x top;
}
.linea_contenido_historico .btn_mas_info:hover {
    background-position: 20px;
}
.linea_contenido_historico .btn_mas_info:active {
    background-position: bottom;
}
.degradado_menu {
    float: left;
    width: 876px;
    height: 35px;
    background: url(../imagenes/bg_deg_trans.png) repeat-x;
    position: absolute;
    top: 350px;
}
.cuadro_subcategoria_catalogo.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.cuadro_subcategoria_catalogo.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cuadro_subcategoria_catalogo.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
.panel_historial_art {
    float: left;
    width: 100%;
}
.contenido_ventana_historial_art {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 420px;
}
.contenido_ventana_historial_art.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.contenido_ventana_historial_art.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contenido_ventana_historial_art.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
.panel_historial_art .banda_historial_art {
    background-color: #004567;
    float: left;
    height: 28px;
    margin-top: 20px;
    width: 100%;
}
.panel_historial_art .txt_historial_art {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.panel_historial_art .info_producto {
    float: left;
    width: 640px;
    margin: 22px 30px 0 30px;
    background-color: #f48222;
}
.panel_historial_art .info_producto .linea {
    float: left;
    width: 100%;
    height: 24px;
    text-align: center;
}
.panel_historial_art .info_compra_producto {
    float: left;
    width: 636px;
    margin: 30px 32px 0 32px;
    text-align: center;
}
.panel_historial_art .cont_rma_oculto {
    float: left;
    display: none;
}
.panel_historial_art .info_compra_producto .linea_grande {
    float: left;
    width: 632px;
    height: 22px;
    border: 1px solid #004369;
    border-right-width: 3px;
    border-left-width: 3px;
    margin-top: -1px;
}
.panel_historial_art .info_compra_producto .linea_peq {
    float: left;
    width: 610px;
    height: 22px;
    border-left: 1px solid #004369;
    border-right: 1px solid #004369;
    border-bottom: 1px solid #004369;
    margin-left: 24px;
    background-color: #FFD9C2;
}
.panel_historial_art .info_producto .campo_ref {
    float: left;
    width: 98px;
    margin: 0 8px;
    overflow: hidden;
    white-space: nowrap;
}
.panel_historial_art .info_producto .campo_nombre {
    float: left;
    width: 418px;
    margin: 0 8px;
    overflow: hidden;
    white-space: nowrap;
}
.panel_historial_art .info_producto .campo_precio {
    float: left;
    width: 90px;
}
.panel_historial_art .info_producto .texto_no_titulo {
    float: left;
    margin-top: 4px;
}
.panel_historial_art .info_producto .sep_b {
    width: 1px;
    float: left;
    height: 24px;
    background: url(../imagenes/sep_ventana_historico_b.png) no-repeat center center;
}
.panel_historial_art .info_producto .sep_g {
    width: 1px;
    float: left;
    height: 24px;
    background: url(../imagenes/sep_ventana_historico_g.png) no-repeat center center;
}
.panel_historial_art .campo_desplegar {
    float: left;
    width: 21px;
    height: 22px;
    border-right: 1px solid #004369;
}
.panel_historial_art .img_desplegar {
    background: url(../imagenes/desplegar_historico_art.png) no-repeat top;
    width: 21px;
    height: 6px;
    margin-top: 10px;
}
.panel_historial_art .campo_fecha {
    float: left;
    width: 106px;
    margin-top: 5px;
}
.panel_historial_art .campo_factura, .panel_historial_art .campo_comprado {
    float: left;
    width: 98px;
    margin-top: 5px;
}
.panel_historial_art .campo_abonado {
    float: left;
    width: 88px;
    margin-top: 5px;
}
.panel_historial_art .campo_precio_compra, .panel_historial_art .campo_precio_abono {
    float: left;
    width: 120px;
    margin-top: 5px;
}
.panel_historial_art .campo_garantia {
    float: left;
    width: 100px;
    margin-top: 5px;
}
.panel_historial_art .factura_abono {
    float: left;
    width: 204px;
    margin-top: 5px;
}
.panel_historial_art .fecha1 {
    float: left;
    width: 98px;
    margin-top: 5px;
}
.panel_historial_art .unidades {
    float: left;
    width: 88px;
    margin-top: 5px;
}
.panel_historial_art .detalle {
    float: left;
    width: 100px;
    margin-top: 5px;
}
.panel_historial_art .btn_ver_factura_art_rma {
    float: left;
    width: 64px;
    margin: 3px 18px 0 18px;
    background-color: #FE883F;
    height: 16px;
    border-radius: 2px;
    opacity: 1;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
}
.panel_historial_art .btn_ver_factura_art_rma:hover {
    opacity: 0.6;
}
.panel_historial_art .btn_ver_factura_art_rma:active {
    background-color: #c15608;
}
.caja_seguimiento_pedido_pyf {
    float: left;
    background-color: #FFDFCD;
    width: 932px;
    margin-left: 88px;
}
.caja_seguimiento_pedido_lp {
    float: left;
    background-color: #FFDFCD;
    width: 932px;
    margin: 100px 0 0 170px;
    border: 3px solid #D04600;
    border-radius: 20px;
    box-shadow: 4px 4px 10px black;
}
.caja_informativa_lp {
    float: left;
    margin: 65px 0 100px 334px;
}
.corchete_lp {
    float: left;
    width: 30px;
    height: 144px;
}
.parteH_corchete_lp {
    float: left;
    width: 30px;
    height: 5px;
    background-color: #F5AE00;
    box-shadow: 1px 2px 5px black;
}
.parteV_corchete_lp {
    float: left;
    width: 5px;
    height: 134px;
    background-color: #F5AE00;
    box-shadow: 1px 2px 5px black;
}
.caja_texto_informativo_lp {
    float: left;
    width: 550px;
    height: 144px;
    line-height: 32px;
}
.caja_texto_informativo_mantenimiento {
    float: left;
    height: 144px;
    line-height: 36px;
}
.texto_informativo_lp {
    float: left;
    width: 550px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.texto_informativo_mantenimiento {
    float: left;
    width: 550px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.texto_informativo_saliendoMC {
    float: left;
    width: 462px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.caja_texto_informativo_recordatorio{
    float: left;
    width: 100%;
}

.barra_carga_pasarela_pago {
    float: left;
    width: 330px;
    height: 20px;
    background: url(../imagenes/barra.gif) no-repeat;
    margin: 0 0 120px 475px;
}
.texto_informativo_lp.sup {
    color: #E3AD00;
    margin-top: 24px;
}
.texto_informativo_mantenimiento.sup {
    color: #E3AD00;
    margin-top: 18px;
}
.texto_informativo_saliendoMC.sup {
    color: white;
    margin-top: 34px;
}
.logo_mantenimiento {
    float: left;
    width: 330px;
    height: 96px;
    background: url(../imagenes/logo_MC_lp.png) no-repeat;
    margin: 32px 0 0 465px;
    cursor: pointer;
}
.texto_error_seguimiento_lp {
    float: left;
    width: 100%;
    height: 38px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #D04600;
    margin: 53px 0;
}
.cabecera_seguimiento_pedido_pyf {
    float: left;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}
.linea_seguimiento_pedido_pyf {
    float: left;
    width: 866px;
    margin: 15px 0 25px 0;
    padding: 0 33px;
}
.caja_numero_estado_pyf {
    position: relative;
    width: 20px;
    height: 20px;
    margin: -14px 0 0 -14px;
    text-align: center;
}
.caja_numero_estado_pyf.gris {
    border: 2px solid #646464;
    background-color: white;
}
.caja_numero_estado_pyf.nar {
    border: 2px solid #D14700;
    background-color: #FF9156;
}
.caja_txt_numero_expedicion_pyf.gris {
    border-bottom: 1px solid #646464;
}
.caja_txt_numero_expedicion_pyf.nar {
    border-bottom: 1px solid #D14700;
    background-color: #FF9156;
}
.caja_estado_pedido_pyf {
    float: left;
    width: 263px;
    height: 96px;
    margin-left: 26px;
}
.caja_estado_pedido_pyf.gris {
    border: 1px solid #646464;
    border-right-width: 4px;
    border-left-width: 4px;
}
.caja_estado_pedido_pyf.nar {
    border: 1px solid #D04600;
    border-right-width: 4px;
    border-left-width: 4px;
}
.caja_txt_numero_expedicion_pyf {
    float: left;
    width: 800px;
    height: 38px;
    border-bottom: 1px solid #646464;
}
.txt_numero_expedicion_pyf {
    float: left;
    width: 100%;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: -1px;
}
.txt_numero_expedicion_pyf.gris {
    color: #636363;
}
.txt_numero_expedicion_pyf.nar {
    color: white;
    text-shadow: 1px 1px 1px black;
}
.caja_descripcion_estado_expedicion_pyf {
    float: left;
    width: 100%;
    height: 74px;
    background-color: white;
    margin-top: -10px
}
.caja_descripcion_estado_expedicion_pyf.gris {
    border-bottom: 1px solid #646464;
}
.caja_descripcion_estado_expedicion_pyf.nar {
    border-bottom: 1px solid #D14700;
}
.caja_fecha_estado_expedicion_pyf {
    float: left;
    width: 100%;
    height: 21px;
    background-color: #CACACA;
}
.caja_fecha_estado_expedicion_pyf.gris {
    background-color: #CACACA;
}
.caja_fecha_estado_expedicion_pyf.nar {
    background-color: #FFB690;
}
.fecha_estado_expedicion_pyf {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-weight: 700;
    margin-top: 3px;
    line-height: 14px;
}
.fecha_estado_expedicion_pyf.gris {
    color: #505050;
}
.fecha_estado_expedicion_pyf.nar {
    color: #873501;
}
.icono_estado_pedido_pyf {
    float: left;
    width: 96px;
    height: 74px;
    background-repeat: no-repeat;
}
.icono_estado_pedido_pyf.gris {
    background-position: top;
}
.icono_estado_pedido_pyf.nar {
    background-position: bottom;
}
.titulo_estado_pedido_pyf {
    float: left;
    width: 167px;
    height: 20px;
    background-color: white;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 2px;
}
.titulo_estado_pedido_pyf.gris {
    color: #636363;
}
.titulo_estado_pedido_pyf.nar {
    color: #B54704;
}
.descripcion_estado_pedido_pyf {
    float: left;
    width: 167px;
    background-color: white;
    text-align: left;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.descripcion_estado_pedido_pyf.gris {
    color: #636363;
}
.descripcion_estado_pedido_pyf.nar {
    color: #B54704;
}
.flecha_ver_albaran_pyf {
    float: left;
    width: 9px;
    height: 17px;
    background: url(../imagenes/flecha_ver_albaran.jpg) no-repeat;
    margin: 8px 0 0 10px;
}
.ver_albaran_pyf {
    float: left;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 9px 0 0 8px;
    color: #004567;
}
.caja_contenido_vva, .caja_contenido_val {
    float: left;
    padding: 25px;
    text-align: justify;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    line-height: 150%;
    width: 100%;
    box-sizing: border-box;
}
.icono_triangulo_seguimiento_pedido {
    float: left;
    width: 66px;
    height: 38px;
    background: url(../imagenes/icono_triangulo_seguimiento_pedido.png) no-repeat;
    cursor: pointer;
}
.icono_triangulo_seguimiento_pedido.der {
    background-position: 30px 12px;
}
.icono_triangulo_seguimiento_pedido.izq {
    background-position: 14px 12px;
}
.texto_nexpedicion_pyf {
    float: left;
    width: 100%;
    text-align: center;
    color: #B44804;
    margin-top: 16px;
}
.texto_historial_expedicion_pyf {
    float: left;
    width: 100%;
    text-align: center;
    color: #4F5051;
    margin-top: 5px;
}
.icono_conexion_agencia_pyf {
    float: left;
    width: 97px;
    height: 176px;
    background-image: url(../imagenes/conexion_agencia2.gif);
    margin-top: 15px;
}
.caja_texto_conexion_agencia_pyf {
    float: left;
    width: 362px;
    height: 66px;
    text-align: center;
    padding: 70px 55px;
}
.texto_conexion_agencia_pyf {
    color: #4F5051;
    margin-top: 6px;
    float: left;
    width: 100%;
}
.panel_historial_art .txt_ver_factura_art_rma {
    float: left;
    width: 100%;
    margin-top: 1px;
    text-align: center;
}
.panel_historial_art .btn_aceptar {
    float: left;
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    height: 18px;
    margin: 24px 295px 24px 295px;
    width: 110px;
    font-size: 12px;
    line-height: 16px;
}
.panel_historial_art .btn_aceptar:hover {
    background-color: #df671c;
}
.panel_historial_art .btn_aceptar:active {
    background-color: #c15608;
}
/**************             para el submenu ajax                     ***********/
.cont_categ .cuadro_az {
    margin: 0 94px 0 93px;
    float: right;
    width: 275px;
    min-height: 200px;
    background: #004264 url(../imagenes/bg_cuadro_az.png) no-repeat right bottom;
}
.cont_categ .cuadro_az .tit {
    float: left;
    width: 257px;
    padding: 10px 9px 0 9px;
    text-align: center;
}
.cont_categ .cuadro_az .subtit {
    float: left;
    width: 257px;
    padding: 0 9px;
    text-align: center;
}
.cont_categ .cuadro_az .cont {
    float: left;
    width: 257px;
    padding: 0 9px;
}
.cont_categ .cuadro_az .img_cont {
    float: left;
    width: 241px;
    min-height: 134px;
    margin: 8px;
    background: #fff no-repeat center center;
    background-size: contain;
}
.cont_categ .cuadro_az .cd_ca_datos {
    float: left;
    width: 238px;
    margin: 10px;
    max-height: 65px;
    overflow: hidden;
}
.cont_categ .cuadro_az .linea {
    float: left;
    width: 257px;
}
.cont_categ .cuadro_az a.boton {
    width: 127px;
    height: 16px;
    padding: 7px 15px;
    background-color: #E48225;
    border: none;
    margin: 10px auto 20px 65px;
    text-align: center;
}
.cont_categ .cuadro_az .globo_precio {
    margin-top: -25px;
}
/*******************************  pagina de contacto               ************************/
.page_contacto {
    float: left;
    width: 860px;
    margin: 46px 0 60px 210px;
}
.page_contacto .cont_titulo {
    float: left;
    width: 858px;
    height: 108px;
    border: 3px solid #004567;
    border-right-width: 1px;
    border-left-width: 1px;
}
.page_contacto .img_cabeza {
    height: 108px;
    float: left;
    width: 108px;
    background: url(../imagenes/cabeza.jpg) no-repeat right center;
}
.page_contacto .cont_titulo .titulo {
    float: left;
    height: 52px;
    width: 686px;
    padding: 28px 32px;
    text-align: justify;
}
.page_contacto .cajas_contacto {
    float: left;
    margin-top: 32px;
    height: 500px;
    border: 1px solid #CACACA;
    border-top-width: 2px;
    border-bottom-width: 6px;
}
.page_contacto .cont_form_datos {
    width: 444px;
}
.page_contacto .info_contacto {
    width: 398px;
    margin-left: 14px;
}
.page_contacto .cajas_contacto .titulo {
    float: left;
    width: 100%;
    height: 34px;
    border-bottom: 2px solid #CACACA;
}
.page_contacto .img_lapiz {
    margin: -1px 0 0 1px;
    background: url(../imagenes/lapiz.png) no-repeat center center;
}
.page_contacto .img_datos {
    background: url(../imagenes/icono_datos_contacto.jpg) no-repeat center center;
}
.page_contacto .cajas_contacto .cont_imagen {
    float: left;
    height: 34px;
    width: 35px;
    border-right: 1px solid #CACACA;
}
.page_contacto .linea_blanca {
    float: left;
    width: 1px;
    height: 16px;
    margin: 9px 0 0 -1px;
    background-color: white;
}
.page_contacto .texto_titulo {
    float: left;
    margin: 5px 0 0 10px;
}
.page_contacto .inputs_form {
    float: left;
    border: 1px solid #CACACA;
    border-right-width: 3px;
    border-left-width: 3px;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #6A6867;
}
.page_contacto .input_grande {
    width: 372px;
    padding: 0 10px;
    height: 28px;
    margin: 0 36px;
}
.page_contacto .input_correo {
    width: 226px;
    padding: 0 10px;
    height: 28px;
    margin-left: 36px;
}
.page_contacto .input_telefono {
    width: 134px;
    padding: 0 10px;
    height: 28px;
    margin-right: 36px;
    margin-left: 12px;
}
.page_contacto .input_textarea {
    width: 372px;
    height: 140px;
    padding: 15px;
    margin: 0 36px;
    text-align: justify;
}
.page_contacto .btn_enviar {
    border: none;
    background-color: #f48222;
    cursor: pointer;
    float: left;
    height: 22px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 130px;
    outline: none;
    margin-left: 157px;
    margin-top: -12px;
}
.page_contacto .btn_enviar:hover {
    background-color: #df671c;
}
.page_contacto .btn_enviar:active {
    background-color: #c15608;
}
.page_contacto .btn_volver_ficha_prod {
    border: none;
    background-color: #004567;
    cursor: pointer;
    float: left;
    height: 22px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 130px;
    outline: none;
    margin-top: 20px;
}
.page_contacto .btn_volver_ficha_prod:hover {
    background-color: #1f5976;
}
.page_contacto .btn_volver_ficha_prod:active {
    background-color: #4a768b;
    transition: none;
}
.page_contacto .txt_volver_ficha_prod {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 3px;
}
.page_contacto .textos {
    float: left;
    width: 408px;
    margin: 6px 0 2px 36px;
}
.page_contacto .texto_mail {
    float: left;
    width: 225px;
    margin: 6px 0 2px 36px;
}
.page_contacto .texto_telefono {
    float: left;
    width: 132px;
    margin: 6px 0 2px 15px;
}
.page_contacto .caja_info {
    float: left;
    border: 1px solid #f48222;
    border-top-width: 2px;
    border-bottom-width: 6px;
    width: 328px;
    margin: 15px 34px 0 34px;
}
.page_contacto .titulo_caja_info {
    float: left;
    width: 100%;
    height: 22px;
    border-bottom: 2px solid #f48222;
    background-color: #FDDCC7;
}
.page_contacto .triangulo {
    float: left;
    width: 22px;
    height: 22px;
    background: url(../imagenes/triangulo_nar.png) no-repeat center center;
}
.page_contacto .texto_titulo_caja_info {
    float: left;
    margin-top: 1px;
    color: #f48222;
}
.caja_telefono_mail{
    float: left;
    margin-top:8px;
}
.page_contacto .linea_caja_info {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    height: 16px;
}
.page_contacto .arroba {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../imagenes/arroba.png) no-repeat;
    margin: 0 8px;
}
.page_contacto .telefono_contacto {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../imagenes/telefono_contacto.png) no-repeat;
    margin: 0 8px;
}
.page_contacto .texto_titulo_info {
    float: left;
    color: #f48222;
}
.page_contacto .texto_dato_info {
    float: left;
    color: #6A6867;
    margin-left: 8px;
}
/***********************************  micuenta  **********************************************************/
.page_micuenta {
    float: left;
    width: 1186px;
    padding-bottom: 50px;
    margin-left: 54px;
}
.page_micuenta .cont_mensaje_bienvenida {
    float: left;
    width: 1186px;
    height: 48px;
    margin-top: 65px;
}
.page_micuenta .sep {
    height: 1px;
    float: left;
    width: 1186px;
    background: url(../imagenes/seph_contacto.png) no-repeat center center;
}
.page_micuenta .sepv {
    height: 46px;
    float: left;
    width: 1px;
    background: url(../imagenes/sepv_contacto.png) no-repeat center center;
    margin: 0 20px;
}
.page_micuenta .img_cabeza {
    height: 46px;
    float: left;
    width: 50px;
    background: url(../imagenes/cabeza_contacto.png) no-repeat center center;
}
.page_micuenta .cont_titulo {
    float: left;
    margin-left: 438px;
}
.page_micuenta .cont_titulo .titulo {
    float: left;
    height: 27px;
    padding: 9px 0;
}
.page_micuenta .cont_titulo .linea_bienvenida {
    float: left;
    width: 570px;
    line-height: 14px;
}
.page_micuenta .cont_secciones {
    float: left;
    margin-top: 55px;
}
.page_micuenta .seccion {
    width: 593px;
    height: 80px;
}
.page_micuenta .seccion.desactiva {
    opacity: 0.6;
}
.page_micuenta .cont_seccion_left, .page_micuenta .cont_seccion_right {
    width: 390px;
    height: 36px;
    background-color: #C0DDEF;
    margin-top: 20px;
    border: 2px solid #004368;
    border-right-width: 5px;
    border-left-width: 5px;
}
.page_micuenta .seccion.activa .cont_seccion_left:hover, .page_micuenta .seccion.activa .cont_seccion_right:hover {
    background: #F7A04D;
/*    background: -webkit-linear-gradient(left, #F7A04D, #F6B74C, #F7A04D);
    background: -o-linear-gradient(left, #F7A04D, #F6B74C, #F7A04D);
    background: -moz-linear-gradient(left, #F7A04D, #F6B74C, #F7A04D);*/
    background: linear-gradient(to right, #F7A04D, #F6B74C, #F7A04D);
    cursor: pointer;
}
.page_micuenta .cont_seccion_left {
    float: right;
    margin-right: 20px;
}
.page_micuenta .cont_seccion_right {
    float: left;
    margin-left: 20px;
}
.page_micuenta .triangulo_left {
    background-image: url(../imagenes/triangulo_izq.png);
    float: left;
    margin-left: 20px;
}
.page_micuenta .triangulo_right {
    background-image: url(../imagenes/triangulo_der.png);
    float: right;
    margin-right: 20px;
}
.page_micuenta .triangulo_left, .page_micuenta .triangulo_right {
    height: 22px;
    width: 21px;
    margin-top: 7px;
}
.page_micuenta .seccion.activa .cont_seccion_left:hover .triangulo_left, .page_micuenta .seccion.activa .cont_seccion_right:hover .triangulo_right {
    background-position: bottom center;
}
.page_micuenta .txt_seccion_left, .page_micuenta .txt_seccion_right {
    width: 220px;
    margin-top: 1px;
}
.page_micuenta .txt_seccion_left {
    text-align: right;
    float: left;
}
.page_micuenta .txt_seccion_right {
    text-align: left;
    float: right;
}
.page_micuenta .fondo_seccion_left, .page_micuenta .fondo_seccion_right {
    height: 80px;
    width: 80px;
    background: no-repeat bottom center;
    margin-top: -22px;
    cursor: pointer;
}
.page_micuenta .icono_seccion_left {
    position: absolute;
    margin-top: -22px;
    margin-left: 286px;
}

.page_micuenta .icono_seccion_right {
    position: absolute;
    margin-top: -22px;
    margin-left: 24px;
}

.page_micuenta .icono_seccion_int_left, .page_micuenta .icono_seccion_int_right {
    background-color: #4e8fa5;
    width: 72px;
    height: 72px;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
}
.page_micuenta .icono_seccion_ext_left, .page_micuenta .icono_seccion_ext_right {
    background-color: #4e8fa5;
    width: 80px;
    height: 80px;
    position: absolute;
    opacity: 0.5;
}

.page_micuenta .icono_seccion_ext_left, .page_micuenta .icono_seccion_int_left {
    border-radius: 50% 0 50% 50%;
}
.page_micuenta .icono_seccion_ext_right, .page_micuenta .icono_seccion_int_right {
    border-radius: 0 50% 50% 50%;
}
.page_micuenta .seccion.activa .cont_seccion_left:hover .icono_seccion_ext_left, .page_micuenta .seccion.activa .cont_seccion_left:hover .icono_seccion_int_left,
.page_micuenta .seccion.activa .cont_seccion_right:hover .icono_seccion_ext_right, .page_micuenta .seccion.activa .cont_seccion_right:hover .icono_seccion_int_right{
    background-color: #004567;
}



.page_micuenta .seccion.activa .cont_seccion_left:hover .fondo_seccion_left, .page_micuenta .seccion.activa .cont_seccion_right:hover .fondo_seccion_right {
    background-position: top center;
}
.page_micuenta .fondo_seccion_left {
    margin-right: 24px;
    float: right;
}
.page_micuenta .fondo_seccion_right {
    float: left;
    margin-left: 24px;
}
.img_seccion {
    position: absolute;
    width: 72px;
    height: 72px;
    margin-top: 4px;
    margin-left: 4px;
}
.page_micuenta .separacion_mc {
    float: left;
    width: 1186px;
    height: 4px;
}
.page_micuenta .separacion_mc .sep_left, .page_micuenta .separacion_mc .sep_right {
    width: 380px;
    height: 2px;
}
.page_micuenta .separacion_mc .sep_left {
    background-image: url(../imagenes/sep_izq_mc.png);
    float: left;
    margin-left: 56px;
}
.page_micuenta .separacion_mc .sep_right {
    background-image: url(../imagenes/sep_der_mc.png);
    float: right;
    margin-right: 56px;
}
.btn_descargar_tarifa {
    border: none;
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    cursor: pointer;
    float: left;
    height: 14px;
    width: 160px;
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
}
.btn_descargar_tarifa:hover {
    background-color: #df671c;
}
.btn_descargar_tarifa:active {
    background-color: #c15608;
}
.cont_txt_avisoLegal_dt {
    float: left;
    margin: 15px 60px 15px 60px;
    font-size: 14px;
    width: 580px;
    line-height: 16px;
}
.linea_avisoLegal_dt {
    float: left;
    width: 100%;
    text-align: justify;
    margin-top: 15px;
}
.check_avisoLegal_dt {
    float: left;
    margin-left: 84px;
}
.acepto_avisoLegal_dt {
    float: left;
    margin: 1px 0 8px 0;
    color: #004567;
}
/************************        Productos destacados      ******************************/
.cont_productos_destacados {
    margin-left: 30px;
    margin-top: 43px;
    float: left;
    width: 1200px;
    background-color: #BED4E9;
}

.productos_destacados {
    margin-top:60px;
    margin-bottom: -13px;
    float: left;
    width: 100%;
    min-width: 1280px;
    background-color: #BED4E9;
    padding-bottom: 75px;
}
.productos_destacados .titulo {
    float: left;
    width: 1174px;
    height: 29px;
    margin: 0 24px;
    padding-bottom: 3px;
}
.productos_destacados .titulo span {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.banda_blanca_destacados{
    width: 1280px;
    display: block;
    height: 366px;
    background: #bed4e9; /* Old browsers */
/*    background: -moz-linear-gradient(left, #bed4e9 0%, #ffffff 3%, #ffffff 50%, #ffffff 97%, #bed4e9 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(left, #bed4e9 0%,#ffffff 3%,#ffffff 50%,#ffffff 97%,#bed4e9 100%); !* Chrome10-25,Safari5.1-6 *!*/
    background: linear-gradient(to right, #bed4e9 0%,#ffffff 3%,#ffffff 50%,#ffffff 97%,#bed4e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed4e9', endColorstr='#bed4e9',GradientType=1 ); /* IE6-9 */
    margin-top: 32px;
    margin-left: -30px;
}
.linea_horiz_destacados{
    width: 85%;
    height: 2px;
    margin: 12px auto;
    /*background: -moz-linear-gradient(left, rgba(0,69,103,0) 0%, rgba(0,69,103,0.5) 5%, rgba(0,69,103,0.75) 10%, rgba(0,69,103,1) 15%, rgba(0,69,103,1) 40%, rgba(0,69,103,0) 40%, rgba(0,69,103,0) 50%, rgba(0,69,103,0) 60%, rgba(0,69,103,1) 60%, rgba(0,69,103,1) 85%, rgba(0,69,103,0.75) 90%, rgba(0,69,103,0.5) 95%, rgba(0,69,103,0) 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(left, rgba(0,69,103,0) 0%,rgba(0,69,103,0.5) 5%,rgba(0,69,103,0.75) 10%,rgba(0,69,103,1) 15%,rgba(0,69,103,1) 40%,rgba(0,69,103,0) 40%,rgba(0,69,103,0) 50%,rgba(0,69,103,0) 60%,rgba(0,69,103,1) 60%,rgba(0,69,103,1) 85%,rgba(0,69,103,0.75) 90%,rgba(0,69,103,0.5) 95%,rgba(0,69,103,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    background: linear-gradient(to right, rgba(0,69,103,0) 0%,rgba(0,69,103,0.5) 5%,rgba(0,69,103,0.75) 10%,rgba(0,69,103,1) 15%,rgba(0,69,103,1) 40%,rgba(0,69,103,0) 40%,rgba(0,69,103,0) 50%,rgba(0,69,103,0) 60%,rgba(0,69,103,1) 60%,rgba(0,69,103,1) 85%,rgba(0,69,103,0.75) 90%,rgba(0,69,103,0.5) 95%,rgba(0,69,103,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004567', endColorstr='#00004567',GradientType=1 ); /* IE6-9 */
}

/******************************************************************************************* nuevas cajas definitivas */
.cont_fichaprod_ix {
    float: left;
    margin-left: -12px;
}

.cont_fichaprod_ix .cont_paginador{
    margin: 60px 0 0 24px;
}

.caja_producto_ix * {
    box-sizing:border-box;
    font-size:16px;
    line-height:16px;
    margin:0;
    padding:0;
}
.caja_producto_ix a {
    text-decoration:none;
}
.btn_avisame_ix {
    background-color:#8a1719;
}
.btn_avisame_ix, .btn_comprar_ix {
    cursor:pointer;
    margin-left:5px;
    transition:all 0.4s ease;
}
.btn_avisame_ix, .btn_comprar_ix, .caja_botones_uds_ix {
    float:left;
    height:29px;
    width:135px;
}
.btn_avisame_ix:hover {
    background-color:#9c3638;
}
.btn_avisame_ix:active {
    background-color:#630709;
    transition:none;
}
.btn_comprar_ix {
    background-color:#f7a159;
}
.btn_comprar_ix:hover {
    background-color:#f76a04;
}
.btn_comprar_ix:active {
    background-color:#a94803;
    transition:none;
}

.consultar_div_ix{
    z-index: 200;
    width: 276px;
    height: 87px;
    position: absolute;
    top: 254px;
    left: -1px;
}

.btn_mas_uds_ix {
    float:right;
}
.btn_menos_uds_ix {
    float:left;
}
.btn_uds_ix {
    background-color:#dcdcdc;
    cursor:pointer;
    height:28px;
    transition:all 0.4s ease;
    width:40px;
}
.btn_uds_ix:hover {
    background-color:#bcb8b8;
}
.btn_uds_ix:active {
    background-color:#d9d8d0;
    transition:none;
}
.caja_botones_uds_ix {
    border-bottom:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;
}
.caja_datos_ix {
     float:left;
     height:auto;
     width:130px;
     padding-top: 5px;

 }
.caja_icono_producto_ix {
    background-repeat:no-repeat;
    height:94px;
    position:absolute;
    left:-1px;
    top:-4px;
    width:94px;
    z-index:3;
}
.caja_img_producto_ix {
    background-color:#fff;
    border:1px solid #dcdcdc;
    border-bottom: 0;
    border-top:4px solid #dcdcdc;
    float:left;
    height:254px;
    position:relative;
    width:100%;
}
.caja_img_producto_destacado_ix {
    border:1px solid #004567;
    border-top:4px solid #004567;
}
.caja_info_producto_ix {
    background-color:#fff;
    float:left;
    height:58px;
    width:100%;
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-bottom: 0;
    padding: 0 5px;
}
.caja_precio_ix {
    float:right;
    height:auto;
    width:132px;
    padding-top: 5px;
}
.caja_producto_ix {
    float:left;
    height:340px;
    margin:60px 0 0 24px;
    position:relative;
    width:275px;
}
.caja_signo_mas_ix {
    float:left;
    height:11px;
    margin:8px 0 0 15px;
    position:relative;
    width:11px;
}
.contenedor_labels_producto_ix {
    height: 40px;
    position: absolute;
    right: 5px;
    top: -12px;
    width: 90px;
}
.euro_precio_ix {
    color:#f76a04;
    float:right;
    font-family:'Ubuntu',sans-serif;
    font-size:25px;
    font-weight:700;
    margin:12px 2px 0 5px;
}
/*.icono_casi_agotado_ix {
    background-image:url(../imagenes/icono_casi_agotado_III.png);
    z-index: 3;
    width: 71px;
    height: 71px;
    position: absolute;
}
.icono_oferta_ix {
    background-image:url(../imagenes/icono_oferta_III.png);
    z-index: 3;
    width: 94px;
    height: 94px;
    position: absolute;
}
.icono_prod_no_disp_ix {
    background-image:url(../imagenes/icono_sinstock.png);
}
.icono_novedad_ix, .icono_prod_no_disp_ix {
    height:72px;
    position:absolute;
    width:72px;
    z-index:3;
}
*/
.icono_banda_ix {
    height:72px;
    position:absolute;
    width:72px;
    z-index:3;
}

.img_producto_ix {
    float:left;
    height:176px;
    margin:15px 10px 10px;
    width:248px;
}
.label_aviso_guardado_ix {
    background: url(../imagenes/icono_sobre_caja_producto.png) no-repeat 0 1px;
}
.label_canon_ix {
    background:url(../imagenes/icono_canon_caja_producto.png) no-repeat 0 1px;
}
.label_en_cesta_ix {
    background:url(../imagenes/icono_carro_caja_producto.png) no-repeat 0 1px;
}
.label_producto_ix {
    background-color: #f7a159;
    border:2px solid #fff;
    height:37px;
    float:right;
    width:29px;
    box-sizing: border-box;
}
.negrita_PVPr_ix {
    color:#9e9c9c;
    font-weight:600;
}
.nombre_producto_ix {
    color:#787878;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    height:34px;
    line-height:17px;
    margin:8px 0 0 3%;
    overflow:hidden;
    text-align:center;
    width:94%;
    font-weight: 500;
}
.num_label_producto_ix {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:10px;
    margin-top:17px;
    text-align:center;
    width:100%;
}
.precio_anterior_oferta_ix {
    color:rgb(244,130,34);
    font-family:'Ubuntu',sans-serif;
    font-size:13px;
    font-weight:700;
    position:absolute;
        left:-8px;
        top:35px;
    text-align:center;
    transform:rotateZ(-45deg);
    width:100px;
    z-index:3;
}
.precio_producto_ix {
    color:#f76a04;
    float:right;
    font-family:'Oswald',sans-serif;
    font-size:28px;
    font-weight:700;
    margin-top:10px;
    text-align:right;
}
.precio_producto_agotado_ix, .euro_precio_agotado_ix {
    color:#8a1719;
}
.PVPr_ix {
    color:#9e9c9c;
    float:left;
}
.PVPr_ix, .negrita_PVPr_ix, .txt_PVD_ix {
    font-family:'Oswald',sans-serif;
    font-size:13px;
}
.signo_mas_I_ix {
    background-color:#74757b;
    height:1px;
    position:absolute;
    top:5px;
    width:11px;
}
.signo_mas_II_ix {
    background-color:#74757b;
    height:11px;
    position:absolute;
    left:5px;
    width:1px;
}
.signo_menos_ix {
    background-color:#74757b;
    float:left;
    height:1px;
    margin:13px 0 0 14px;
    width:11px;
}
.txt_avisame_ix, .txt_comprar_ix {
    color:#fff;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    margin-top:6px;
    text-align:center;
    width:100%;
    font-weight: 500;
}
.txt_PVD_ix {
    color:#f76a04;
    float:right;
    margin-right:1px;
    text-align:right;
    width:100%;
}
.txt_PVD_agotado_ix {
    color:#8a1719;
}
.txt_stock_ix {
    color:#f76a04;
    float:left;
    font-family:'Oswald',sans-serif;
    font-size:13px !important;
    font-weight:700;
    width:100%;
}
.txt_mas_stock_ix {
    color:#a94803;
}
.txt_mas_stock_agotado_ix {
    color:#8a1719;
}
.uds_producto_ix {
    color: #74757b;
    border-left: none;
    border-right: none;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    margin-top: -1px;
    text-align: center;
    width: 55px;
    height: 29px;
}
#container_ix {
    background-color:gold;
    height:auto;
    margin:0 auto;
    width:1280px;
}
/* ------------------------------------------------------ fin de las cajas definitivas ------------------------------------------------------------- */
/* ----------------------------------------------------------- PEDIDOS Y FACTURAS ------------------------------------------------------------------ */
.page_pedidos_facturas {
    float: left;
    width: 1198px;
    border: #D8D7D7 solid 1px;
    margin: 18px 0 60px 40px;
}
.mipanel {
    height: 37px;
    margin: 0 auto;
    padding: 46px 30px 4px 30px;
}
#boton_mi_panel {
    background: url(../imagenes/btn_mi_cuenta.png) no-repeat top;
    cursor: pointer;
    height: 34px;
    float: left;
    width: 146px;
}
#boton_mi_panel:hover {
    background-position: bottom;
}
.sepv_mipanel {
    float: left;
    width: 1px;
    margin: 0 15px;
    height: 35px;
    background: url(../imagenes/sepv_mipanel.jpg) no-repeat center center;
}
.mipanel span {
    margin-left: 15px;
    float: left;
}
.img_mipanel span {
    margin: 10px 0 0 67px;
    float: left;
}
.mipanel img {
    float: left;
    margin-top: -3px;
}
.buscador_micuenta {
    float: left;
    width: 1199px;
    margin-bottom: 25px;
}
.buscador_micuenta .partegris {
    background:url(../imagenes/bg-gris1.png) no-repeat;
    float:left;
    height:48px;
    margin-left:88px;
    width:430px;
}
.buscador_micuenta .parteazul {
    background:url(../imagenes/bg-azul1.png) no-repeat center center;
    float:right;
    height:48px;
    margin-top:-48px;
    width:713px;
}
.buscador_micuenta .partegris span {
    float:left;
    margin:16px 0 0 58px;
}
.buscador_micuenta .partegris .retirar_filtros {
    float: right;
    margin-right: 16px;
    width: 24px;
}
.buscador_micuenta .partegris .img_retirar_filtros {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 12px;
    margin-right: 31px;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
    background-size: cover;
}
.buscador_micuenta .partegris .img_retirar_filtros.activo:hover {
    opacity: 0.8;
}
.buscador_micuenta .partegris .img_retirar_filtros.activo:active {
    opacity: 0.6;
}
.buscador_micuenta .partegris input[type='text'] {
    float: left;
    height: 24px;
    width: 205px;
    margin-top: 13px;
    margin-left: 10px;
    text-align: left;
    padding: 0 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #525050;
}
.buscador_micuenta .parteazul select {
    float: left;
    height: 24px;
    margin: 12px 0 0 6px;
    text-align: left;
    border: 1px solid #7FA2B3;
    border-right-width: 3px;
    border-left-width: 3px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #525050;
}
.buscador_micuenta .parteazul #filtro_ano {
    width:80px;
}
.buscador_micuenta .parteazul #filtro_periodo {
    width:150px;
}
.buscador_micuenta .parteazul #filtro_nif_cif {
    width:114px;
}
.buscador_micuenta .parteazul .texto_filtrar {
    float:left;
    font-weight:700;
    margin:16px 0 0 50px;
}
.buscador_micuenta .parteazul .texto_tiempo {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7FA1B2;
}
.buscador_micuenta .parteazul .texto_filtrar_ano {
    float:left;
    margin:16px 0 0 26px;
}
.buscador_micuenta .parteazul .texto_filtrar_periodo {
    float: left;
    margin: 16px 0 0 18px;
}
.page_pedidos_facturas .tabla {
    float: left;
    width: 1108px;
    margin: 0 0 50px 46px;
}
.tabla .cont_tabla {
    float:left;
    width:100%;
}
.tabla .descargar_excel {
    float: right;
    width: 160px;
    text-align: center;
    height: 36px;
    background: url(../imagenes/bocadillos_btn_excel.jpg) no-repeat;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.tabla .descargar_excel.activo:hover, .boton_facturas:hover {
    background-position: center -36px !important;
}
.tabla .descargar_excel .texto_descarga_excel, .texto_boton_facturas {
    float: left;
    margin-top: 6px;
    width: 100%;
}

.boton_facturas{
    float: right;
    width: 160px;
    text-align: center;
    height: 36px;
    background: url(../imagenes/bocadillos_btn_facturas.jpg) no-repeat;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.tabla .titulo {
    width: 100%;
    float: left;
    background-color: #f48222;
    height: 24px;
    padding: 6px 0;
    margin-bottom: 15px;
}
.tabla .titulo .sepv {
    float: left;
    width: 1px;
    height: 47px;
    background: url(../imagenes/sepv_micuenta.png) no-repeat center center;
    margin-top: -13px;
}
.tabla .titulo .desplegar {
    float: left;
    width: 21px;
    height: 21px;
    background: url(../imagenes/desplegar.png) no-repeat bottom center;
    margin-top: 2px;
}
.page_pedidos_facturas #btn_desplegar_1, .page_dropshipping #btn_desplegar_1{
    margin-left:15px;
}

.page_pedidos_facturas #btn_desplegar_2, .page_dropshipping #btn_desplegar_2{
    margin-left:41px;
}

.tabla .titulo .cuadro_desplegable {
    width: 159px;
    background-color: #004567;
    opacity: 0.85;
    position: absolute;
    margin-top: 51px;
    padding: 10px 0;
}

.page_pedidos_facturas .tabla .titulo #cuadro_desplegable_1, .page_pedidos_facturas .tabla .titulo #cuadro_desplegable_2,
.page_dropshipping .tabla .titulo #cuadro_desplegable_1, .page_dropshipping .tabla .titulo #cuadro_desplegable_2 {
    margin-left: -6px;
}

.tabla .titulo .triangulo_desplegable {
    float: left;
    width: 23px;
    height: 11px;
    background: url(../imagenes/triangulo_desplegable.png) no-repeat;
    margin-top: -21px;
    position: absolute;
}
.tabla .titulo #triangulo_desplegable_1,.tabla .titulo #triangulo_desplegable_2 {
    margin-left: 119px;
}

.tabla .titulo .cuadro_desplegable .linea_desplegable {
    float: left;
    width: 118px;
    height: 20px;
    margin: 0 10px;
    padding: 8px 10px 2px 10px;
}
.tabla .titulo #cuadro_desplegable1 {
    margin-left: 46px;
}
.tabla .titulo #cuadro_desplegable2 {
    margin-left: 19px;
}
.tabla .titulo .campo1 {
    float: left;
    width: 135px;
    text-align: center;
}
.page_pedidos_facturas .tabla .titulo .campo2, .page_dropshipping .tabla .titulo .campo2 {
    float: left;
    width: 144px;
    text-align: center;
}
.tabla .titulo .campo_detalle {
    float: left;
    width: 81px;
    text-align: center;
}
.tabla .titulo .campo2 span {
    float: left;
}
.tabla .titulo .campo3 {
    float: left;
    width: 45px;
}
.tabla .linea {
    float: left;
    width: 100%;
    border-bottom: solid #004567 1px;
    border-top: 1px solid #004567;
    margin-top: -1px;
    height: 16px;
    padding: 12px 0;
}
.tabla .linea.activo {
    background-color: #fbe0c6 !important;
}
.tabla .linea .campo1 {
    float: left;
    width: 136px;
    text-align: center;
}

.page_pedidos_facturas .tabla .linea .campo2, .page_dropshipping .tabla .linea .campo2 {
    float: left;
    height: 16px;
    width: 145px;
    text-align: center;
}

.tabla .linea .campo_estado {
    background-color: white;
    padding: 12px 0;
    margin-top: -12px;
}

.tabla .icono_tarjetaXL_pf {
    float: left;
    width: 63px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.tabla .linea .icono_pdf {
    margin-top:-10px;
    width:81px;
}
.tabla .linea .icono_pdf, .tabla .linea .caja_iconos_pdf_y_csv .icono_pdf {
    background:url(../imagenes/ico_pdf.png) no-repeat center;
    cursor:pointer;
    float:left;
    height:36px;
    opacity:0.6;
}
.tabla .linea .caja_iconos_pdf_y_csv .icono_pdf {
    margin:0 0 0 2px;
    width:36px;
}
.tabla .linea .icono_pdf:hover, .tabla .linea .caja_iconos_pdf_y_csv .icono_pdf:hover, .tabla .linea .caja_iconos_pdf_y_csv .icono_csv:hover {
    opacity:1;
}
.tabla .linea .caja_iconos_pdf_y_csv {
    float:left;
    height:36px;
    margin-top:-10px;
    width:81px;
}
.tabla .linea .caja_iconos_pdf_y_csv .icono_csv {
    background:url(../imagenes/ico_csv.png) no-repeat center;
    background-size:100% 100%;
    cursor:pointer;
    float:left;
    height:31px;
    margin:3px 0 0 10px;
    opacity:0.5;
    width:31px;
}
.icono_descargas {
    float:left;
    height:20px;
    margin:3px 0 0 30px;
    width:20px;
}
.tabla .linea .btn_mas_info {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -32px;
    margin-bottom: 0;
    cursor: pointer;
    background: url(../imagenes/icono_mas_info.png) repeat-x top;
}
.tabla .linea .btn_mas_info:hover {
    background-position: 20px;
}
.tabla .linea .btn_mas_info:active {
    background-position: bottom;
}
.tabla .linea .campo3 {
    float: left;
    width: 46px;
}
.page_pedidos_facturas .tabla input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    margin: 6px 0 0 17px;
}
.page_pedidos_facturas .tabla label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 25px;
    background: url(../imagenes/check_mensajes.png) no-repeat center bottom;
    margin: -7px 0 0 14px;
}
.tabla .nohay_res {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.tabla .linea .filtros_seleccionados_impar {
    background-color: #b3d8e8;
    padding: 12px 0;
    margin-top: -12px;
    width: 191px;
    color: #004567;
    font-weight: 700;
}
.tabla .linea .filtros_seleccionados_par {
    background-color: #b3d8e8;
    padding: 12px 0;
    margin-top: -12px;
    width: 191px;
    color: #004567;
    font-weight: 700;
}
.page_pedidos_facturas .para_paginador {
    float: left;
    width: 100%;
}
.page_mis_datos {
    float: left;
    width: 1200px;
    margin-top: 18px;
    margin-left:21px;
}
/******************************** PESTAÑAS ***************************************/
.page_mis_datos .pestanas, .page_dropshipping .pestanas , .pestana_pres{
    float: right;
    height: 39px;
    width:1162px;
}
.pestana_pres{
    margin:18px 40px 0 0;
}

.pestana_azul, .pestana_gris, .pestana_gris_sombra{
    float: right;
    width: 249px;
    height: 39px;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-size: 22px;
    text-align: center;
    position: relative;
    margin-right: -7px;
}
.pestana_azul{
    background: url(../imagenes/pestanya_azul.png) no-repeat;
    color: #ffffff;
    z-index: 3;
}
.pestana_gris{
    background: url(../imagenes/pestanya_gris.png) no-repeat;
    color:#777777;
    z-index: 1;
}
.pestana_gris_sombra{
    background: url(../imagenes/pestanya_gris_sombra.png) no-repeat;
    color:#777777;
    z-index: 1;
}
.pestana_gris:hover,.pestana_gris_sombra:hover{
    color:#004567;
}
.page_mis_datos .pestanas span, .page_dropshipping .pestanas span, .pestana_pres span{
    margin-left:13px;
    line-height: 36px;
}
/******************************** PESTAÑAS ***************************************/

.page_mis_datos .contenido_mis_datos {
    float: left;
    width: 1070px;
    padding: 45px;
    border: 1px solid #D7D7D7;
    margin-left: 38px;
    margin-bottom:74px;
}

/******* RGPD ******/

.columna_rgpd {
    float: left;
    width: 1060px;
}
.contenido_rgpd {
    float: left;
    margin: 20px 30px;
}
.subtitulos_rgpd {
    color: #004567;
    font-size: 19px;
    font-weight: 700;
}
.info_resaltada_rgpd {
    font-weight: 700;
}
.texto_rgpd {
    margin-top:10px;
    line-height: 140%;
}
.parrafo_rgpd {
    margin-top:20px;
    font-family: Ubuntu, sans-serif;
    text-align: justify;
    font-size: 16px;
}
.titulo_rgpd {
    float: left;
    width: 100%;
    height: 30px;
    background-color: #004567;
    text-align: center;
}
.label_consentimiento_rgpd {
    background: url(../imagenes/checkbox_envio_y_agencias.jpg) 0 0;
    cursor:pointer;
    float:left;
    height:25px;
    margin:9px 0 0 9px;
    width:25px;
    background-position:0 25px;
}
.checkedlabel_consentimiento_rgpd {
    background-position:0 0 !important;
}
.seleccion_rgpd {
    float: left;
    width: 100%;
}
.subseccion_seleccion_rgpd {
    float: left;
    width: 100%;
}
.opcion_agrup_rgpd {
    float: left;
}
.texto_agrup_rgpd{
    float: left;
    margin: 11px 0 0 10px;
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
}
.input_rgpd{
    display: none;
}
/* ---------------------------------------------------------------------------- RGPD ---------------------------------------------------------------------------- */

.page_mis_datos .contenido_mis_datos .columna {
    float: left;
    width: 324px;
    margin-left: 46px;
    border-left: 1px solid #004567;
    border-right: 1px solid #004567;
    border-bottom: 4px solid #004567;
}
.page_mis_datos .columna .titulo {
    float: left;
    width: 100%;
    height: 30px;
    background-color: #004567;
    text-align: center;
}
.page_mis_datos .columna .contenedor {
    float: left;
    width: 296px;
    padding: 0 14px;
}
.page_mis_datos .columna .cont_logotipo {
    padding: 20px 14px;
    background-color: #E9F2F6;
    margin-bottom: 7px;
}
.page_mis_datos .columna .subtitulo {
    float: left;
    width: 271px;
    height: 18px;
    background-color: #C7D6DE;
    text-align: left;
    padding: 4px 12px 6px 12px;
}
.page_mis_datos .columna .subtitulo1 {
    float: left;
    width: 300px;
    height: 18px;
    background-color: #80A2B3;
    text-align: left;
    padding: 4px 12px 6px 12px;
    margin-left: -14px;
}
.page_mis_datos .columna .texto_formato {
    float: left;
    margin: 16px 16px 8px 16px;
}
.page_mis_datos .columna .cuadro_logotipo {
    float: left;
    width: 210px;
    height: 55px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 0 16px 0 16px;
    padding: 25px 23px;
    background: white no-repeat center;
}
.page_mis_datos .columna .abrir_imagen {
    float: left;
    opacity: 0;
    position: absolute;
}
.page_mis_datos .columna .pestana_eliminar_logo {
    float: right;
    margin-right: 18px;
    width: 96px;
    height: 26px;
    cursor: pointer;
    background: url(../imagenes/pestana_eliminar_logo.png) bottom;
}
.page_mis_datos .columna .pestana_eliminar_logo.hay_logo:hover {
    background-position: top;
}
.page_mis_datos .columna .cont_telefono {
    margin-top: 25px;
}
.page_mis_datos .columna .inputs {
    float: left;
    height: 26px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.page_mis_datos .columna .input_grande {
    width: 238px;
    text-align: center;
    margin: 10px 25px 0 25px;
}
.page_mis_datos .columna .cont_margen {
    margin: 30px 0 28px 0;
}
.page_mis_datos .columna .input_margen_presupuestos {
    width: 79px;
    text-align: center;
    margin-top: 3px;
}
.page_mis_datos .columna .txt_margen_presupuestos {
    float: left;
    margin: 7px 8px 0 0;
}
.page_mis_datos .columna .boton_guardar {
    width: 180px;
    height: 30px;
    float: left;
    margin: 0 71px -16px 71px;
}
.page_mis_datos .columna .boton_guardar_inactivo {
    background-color: #a1bcc9;
    cursor: auto;
}
.page_mis_datos .columna .boton_guardar_activo {
    background-color: #f48222;
    cursor: pointer;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
}
.page_mis_datos .columna .boton_guardar_activo:hover {
    background-color: #df671c;
}
.page_mis_datos .columna .boton_guardar_activo:active {
    background-color: #c15608;
}
.page_mis_datos .columna .cont_correo {
    padding-top: 20px;
    background-color: #E9F2F6;
    height: 84px;
    width: 296px;
}
.page_mis_datos .columna .cont_pass_actual {
    margin-top: 34px;
}
.page_mis_datos .columna .cont_pass_nueva, .cont_repetir_pass {
    margin-top: 16px;
    opacity: 0.6;
}
.page_mis_datos .columna .texto_pass {
    float: left;
    margin: 15px 0 21px 0;
    padding: 0 14px;
    text-align: justify;
}
.page_mis_datos .columna .linea_guardar_web {
    float: left;
    margin-top: 20px;
    padding: 0 14px;
    width: 296px;
}
.page_mis_datos .columna .txt_guardar_web {
    float: left;
    margin: 7px 6px 0 0;
}
.page_mis_datos .columna .input_guardar_web {
    height: 24px;
    margin-top: 1px;
    width: 195px;
    padding-left: 5px;
}
.page_mis_datos .columna .guardar_web {
    height: 28px;
    width: 28px;
    float: right;
    background: url(../imagenes/icono_boton_guardar.png) no-repeat bottom;
    margin-top: 1px;
    opacity: 0.5;
}
.page_mis_datos .columna .guardar_web.activo:hover {
    opacity: 0.8 !important;
}
.page_mis_datos .columna .caja_paginas_web {
    float: left;
    margin-top: 12px;
    padding: 6px 14px 0 14px;
    width: 296px;
}
.page_mis_datos .columna .contenido_caja_paginas_web {
    float: left;
    width: 324px;
    /*height: 112px;*/
    height: 356px;
    margin-left: -14px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.page_mis_datos .columna .ninguna_web {
    float: left;
    text-align: center;
    width: 324px;
    padding: 45px 0;
}
.page_mis_datos .columna .linea_pagina_web {
    float: left;
    height: 28px;
    width: 324px;
}
.page_mis_datos .columna .linea_pagina_web_corta {
    float: left;
    height: 28px;
    width: 307px;
}
.page_mis_datos .columna .web {
    float: left;
    width: 228px;
    border: none;
    background-color: transparent;
    margin: 5px 0 0 14px;
}
.page_mis_datos .columna .edicion_web {
    float: left;
    width: 223px;
    background-color: white;
    margin: 3px 0 0 10px;
    padding: 2px 5px;
}
.page_mis_datos .columna .guarda_edicion_web {
    height: 22px;
    float: right;
    width: 22px;
    background: url(../imagenes/icono_boton_guardar.png) no-repeat bottom center;
    margin: 3px 9px 0 0;
    background-size: cover;
    opacity: 0.5;
}
.page_mis_datos .columna .guarda_edicion_web.activo:hover {
    opacity: 0.8 !important;
}
.page_mis_datos .columna .eliminar_web {
    height: 22px;
    float: right;
    width: 22px;
    background: url(../imagenes/icono_borrar_cabecera_cesta_II.png) no-repeat center center #004567;
    margin: 3px 10px 0 0;
    cursor: pointer;
    background-size: 14px 14px;
}
.page_mis_datos .columna .eliminar_web:hover {
    opacity: 0.8;
}
.page_mis_datos .columna .editar_web {
    height: 19px;
    float: right;
    width: 19px;
    background: url(../imagenes/icono_editar.png) no-repeat bottom center;
    margin: 4px 10px 0 0;
    cursor: pointer;
}
.page_mis_datos .columna .editar_web:hover {
    opacity: 0.7;
}
.page_mis_datos .columna .linea_newsletter {
    float: left;
    height: 35px;
    padding: 0 10px;
    width: 304px;
}
.page_mis_datos .columna .txt_newsletter {
    float: left;
    margin-top: 10px;
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
}
.page_mis_datos .columna input[type='checkbox'] {
    display:none;
}
.page_mis_datos .columna .label_newsletter {
    float: left;
    height: 16px;
    width: 16px;
    z-index: 2;
    background: url(../imagenes/checkbox_vcd.png) no-repeat bottom center;
    cursor: pointer;
    margin: 11px 6px 0 0;
}
.page_mis_datos .columna .checks_newsletter {
    float: left;
    margin-top: 10px;
}
.page_mis_datos .columna .input_correo_nwewsletter {
    float: left;
    width: 204px;
    margin: 3px 0 0 7px;
    padding-left: 3px;
    font-size: 14px;
}
/*************************       DATOS DE FACTURACION *********************************/
.page_datos_facturacion, .page_datos_envio, .page_datos_tar {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.azul_700_ddf {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.btn_desactivar_ddf {
    margin-left: 11px;
}
.btn_desactivar_ON_ddf {
    background-color: #f48222;
}
.btn_desactivar_ON_ddf:hover, .btn_nueva_direccion_ddf:hover {
    background-color: #df671c;
}
.btn_desactivar_ON_ddf:active, .btn_nueva_direccion_ddf:active {
    background-color: #c15608;
}
.btn_direccion_ddf {
    cursor: pointer;
    float: left;
    height: 24px;
    margin-top: 10px;
    width: 129px;
}
.btn_guardar_ddf {
    border: none;
    margin-left: 34px;
}
.btn_guardar_ON_ddf {
    background-color: #004567;
    cursor: pointer;
}
.btn_guardar_ON_ddf:hover {
    opacity: 0.9;
}
.btn_guardar_ON_ddf:active {
    opacity: 0.7;
}
.btn_nueva_direccion_ddf {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 28px 0 15px 0;
    width: 192px;
}
.btn_OFF_ddf {
    background-color: #bebebe;
    cursor: default;
}
.cabecera_direccion_ddf {
    border-bottom: 1px solid #505050;
    float: left;
    height: 44px;
    width: 100%;
}
.cabecera_dir_favorita_ddf {
    border-bottom: 1px solid #004567;
    float: left;
    height: 44px;
    width: 100%;
}
.caja_alias_ddf {
    background-color: #bebebe;
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 484px;
}
.caja_campos_ddf {
    float: left;
    height: 147px;
    padding: 30px 0;
    width: 1070px;
}
.caja_check_fav_ddf {
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 198px;
}
.caja_dir_normal_ddf {
    border: 1px solid #505050;
    border-top-width: 3px;
    border-bottom-width: 5px;
    float: left;
    height: 252px;
    margin-bottom: 55px;
    width: 1068px;
}
.caja_icono_direccion_ddf {
    background: #bebebe url(../imagenes/icono_direccion_gris.jpg) 7px 6px;
}
.caja_icono_dir_fav_ddf {
    background: #bed8e5 url(../imagenes/icono_direccion.jpg) 7px 6px;
    border-right: 1px solid #004567;
}
.caja_icono_estrella_ddf {
    background: #dfa000 url(../imagenes/icono_direccion_favorita.jpg) 10px 9px;
}
.caja_icono_direccion_ddf, .caja_icono_dir_fav_ddf, .caja_icono_estrella_ddf {
    background-repeat: no-repeat;
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 46px;
}
.caja_signo_mas_ddf {
    background-image: url(../imagenes/signo_mas_ddf.png);
    float: left;
    height: 12px;
    margin: 9px 0 0 18px;
    width: 12px;
}
.caja_texto_aviso_ddf {
    float: left;
    text-align: justify;
    width: 730px;
}
.caja_texto_aviso_vddf {
    float: left;
    text-align: justify;
    width: 160px;
    margin-left: 42px;
}
.txt_campos_obligatorios_vddf {
    color: #bf0411;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
}
.checkbox_direccion_ddf {
    float: left;
    margin: 17px 0 0 15px;
    cursor: pointer;
}
.fila_campos_ddf {
    float: left;
    margin-bottom: 17px;
    padding: 0 35px;
    width: 998px;
}
.fondo_campos_ddf {
    background-color: #bebebe;
    float: left;
    height: 24px;
}
.fondo_campos_fav_ddf {
    background-color: #bed8e5;
}
.fondo_cif_ddf {
    width: 234px;
}
.fondo_contacto_ddf {
    margin-left: 21px;
    width: 209px;
}
.fondo_cp_ddf {
    margin-left: 24px;
    width: 141px;
}
.fondo_direccion_ddf {
    width: 480px;
}
.fondo_email_ddf {
    margin-left: 20px;
    width: 284px;
}
.fondo_nom_comercial_ddf {
    margin-left: 24px;
    width: 446px;
}
.fondo_pais_ddf {
    margin-left: 21px;
    width: 162px;
}
.fondo_poblacion_ddf {
    margin-left: 25px;
    width: 327px;
}
.fondo_provincia_ddf {
    width: 262px;
}
.fondo_razon_social_ddf {
    width: 527px;
}
.fondo_tel1_ddf {
    margin-left: 23px;
    width: 252px;
}
.fondo_tel2_ddf {
    margin-left: 23px;
    width: 254px;
}
.fondo_tipo_impuesto_ddf {
    margin-left: 21px;
    width: 208px;
}
.input_alias_ddf {
    margin-top: 10px;
    width: 378px;
}
.input_cif_ddf {
    width: 115px;
}
.input_poblacion_ddf {
    width: 224px;
}
.input_contacto_ddf {
    width: 133px;
}
.input_cp_ddf {
    width: 76px;
}
.input_direccion_ddf {
    width: 361px;
}
.input_email_ddf {
    width: 202px;
}
.input_mis_datos_ddf {
    border: 1px solid #505050;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #555;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 8px;
}
.input_mis_datos_fav_ddf {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.input_mis_datos_fav_desactivo_ddf {
    background-color: #aac6d4;
    color: #333;
}
.input_mis_datos_desactivo_ddf {
    background-color: #b1b1b1;
    color: #333;
}
.input_nom_comercial_fav_ddf {
    width: 311px;
}
.input_pais_ddf {
    width: 93px;
}
.select_pais_ddf {
    width: 91px;
    height: 24px;
}
.input_poblacion_fav_ddf {
    width: 198px;
}
.input_provincia_ddf {
    width: 143px;
}
.input_razon_social_ddf {
    width: 408px;
}
.input_tel1_ddf {
    width: 146px;
}
.input_tel2_ddf {
    width: 164px;
}
.option_tipo_impuesto_ddf {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.rojo_ddf {
    color: #bf0411;
}
.select_tipo_impuesto_ddf, .input_tipo_impuesto_ddf {
    height: 24px;
    font-size: 13px;
    padding: 0;
    width: 97px;
}
.input_tipo_impuesto_ddf {
    height: 24px;
    font-size: 13px;
    padding: 0;
    width: 104px;
    text-align: center;
}
.texto_botones_ddf {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
    line-height: 16px;
}
.texto_btn_nueva_dir_ddf {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0 0 8px;
}
.textos_mis_datos_ddf {
    color: #505050;
    float: left;
    font-size: 17px;
    margin-right: 10px;
    line-height: 21px;
}
.textos_mis_datos_fav_ddf {
    color: #004567;
}
.txt_aviso_ddf {
    color: #646464;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 5px;
}
.txt_campos_obligatorios_ddf {
    color: #bf0411;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.txt_cif_ddf {
    margin-left: 12px;
}
.txt_contacto_ddf, .txt_tipo_impuesto_ddf {
    margin-left: 9px;
}
.txt_cp_ddf, .txt_email_ddf, .txt_nom_comercial_ddf, .txt_pais_ddf, .txt_poblacion_ddf, .txt_razon_social_ddf, .txt_tel1_ddf {
    margin-left: 11px;
}
.txt_direccion_ddf {
    margin-left: 29px;
}
.txt_predeterminada_ddf {
    color: #505050;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 6px 0 0 10px;
    cursor: pointer;
}
.txt_provincia_ddf {
    margin-left: 30px;
}
.txt_tel2_ddf {
    margin-left: 14px;
}
#caja_alias_fav_ddf {
    background-color: #bed8e5;
    border-right: 1px solid #004567;
    width: 634px;
}
.caja_dir_favorita_ddf {
    border: 1px solid #004567;
    border-top-width: 3px;
    border-bottom-width: 5px;
    float: left;
    height: 252px;
    margin: 0 0 55px 0;
    width: 1068px;
}
#container_ddf {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    height: 1070px;
    margin: 0 auto;
    width: 1194px;
}
.input_alias_fav_ddf {
    margin-top: 10px;
    width: 524px;
}
#txt_alias_fav_ddf {
    margin: 10px 10px 0 21px;
}
/****************************   DIRECCIONES DE ENVIO     *************************************/
.azul_700_dde {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.btn_desactivar_dde {
    margin-left: 11px;
}
.btn_desactivar_ON_dde {
    background-color: #f48222;
}
.btn_desactivar_ON_dde:hover, .btn_nueva_direccion_dde:hover {
    background-color: #df671c;
}
.btn_desactivar_ON_dde:active, .btn_nueva_direccion_dde:active {
    background-color: #c15608;
}
.btn_direccion_dde {
    float: left;
    height: 24px;
    margin-top: 10px;
    width: 129px;
}
.btn_guardar_dde {
    margin-left: 34px;
    border: none;
}
.btn_guardar_ON_dde {
    background-color: #004567;
}
.btn_guardar_ON_dde:hover {
    opacity: 0.9;
}
.btn_guardar_ON_dde:active {
    opacity: 0.7;
}
.btn_nueva_direccion_dde {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 28px 0 15px 0;
    width: 192px;
}
.btn_OFF_dde {
    background-color: #bebebe;
    cursor: default;
}
.cabecera_direccion_dde {
    border-bottom: 1px solid #505050;
    float: left;
    height: 44px;
    width: 100%;
}
.cabecera_dir_favorita_dde {
    border-bottom: 1px solid #004567;
    float: left;
    height: 44px;
    width: 100%;
}
.caja_alias_dde {
    background-color: #bebebe;
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 484px;
}
.caja_campos_dde {
    float: left;
    height: 106px;
    padding: 30px 0;
    width: 1054px;
}
.caja_check_fav_dde {
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 198px;
}
.caja_dir_normal_dde {
    border: 1px solid #505050;
    border-top-width: 3px;
    border-bottom-width: 5px;
    float: left;
    height: 212px;
    margin-bottom: 55px;
    width: 1068px;
}
.caja_icono_direccion_dde {
    background: #bebebe url(../imagenes/icono_direccion_gris.jpg) 7px 6px;
}
.caja_icono_dir_fav_dde {
    background: #bed8e5 url(../imagenes/icono_direccion.jpg) 7px 6px;
    border-right: 1px solid #004567;
}
.caja_icono_estrella_dde {
    background: #dfa000 url(../imagenes/icono_direccion_favorita.jpg) 10px 9px;
}
.caja_icono_direccion_dde, .caja_icono_dir_fav_dde, .caja_icono_estrella_dde {
    background-repeat: no-repeat;
    border-right: 1px solid #505050;
    float: left;
    height: 44px;
    width: 46px;
}
.caja_signo_mas_dde {
    background-image: url(../imagenes/signo_mas_ddf.png);
    float: left;
    height: 12px;
    margin: 9px 0 0 18px;
    width: 12px;
}
.caja_texto_aviso_dde {
    float: left;
    text-align: justify;
    width: 726px;
}
.checkbox_direccion_dde {
    float: left;
    margin: 17px 0 0 15px;
}
.fila_campos_dde {
    float: left;
    margin-bottom: 17px;
    padding: 0 27px 0 30px;
    width: 997px;
}
.fondo_campos_dde {
    background-color: #bebebe;
    float: left;
    height: 24px;
}
.fondo_campos_fav_dde {
    background-color: #bed8e5;
}
.fondo_contacto_dde {
    margin-left: 33px;
    width: 395px;
}
.fondo_cp_dde {
    margin-left: 36px;
    width: 220px;
}
.fondo_destinatario_dde {
    width: 569px;
}
.fondo_direccion_dde {
    width: 740px;
}
.fondo_pais_dde {
    margin-left: 21px;
    width: 162px;
}
.fondo_poblacion_dde {
    width: 327px;
}
.fondo_provincia_dde {
    margin-left: 21px;
    width: 244px;
}
.fondo_tel1_dde {
    margin-left: 23px;
    width: 198px;
}
.input_alias_dde {
    margin-top: 10px;
    width: 378px;
}
.input_contacto_dde {
    width: 228px;
}
.input_cp_dde {
    width: 126px;
}
.input_destinatario_dde {
    width: 433px;
}
.input_direccion_dde {
    width: 604px;
}
.input_mis_datos_dde {
    border: 1px solid #505050;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #555;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 8px;
}
.input_mis_datos_fav_dde {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.input_pais_dde {
    width: 69px;
}
.select_pais_dde {
    width: 93px;
    padding: 0;
}
.input_poblacion_dde {
    width: 191px;
}
.input_provincia_dde {
    width: 143px;
}
.input_tel1_dde {
    width: 125px;
}
.option_tipo_impuesto_dde {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.rojo_dde {
    color: #bf0411;
}
.texto_botones_dde {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
    line-height: 16px;
}
.texto_btn_nueva_dir_dde {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0 0 8px;
}
.textos_mis_datos_dde {
    color: #505050;
    float: left;
    font-size: 17px;
    margin-right: 10px;
}
.textos_mis_datos_fav_dde {
    color: #004567;
}
.txt_aviso_dde {
    color: #646464;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: 5px;
}
.txt_campos_obligatorios_dde {
    color: #bf0411;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.txt_contacto_dde {
    margin-left: 30px;
}
.txt_cp_dde {
    margin-left: 40px;
}
.txt_destinatario_dde {
    margin-left: 28px;
}
.txt_direccion_dde {
    margin-left: 45px;
}
.txt_pais_dde {
    margin-left: 11px;
}
.txt_poblacion_dde {
    margin-left: 44px;
}
.txt_predeterminada_dde {
    color: #505050;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 6px 0 0 10px;
}
.txt_provincia_dde {
    margin-left: 12px;
}
.txt_tel1_dde {
    margin-left: 19px;
}
#caja_alias_fav_dde {
    background-color: #bed8e5;
    border-right: 1px solid #004567;
    width: 629px;
}
.caja_dir_favorita_dde {
    border: 1px solid #004567;
    border-top-width: 3px;
    border-bottom-width: 5px;
    float: left;
    height: 212px;
    margin: 0 0 55px 0;
    width: 1068px;
}
#container_dde {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    height: 680px;
    margin: 0 auto;
    width: 1194px;
}
.input_alias_fav_dde {
    margin-top: 10px;
    width: 524px;
}
#select_tipo_impuesto_fav_dde {
    height: 24px;
    font-size: 13px;
    padding: 0;
    width: 98px;
}
#txt_alias_fav_dde {
    margin: 10px 10px 0 21px;
}
/****************************************   AVISOS DE STOCK  **********************************/
.page_avisos_stock {
    float: left;
    width: 1200px;
    min-height: 136px;
    border: 1px solid #C8C7C8;
    margin: 18px 0 60px 40px;
}
.page_avisos_stock p {
    line-height: normal;
}
.area_blanca_aviso_as {
    background-color: white;
    float: left;
    height: 45px;
    margin: 23px 0 0 -1px;
    width: 1px;
}
.area_blanca1_aviso_as {
    background-color: white;
    float: left;
    height: 45px;
    margin: 26px 0 0 419px;
    width: 1px;
    position: absolute;
}
.btn_actualizar_as {
    background: #f48222 url(../imagenes/icono_actualizar_as.png);
    cursor: pointer;
    float: left;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    width: 24px;
    height: 24px;
    margin: 4px 0 0 10px;
    border-radius: 2px;
}
.btn_actualizar_as:hover {
    background-color: #df671c;
}
.btn_actualizar_as:active {
    background-color: #c15608;
}
.btn_actualizar_desactivado_as {
    background: #ccc url(../imagenes/icono_actualizar_as.png);
    cursor: auto;
    float: left;
    border: none;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    margin: 4px 0 0 10px;
}
.btn_borrar_aviso_as {
    cursor: pointer;
    float: left;
    height: 24px;
    width: 24px;
    border-right: 1px solid #b4b4b4;
    background: #004567 url(../imagenes/btn_borrar_aviso_as.png);
    margin: 4px 0 0 5px;
}
.btn_borrar_aviso_as:hover {
    opacity: 0.9;
}
.btn_borrar_aviso_as:active {
    opacity: 0.7;
}
.btn_mas_uds_as, .btn_menos_uds_as {
    background-color: #ffcfa0;
    border: 2px solid #f48222;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 38px;
}
.btn_mas_uds_as:hover, .btn_menos_uds_as:hover {
    background-color: #f48222;
}
.btn_mas_uds_as:hover > .signo_mas_uds_as_1, .btn_mas_uds_as:hover > .signo_mas_uds_as_2, .btn_menos_uds_as:hover > .signo_menos_uds_as {
    background-color: white;
}
.btn_mas_uds_as:active, .btn_menos_uds_as:active {
    background-color: #ffcfa0;
}
.btn_mas_uds_as:active > .signo_mas_uds_as_1, .btn_mas_uds_as:active > .signo_mas_uds_as_2, .btn_menos_uds_as:active > .signo_menos_uds_as {
    background-color: #f48222;
}
.cabecera_aviso_as {
    background-color: white;
    border: 2px solid #b4b4b4;
    border-right-width: 1px;
    border-left-width: 1px;
    float: left;
    height: 32px;
    margin: 12px 0 0 22px;
    width: 1148px;
}
.caja_aviso_desplegado_as {
    background-color: white;
    border-bottom: 6px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    display: none;
    float: left;
    height: 91px;
    margin-left: 58px;
    width: 1112px;
}
.caja_datos_articulo_as {
    float: left;
    width: 230px;
    height: 91px;
    margin: 0 15px;
}
.linea_caja_datos_articulo_as {
    float: left;
    width: 100%;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 14px;
}
.caja_precio_con_iva_as {
    float: left;
    height: 61px;
    width: 90px;
    text-align: center;
    margin: 15px 0 0 24px;
    font-family: Oswald, sans-serif;
}
.caja_precio_sin_iva_as {
    float: left;
    height: 59px;
    width: 122px;
    text-align: center;
    border: 1px solid #f48222;
    margin: 15px 0 0 11px;
    font-family: Oswald, sans-serif;
    background-color: #fbe0c6;
}
.caja_txt_PVPr_as {
    background-color: #5A5A5A;
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
}
.pvd_sin_iva_as {
    display: table;
    margin: 0 auto;
    width: 100%;
    float: left;
    line-height: 14px;
    color: #f48222;
    height: 40px;
    background-color: white;
}
.PVPr_as {
    background-color: #CACACA;
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 41px;
}
.enteros_PVPr_as {
    float: left;
    color: #5A5A5A;
    font-size: 24px;
    margin-top: 2px;
    font-weight: 700;
}
.decimales_PVPr_as {
    float: left;
    color: #5A5A5A;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
}
.euro_PVPr_as {
    float: left;
    color: #5A5A5A;
    font-size: 20px;
    margin-top: 12px;
}
.enteros_pvd_as {
    float: left;
    color: #f48222;
    font-size: 30px;
    margin-top: -3px;
    font-weight: 700;
}
.decimales_pvd_as {
    line-height: 7px;
    float: left;
    color: #f48222;
    font-size: 24px;
    margin-top: 3px;
    font-weight: 700;
}
.euro_pvd_as {
    float: left;
    color: #f48222;
    font-size: 27px;
}
.caja_txt_pvd_sin_iva_as {
    background-color: #fbe0c6;
    float: left;
    width: 100%;
    height: 19px;
    text-align: center;
    margin-top: -2px;
    line-height: 20px;
}
.txt_PVPr_as {
    float: left;
    font-size: 13px;
    color: white;
    width: 100%;
}
.txt_pvd_sin_iva_as {
    float: left;
    font-size: 13px;
    color: #f48222;
    width: 100%;
    font-weight: 700;
}
.texto_propiedad_articulo_as {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #004567;
    font-weight: 700;
}
.valor_propiedad_articulo_as {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #4b4b4b;
}
.caja_btn_borrar_as {
    float: left;
    height: 32px;
    width: 24px;
}
.caja_btns_uds_as {
    float: left;
    height: 24px;
    margin: 4px 0 0 10px;
    width: 153px;
}
.caja_checkbox_aviso_as {
    border-right: 1px solid #b4b4b4;
    float: left;
    height: 32px;
    width: 35px;
}
.caja_fecha_estimada_as {
    margin: 9px 0 0 16px;
}
.caja_fecha_estimada_as, .caja_uds_disponibles_as {
    border: 1px solid #b4b4b4;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    height: 24px;
    width: 380px;
}
.caja_flecha_aviso_as {
    border-left: 1px solid #b4b4b4;
    cursor: pointer;
    float: right;
    height: 32px;
    width: 35px;
}
.caja_flecha_aviso_as:hover {
    opacity: 0.9;
}
.caja_icono_fecha_estimada_as, .caja_icono_uds_disponibles_as {
    border-right: 3px solid #b4b4b4;
    float: left;
    height: 24px;
    width: 26px;
}
.caja_img_aviso_as {
    border-right: 1px solid #b4b4b4;
    float: left;
    height: 83px;
    width: 150px;
    padding: 4px;
    background: no-repeat center center;
    background-size: contain;
}
.caja_precio_as {
    float: left;
    height: 91px;
    width: 273px;
}
.caja_seleccion_uds_as {
    border-left: 1px solid #b4b4b4;
    float: left;
    height: 32px;
    width: 163px;
}
.caja_titulo_aviso_as {
    cursor: pointer;
    float: left;
    height: 32px;
    width: 808px;
    margin: 0 15px;
    overflow: hidden;
    white-space: nowrap;
}
.caja_uds_disponibles_as {
    margin: 16px 0 0 16px;
}
.caja_uds_disp_y_fecha_estimada_es {
    border-right: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    float: left;
    height: 91px;
    width: 418px;
}
.caja_uds_seleccionadas_as {
    background-color: white;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    float: left;
    height: 22px;
    width: 69px;
}
.checkbox_aviso_as {
    position: relative;
    visibility: hidden;
    top: -18px;
    left: 7px;
}
.fecha_estimada_as, .num_uds_disponibles_as {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.flecha_aviso_as {
    float: left;
    margin: 12px 0 0 8px;
}
.icono_actualizar_as {
    float: left;
    margin: 3px 0 0 14px;
}
.icono_fecha_estimada_as {
    float: left;
    margin: 4px 0 0 4px;
}
.icono_uds_disponibles_as {
    float: left;
    margin: 4px 0 0 5px;
}
.img_checkbox_aviso_as {
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 9px 0 0 10px;
    width: 15px;
    background: url(../imagenes/checkbox_aviso_as.png) bottom;
}
.num_uds_seleccionadas_as {
    color: #004567;
    font-size: 15px;
    text-align: center;
    width: 69px;
    height: 20px;
    border: none;
}
.rotar {
    transition: all 0.3s ease;
    transform: rotateX(180deg);
}
.rotar_reset {
    transition: all 0.3s ease;
    transform: rotateX(0deg);
}
.signo_mas_uds_as_1, .signo_menos_uds_as {
    background-color: #f48222;
    float: left;
    height: 2px;
    margin: 9px 0 0 13px;
    width: 12px;
}
.signo_mas_uds_as_2 {
    background-color: #f48222;
    float: left;
    height: 12px;
    margin: 4px 0 0 -7px;
    width: 2px;
}
.titulo_aviso_as {
    color: #004567;
    float: left;
    font-size: 16px;
    margin-top: 5px;
}
.txt_actualizar_as {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 6px 0 0 14px;
}
.txt_borrar_as {
    clear: both;
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 4px 0 0 18px;
}
.txt_fecha_estimada_as, .txt_uds_disponibles_as {
    color: #878787;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 0 6px;
}
.txt_unidades_aviso_as {
    color: #db6b1b;
    float: right;
    margin: 6px 12px 0 0;
}
/* ------------------------------------------------------------------ ID's ----------------------------------------------------------------------- */
#btn_borrar_todo_as {
    background-color: #f48222;
    cursor: pointer;
    float: right;
    height: 23px;
    margin: 9px 26px 0 0;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    width: 131px;
}
#btn_borrar_todo_as:hover {
    background-color: #df671c;
}
#btn_borrar_todo_as:active {
    background-color: #c15608;
}
#cabecera_as {
    background-color: #004567;
    float: left;
    height: 40px;
    width: 100%;
}
#caja_alertas_stock_as {
    background-color: rgb(228, 228, 228);
    border-bottom: 9px solid #b4b4b4;
    border-left: 3px solid #b4b4b4;
    border-right: 3px solid #b4b4b4;
    float: left;
    width: 1194px;
    padding: 14px 0 26px 0;
}
.sin_stock_as {
    margin: 66px 0 40px 0;
    float: left;
    width: 1194px;
    text-align: center;
    font-size: 20px;
    color: #525050;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-weight: 700;
}
#container_as {
    margin: 30px auto;
    width: 1280px;
}
.flecha_cabecera_as {
    width: 24px;
    height: 14px;
    float: left;
    margin: 15px 14px 0 33px;
    cursor: pointer;
    background: url(../imagenes/flecha_seleccionar_todo.png) bottom;
}
.flecha_cabecera_as:hover {
    background-position: top;
}
#num_alertas_as, #num_avisos_seleccionados_as {
    color: #f48222;
    font-size: 16px;
}
#separador_cabecera_as {
    float: right;
    margin: 8px 25px 0 0;
}
#txt_alertas_guardadas_as {
    color: white;
    float: right;
    font-size: 16px;
    margin: 9px 25px 0 0;
}
#txt_borrar_seleccionados_as {
    color: white;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin: 9px 0 0 0;
}
#txt_borrar_seleccionados_as:hover {
    text-decoration: underline;
}
#txt_borrar_seleccionados_as:active {
    color: #f48222;
    text-decoration: none;
}
#txt_borrar_todo_as {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 3px;
}
/*******************PAGINA DROPSSHIPPING ****************************************/
.page_dropshipping {
    float: left;
    width: 1200px;
    margin: 18px 0 60px 40px;
}
/*************************** seccion pedidos dropshipping     ************************/
.page_dropshipping .contenido_dropshipping {
    float: left;
    width: 1070px;
    padding: 70px 65px;
    border: 1px solid #D7D7D7;
}
.buscador_dropship .parte1 {
    float: left;
    width: 400px;
    margin-left: 44px;
}
.buscador_dropship .parte2 {
    float: left;
    width: 430px;
    margin-left: 20px;
}
.buscador_dropship {
    float: left;
    height: 38px;
    background-color: #f2f1f1;
    width: 905px;
    margin: 39px 46px 13px 46px;
}
.buscador_dropship .parte1 {
    float: left;
    width: 336px;
    margin-left: 25px;
}
.buscador_dropship .parte2 {
    float: left;
    width: 498px;
    margin-left: 42px;
}
.parte1 span {
    float: left;
    margin-top: 11px;
}
/*.parte1 .img_buscar_articulo {
    float: left;
    margin-top: 18px;
}*/
.parte1 input[type='text'] {
    float: left;
    height: 24px;
    width: 230px;
    margin-top: 7px;
    margin-left: 10px;
    text-align: left;
    padding: 0 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #525050;
}
.parte2 span {
    float: left;
    margin: 11px 0 0 0;
}
.parte2 select {
    float: left;
    height: 24px;
    margin: 7px 0 0 6px;
    text-align: left;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #525050;
}
.parte2 #filtro_ano {
    width: 100px;
}
.parte2 #filtro_periodo {
    width: 150px;
}
.parte1 .retirar_filtros {
    float: right;
    margin-right: 16px;
    width: 24px;
}
.parte1 .retirar_filtros .img_retirar_filtros {
    float: right;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-top: 7px;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.parte2 .texto_filtrar_periodo {
    float: left;
    margin: 11px 0 0 18px;
}
.parte2 .parteazul .texto_filtrar {
    float: left;
    margin: 11px 0 0 72px;
}
.parte2 .texto_filtrar_ano {
    float: left;
    margin: 11px 0 0 20px;
}
.parte2 .texto_tiempo {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #004567;
}
/********************      SECCION MIS CLIENTES   *******************************/
.page_dropshipping .contenido_dropshipping .buscador {
    float: left;
    width: 385px;
    margin-top: 6px;
}
#cont_clientes {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.sin_resultados_ddr {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    padding: 75px 0;
    border: 1px solid #ccc;
}
#total_encontrados_ddr {
    float: left;
    width: 339px;
    color: #f48222;
    text-align: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: -21px 0 5px 0;
}
.page_dropshipping .input_buscar {
    float: left;
    height: 26px;
    width: 250px;
    margin-left: 10px;
    text-align: left;
    padding: 0 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #525050;
}
.page_dropshipping .retirar_filtros {
    float: right;
    margin-right: 17px;
    width: 24px;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros {
    position: relative;
    width: 26px;
    height: 26px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
    top: -32px;
    left: 28px;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros.activo:hover {
    opacity: 0.8;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros.activo:active {
    opacity: 0.6;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros_mis_clientes {
    float: right;
    width: 26px;
    height: 26px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros_mis_clientes.activo:hover {
    opacity: 0.8;
}
.page_dropshipping .retirar_filtros .img_retirar_filtros_mis_clientes.activo:active {
    opacity: 0.6;
}
.btn_desplegar_ddr {
    background-color: #7fa2b3;
    display: none;
}
.btn_desplegar_ddr, .btn_replegar_ddr {
    cursor: pointer;
    float: left;
    height: 44px;
    width: 18px;
}
.btn_direccion_ddr {
    cursor: pointer;
    float: left;
    height: 24px;
    margin-top: 10px;
    width: 84px;
}
.btn_eliminar_ddr {
    margin-left: 7px;
}
.btn_eliminar_ON_ddr {
    background-color: #f48222;
}
.btn_eliminar_ON_ddr:hover, .btn_nueva_direccion_ddr:hover, .btn_replegar_ddr:hover {
    background-color: #df671c;
}
.btn_eliminar_ON_ddr:active, .btn_nueva_direccion_ddr:active, .btn_replegar_ddr:active {
    background-color: #c15608;
}
.btn_guardar_ddr {
    margin-left: 8px;
    border: none;
}
.btn_guardar_ON_ddr {
    background-color: #004567;
}
.btn_guardar_ON_ddr:hover {
    opacity: 0.9;
}
.btn_guardar_ON_ddr:active {
    opacity: 0.7;
}
.btn_nueva_direccion_ddr {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 192px;
}
.btn_OFF_ddr {
    background-color: #bebebe;
    cursor: default;
}
.btn_replegar_ddr {
    background-color: #f48222;
    display: none;
}
.cabecera_dir_activa_ddr {
    float: left;
    height: 44px;
    width: 100%;
}
.caja_campos_ddr {
    border-bottom: 5px solid #004567;
    border-left: 1px solid #004567;
    border-right: 1px solid #004567;
    float: left;
    height: 106px;
    padding: 30px 0;
    margin-left: 18px;
    width: 1051px;
    display: none;
}
.caja_desplegar_datos_ddr {
    float: left;
    height: 44px;
    width: 18px;
}
.caja_dir_activa_ddr {
    border-bottom: 3px solid #004567;
    border-right: 1px solid #004567;
    border-top: 3px solid #004567;
    float: left;
    margin-top: 26px;
    position: relative;
    width: 1070px;
}
.caja_dir_reposo_ddr {
    border-bottom: 3px solid #7fa2b3;
    border-right: 1px solid #7fa2b3;
    border-top: 3px solid #7fa2b3;
}
.caja_icono_dir_activa_ddr {
    background: #bed8e5 url(../imagenes/icono_direccion.jpg) no-repeat 7px 6px;
    border-right: 1px solid #004567;
    float: left;
    height: 44px;
    width: 46px;
}
.caja_icono_dir_reposo_ddr {
    border-right: 1px solid #7fa2b3;
    background: #fff url(../imagenes/icono_direccion_reposo.jpg) no-repeat 7px 6px;
}
.caja_nombre_activo_ddr {
    background-color: #bed8e5;
    border-right: 1px solid #004567;
    float: left;
    height: 44px;
    width: 813px;
}
.caja_nombre_reposo_ddr {
    background-color: #fff;
    border-right: 1px solid #7fa2b3;
}
.caja_signo_mas_ddr {
    background-image: url(../imagenes/signo_mas_ddf.png);
    float: left;
    height: 12px;
    margin: 9px 0 0 18px;
    width: 12px;
}
.caja_texto_aviso_ddr {
    float: left;
    margin: 14px 0 0 290px;
}
.desplegar_ddr {
    display: block;
}
.fila_campos_ddr {
    float: left;
    margin-bottom: 17px;
    padding: 0 29px;
    width: 993px;
}
.fila_campos_grande_ddr {
    float: left;
    margin-bottom: 17px;
    padding: 0 39px;
    width: 993px;
}
.fondo_campos_ddr {
    background-color: #bed8e5;
    float: left;
    height: 24px;
}
.fondo_contacto_ddr {
    width: 400px;
}
.fondo_cp_ddr {
    margin-left: 23px;
    width: 212px;
}
.fondo_direccion_ddr {
    width: 757px;
}
.fondo_email_ddr {
    margin-left: 23px;
    width: 334px;
}
.fondo_pais_ddr {
    margin-left: 21px;
    width: 182px;
}
.fondo_poblacion_ddr {
    width: 273px;
}
.fondo_provincia_ddr {
    margin-left: 21px;
    width: 260px;
}
.fondo_tel1_ddr {
    margin-left: 23px;
    width: 212px;
}
.input_contacto_ddr {
    width: 293px;
}
.input_cp_ddr {
    width: 129px;
}
.input_direccion_ddr {
    width: 650px;
}
.input_email_ddr {
    width: 260px;
}
.input_mis_datos_activos_ddr {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #555;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 8px;
}
.input_mis_datos_reposo_ddr {
    border: 1px solid #7fa2b3;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #8a8a8a;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    padding: 0 8px;
}
.input_nombre_activo_ddr {
    margin-top: 10px;
    width: 340px;
}
.select_pais_ddr {
    width: 115px;
    height: 24px;
}
.input_poblacion_ddr {
    width: 166px;
}
.input_provincia_ddr {
    width: 150px;
}
.input_tel1_ddr {
    width: 129px;
}
.replegar_ddr {
    display: block;
}
.rojo_ddr {
    color: #bf0411;
}
.separador_direccion_ddr {
    float: left;
    margin: 10px 0 0 15px;
}
.div_direccion_ddr {
    float: left;
    height: 19px;
    width: 350px;
    overflow: hidden;
}
.signo_mas1_ddr, .signo_menos_ddr {
    background-color: white;
    float: left;
    height: 2px;
    margin: 21px 0 0 3px;
    width: 12px;
}
.signo_mas2_ddr {
    background-color: white;
    float: left;
    height: 12px;
    margin: 16px 0 0 -7px;
    width: 2px;
}
.texto_botones_ddr {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
    text-align: center;
}
.texto_btn_nueva_dir_ddr {
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0 0 8px;
}
.texto_calle_ddr {
    margin: 7px 0 0 15px;
}
.texto_calle_ddr, .texto_cp_poblacion_provincia_ddr {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    width: 312px;
    overflow: hidden;
}
.texto_cp_poblacion_provincia_ddr {
    margin: 2px 0 0 15px;
}
.texto_reposo_ddr {
    color: #738a9c;
}
.textos_mis_datos_activos_ddr {
    color: #004567;
    float: left;
    font-size: 17px;
    margin-right: 10px;
}
.textos_mis_datos_reposo_ddr {
    color: #7fa2b3;
}
.txt_campos_obligatorios_ddr {
    color: #bf0411;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.txt_contacto_ddr {
    margin-left: 41px;
}
.txt_cp_ddr {
    margin-left: 29px;
}
.txt_direccion_ddr {
    margin-left: 18px;
}
.txt_email_ddr {
    margin-left: 25px;
}
.txt_nombre_activo_ddr {
    margin: 10px 10px 0 16px;
}
.txt_pais_ddr {
    margin-left: 11px;
}
.txt_poblacion_ddr {
    margin-left: 15px;
}
.txt_provincia_ddr {
    margin-left: 12px;
}
.txt_tel1_ddr {
    margin-left: 31px;
}
#container_ddr {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    height: 410px;
    margin: 0 auto;
    width: 1194px;
}
/***************************Pagina de mensajes********************************************/
.mensajes_sin_leer {
    float: left;
    height: 27px;
    border: 1px solid #004368;
    border-right-width: 4px;
    border-left-width: 3px;
    margin: 18px 0 13px 0;
    max-width: 1198px;
    display: inline-table;
}
.mensajes_sin_leer .triangulo_alerta, .resumen_mensajes .triangulo_alerta {
    float: left;
    width: 29px;
    height: 24px;
    background: url(../imagenes/triangulo_alerta_color.png) no-repeat center center;
    background-size: contain;
    margin-top: 2px;
}
.resumen_mensajes .triangulo_alerta {
    position: absolute;
}

.mensajes_sin_leer .nombre {
    max-width: 772px;
    overflow: hidden;
}
.mensajes_sin_leer span {
    float: left;
    margin-top: -1px;
}
.cont_tabla_centrado {
    display: table;
    margin: 0 auto;
}
.mensajes_sin_leer .texto_mensajes_noleidos {
    float: left;
    text-align: center;
    height: 16px;
    margin: 6px 50px;;
}
.page_mensajes {
    float: left;
    width: 1107px;
    border: solid 1px #d7d7d7;
    padding: 0 33px 30px 33px;
    margin: 0 0 60px 52px;
}
.page_mensajes .buscador {
    float: left;
    width: 1108px;
    height: 25px;
    padding: 10px 0;
    background: #DBDBDB;
    margin: 30px 0 5px 0;
}
.page_mensajes .buscador .nmensajes {
    float: left;
    margin: 2px 0 -5px 10px;
    width: 58px;
    height: 26px;
    background-color: #F2F2F2;
    border: 1px solid #999797;
    border-right-width: 3px;
    border-left-width: 3px;
    text-align: center;
    color: #595858;
}
.page_mensajes .buscador .input_buscar {
    float: right;
    margin: 2px 5px 0 0;
    width: 480px;
    padding: 0 15px;
    text-align: left;
    height: 26px;
    border: 1px solid #999797;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #595858;
}
.page_mensajes .buscador span {
    float: right;
    margin-left: 42px;
    margin-top: 1px;
}
.page_mensajes .buscador .retirar_filtros {
    float: right;
    margin-right: 16px;
}
.page_mensajes .buscador .img_retirar_filtros {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    margin-right: 0;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
    background-size: cover;
}
.page_mensajes .buscador .img_retirar_filtros.activo:hover {
    opacity: 0.8;
}
.page_mensajes .buscador .img_retirar_filtros.activo:active {
    opacity: 0.6;
}
.page_mensajes .titulo {
    width: 1108px;
    float: left;
    background-color: #f48222;
    height: 22px;
    padding: 7px 0;
}
.page_mensajes .sepvblanco {
    float: left;
    width: 1px;
    height: 36px;
    background: url(../imagenes/sepvblanco_rma.png) no-repeat center center;
    margin-top: -7px
}
#resumen_mensajes .caja_pago_facturas{
    float: left;border:none;
    max-height: 64px;
    background-color: #ffff7f;
    margin-top: 10px;
    border-radius: 5px;
    padding:10px 6px;
    width: 168px;
}
#resumen_mensajes .tarjeta{
    float: left;
    width: 37px;
    margin-top: 2px;
}
.page_pedidos_facturas .texto_pagar_facturas{
    float: left;
    padding: 7px 10px 8px 10px;
    margin: 0 0 10px 10px;
    height: 16px;
    background-color: #ffff7f;
    margin-top: 18px;
    color:#004567;
}

.page_pedidos_facturas .texto_pagar_facturas_dropship{
    float: left;
    margin: 7px 0 0 14px;
    color:#004567;
}

#resumen_mensajes .texto_pago_facturas {
    float: left;
    width: 124px;
    font-weight: 500;
    margin-left: 7px;
    line-height: 12px;
}
.page_mensajes .tarjeta_pago_facturas{
    float: left;
    width: 36px;
    margin:-5px 7px 0 7px;
}
.page_mensajes .caja_pago_facturas{
    float:left;width:1108px;
    background-color: #ffff7f;
    border-bottom: 2px solid #d7d7d7;
    height: 22px;
    padding: 9px 0;
}
.page_mensajes #contenido_listado_mensajes .sepv, .page_mensajes .caja_pago_facturas .sepv {
    float: left;
    width: 1px;
    height: 40px;
    background: url(../imagenes/separador_mensajes_azul.png) no-repeat center center;
    margin-top: -9px
}
.page_mensajes .campo1 {
    float: left;
    width: 48px;
    height: 22px;
}
.page_mensajes .campo1 input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    margin-left: 18px
}
.page_mensajes .campo1 label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 25px;
    background: url(../imagenes/check_mensajes.png) no-repeat bottom center;
    margin: -4px 0 0 14px;
}
.page_mensajes .campo2 {
    float: left;
    width: 168px;
    height: 22px;
    padding: 0 15px;
    text-align: center;
}
.page_mensajes .campo3 {
    float: left;
    width: 670px;
    height: 22px;
    padding: 0 25px;
    text-align: left;
    white-space: nowrap;
}
.page_mensajes .campo4 {
    float: left;
    width: 56px;
    height: 22px;
}
.page_mensajes .campo4.circulog {
    width: 56px;
    height: 40px;
    background: url(../imagenes/circulog.png) no-repeat center center;
    margin-top: -9px;
}
.page_mensajes .campo4 .ojo {
    width: 56px;
    height: 40px;
    background: url(../imagenes/ojo.png) no-repeat center center;
    margin-top: -9px;
}
.page_mensajes .campo5 {
    float: left;
    width: 78px;
    height: 22px;
    text-align: center;
}
.page_mensajes .campo5 .papelera {
    float: left;
    width: 78px;
    height: 25px;
    background: url(../imagenes/papelera.png) no-repeat bottom center;
    margin-top: -1px;
    margin-right: 11px;
}
.page_mensajes .campo5 .papelera:hover {
    background-position: top center;
}
.page_mensajes .contenido {
    float: left;
    width: 1108px;
}
.page_mensajes .contenido .sinmensajes {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 10px 0;
}
.page_mensajes .pestana {
    float: left;
    width: 437px;
    height: 44px;
    background: url(../imagenes/pestana_mensajes.png) no-repeat center center;
}
.page_mensajes .pestana .linea_pestana {
    float: left;
    width: 315px;
    margin: 7px 0 0 44px;
}
.page_mensajes .pestana .linea_pestana span:hover {
    color: #337a9d;
}
.page_mensajes .pestana .linea_pestana .punto {
    float: left;
    margin: 0 5px;
    color: #004567;
}
.page_mensajes .pestana .flecha_mensajes {
    float: left;
    width: 30px;
    height: 26px;
    background: url(../imagenes/flecha_mensajes.png) no-repeat center center;
    margin: -4px 0 0 20px;
}
.page_mensajes .contenido .linea {
    float: left;
    width: 1104px;
    height: 22px;
    padding: 9px 0;
    border: 2px solid #d7d7d7;
    border-top: 0;
}
.page_mensajes .contenido .linea.activo {
    background-color: #fbe0c6 !important;
}
.page_mensajes .cnt_fecha_avanzar {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.page_mensajes .cnt_fecha_avanzar .fecha {
    float: left;
    width: 882px;
    height: 22px;
    padding: 7px 0;
}
.page_mensajes .cnt_fecha_avanzar .avanzar {
    float: right;
}
.page_mensajes .avanzar .sobre_mensaje {
    width: 40px;
    float: left;
    margin-top: 10px;
    height: 16px;
    background: url(../imagenes/icono_mensajes.png) no-repeat bottom center;
}
.page_mensajes .avanzar .sobre_mensaje:hover {
    background-position: top center;
}
.page_mensajes .avanzar .anterior_mensaje {
    width: 72px;
    float: left;
    height: 10px;
    padding: 0 0 10px 18px;
    background: url(../imagenes/pag_izq.png) no-repeat bottom left;
    margin-top: 8px;
    color: #525050;
}
.page_mensajes .avanzar .anterior_mensaje:hover {
    background-position: top left;
}
.page_mensajes .avanzar .anterior_mensaje:hover span {
    color: #004567;
}
.page_mensajes .avanzar .siguiente_mensaje {
    width: 88px;
    float: left;
    height: 20px;
    background: url(../imagenes/pag_der.png) no-repeat bottom right;
    margin-top: 8px;
    color: #525050;
    padding-right: 3px;
    padding-left: 1px;
}
.page_mensajes .avanzar .siguiente_mensaje:hover {
    background-position: top right;
}
.page_mensajes .avanzar .siguiente_mensaje:hover span {
    color: #004567;
}
.page_mensajes .avanzar span {
    float: left;
    margin-top: 2px;
    font-weight: 700;
}
.page_mensajes .mensaje {
    float: left;
    width: 1108px;
    margin-bottom: 40px;
}
.page_mensajes .mensaje .titulo {
    float: left;
    width: 1084px;
    height: 20px;
    padding: 10px 12px;
    background-color: #f48222;
}
.page_mensajes .mensaje .titulo .titulo_asunto {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.page_mensajes .mensaje .cont_acciones {
    float: left;
    width: 1104px;
    height: 30px;
    border-right: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    background-color: #ECECEC;
}
.page_mensajes .mensaje .cont_acciones .mispan {
    float: left;
    padding: 7px;
    width: 915px;
}
.page_mensajes .mensaje .cont_acciones .acciones {
    float: left;
    height: 20px;
    width: 170px;
    padding: 5px 0;
}
.page_mensajes .mensaje .cont_acciones .acciones span:hover {
    color: #004567;
}
.page_mensajes .mensaje .cont_acciones .acciones .sepv {
    float: left;
    width: 1px;
    height: 22px;
    background: url(../imagenes/sepv_rma.png) no-repeat center center;
    margin: 0 10px 0 10px;
}
.page_mensajes .mensaje .cuerpo {
    float: left;
    width: 944px;
    padding: 40px 80px 50px 80px;
    border-right: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    border-bottom: 4px solid #d7d7d7;
}
.page_mensajes .mensaje .cuerpo .aviso_legal {
    float: left;
    margin-top: 20px;
    text-align: justify;
    line-height: 150%;
    color: #666;
}
/**************************PAGINA DE PRESUPUESTOS*********************/
.btn_borrar_filtro_presupuestos{
    background: #9A9899 url(../imagenes/icono_borrar_cabecera_cesta_II.png) no-repeat center;
    background-size: 14px 14px;
    width: 24px;
    height: 24px;
    opacity:1;
    position: relative;
}

.btn_borrar_filtro_presupuestos.activo:hover{
    opacity: 0.6;
}

.borra_filtro_ref_pre{
    top: 12px;
    left: 535px;
}
.borra_filtro_mod_pre{
    top: 12px;
    left: 535px;
}
.page_presupuestos {
    float: left;
    width: 1198px;
    border: 1px solid #d7d7d7;
    margin-bottom:60px;
    margin-left:40px;
}
.page_presupuestos .buscador_presupuestos {
    float: left;
    height: 38px;
    background-color: #f2f1f1;
}
.page_presupuestos #buscador_presupuestos_propios {
    width: 1106px;
    margin: 50px 46px 13px 46px;
}
.page_presupuestos #buscador_presupuestos_clientes {
    width: 891px;
    margin: 50px 46px 13px 46px;
}
.page_presupuestos #buscador_presupuestos_clientes .partegris {
    float: left;
    width: 404px;
    height: 38px;
}
.page_presupuestos #buscador_presupuestos_propios .partegris {
    float: left;
    width: 530px;
    height: 38px;
}
.page_presupuestos #buscador_presupuestos_clientes .parteazul {
    float: left;
    width: 487px;
    height: 38px;
}
.page_presupuestos #buscador_presupuestos_propios .parteazul {
    float: left;
    width: 564px;
    height: 38px;
}
.page_presupuestos #buscador_presupuestos_clientes .partegris .texto_buscar {
    float: left;
    margin: 11px 0 0 22px;
}
.page_presupuestos #buscador_presupuestos_propios .partegris .texto_buscar {
    float: left;
    margin: 11px 0 0 24px;
}
.page_presupuestos .buscador_presupuestos .partegris input[type='text'] {
    float: left;
    height: 22px;
    margin-top: 8px;
    text-align: left;
    padding: 0 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #525050;
}
.page_presupuestos #buscador_presupuestos_propios .partegris #asunto {
    width: 206px;
    margin-left: 20px;
}
.page_presupuestos #buscador_presupuestos_propios .partegris #npresupuesto {
    width: 112px;
    margin-left: 20px;
}
.page_presupuestos #buscador_presupuestos_clientes .partegris input[type='text'] {
    width: 136px;
    margin-left: 10px;
}
.page_presupuestos .buscador_presupuestos .partegris .sepv {
    float: left;
    width: 1px;
    height: 38px;
    background: url(../imagenes/sepv_rma.png) no-repeat center center;
    margin-top: 1px;
}
.page_presupuestos #buscador_presupuestos_clientes .partegris .sepv {
    margin-left: 10px;
}
.page_presupuestos #buscador_presupuestos_propios .partegris .sepv {
    margin-left: 20px;
}
.page_presupuestos .buscador_presupuestos .parteazul .sepv {
    float: left;
    width: 1px;
    height: 38px;
    background: url(../imagenes/sepv_rma.png) no-repeat center center;
    margin-top: 1px;
}
.page_presupuestos #buscador_presupuestos_clientes .parteazul .sepv {
    margin: 0 13px;
}
.page_presupuestos #buscador_presupuestos_propios .parteazul .sepv {
    margin: 0 20px;
}
.page_presupuestos .buscador_presupuestos .parteazul .input {
    float: left;
    height: 22px;
    text-align: center;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #525050;
}
.page_presupuestos #buscador_presupuestos_clientes .parteazul .input {
    width: 123px;
    margin: 8px 0 0 6px;
}
.page_presupuestos #buscador_presupuestos_propios .parteazul .input {
    width: 135px;
    margin: 8px 0 0 20px;
}
.page_presupuestos .buscador_presupuestos .parteazul .retirar_filtros {
    float: right;
    text-align: left;
    width: 24px;
}
.page_presupuestos #buscador_presupuestos_clientes .parteazul .retirar_filtros {
    margin-right: 12px;
}
.page_presupuestos #buscador_presupuestos_propios .parteazul .retirar_filtros {
    margin-right: 12px;
}
.page_presupuestos .buscador_presupuestos .parteazul .img_retirar_filtros {
    float: right;
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-top: 6px;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.page_presupuestos .buscador_presupuestos .parteazul .img_retirar_filtros.activo:hover {
    opacity: 0.8;
}
.page_presupuestos .buscador_presupuestos .parteazul .img_retirar_filtros.activo:active {
    opacity: 0.6;
}
.page_presupuestos .buscador_presupuestos .parteazul span {
    float: left;
    margin-top: 12px;
}
.page_presupuestos .punto {
    float: left;
    margin: 0 6px;
    color: #f48222;
    font-size: 14px;
}
.page_presupuestos .resto_pagina {
    float: left;
    width: 1108px;
    padding: 0 45px 45px 45px;
}
.page_presupuestos .resto_pagina .crear_presupuesto {
    float: right;
    width: 188px;
    text-align: center;
    height: 23px;
    background-color: #FDB674;
    border: 1px solid #BF4A01;
    border-bottom-width: 3px;
    margin-bottom: 12px;
    margin-top: -44px;
}
.page_presupuestos .resto_pagina .crear_presupuesto:hover {
    background-color: #fcc999;
}
.page_presupuestos .resto_pagina .texto_crear_presupuesto {
    float: left;
    color: #BF4A01;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    width: 100%;
}
.page_presupuestos .resto_pagina .acciones {
    float: left;
    width: 1108px;
    background-color: #fbe0c6;
    height: 30px;
}
.page_presupuestos .acciones .triangulo {
    float: left;
    width: 70px;
    height: 14px;
    margin-top: 9px;
    background: url(../imagenes/flecha_seleccionar_todo.png) no-repeat bottom center;
}
.page_presupuestos .acciones .linea {
    float: left;
    height: 20px;
    padding: 5px 0;
    width: 1034px;
}
.page_presupuestos .acciones span:hover {
    color: #843706;
}
.page_presupuestos .titulo {
    float: left;
    width: 1108px;
    background-color: #f48222;
    margin-top: 30px;
    margin-bottom: 15px;
}
.page_presupuestos .titulo .campo1 {
    float: left;
    width: 70px;
    height: 36px;
}
.page_presupuestos .titulo .campo1 input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    margin: 4px 0 0 24px;
}
.page_presupuestos .titulo .sepv {
    float: left;
    width: 1px;
    height: 36px;
    background: url(../imagenes/sepv_micuenta.png) no-repeat center center;
}
.page_presupuestos .titulo .campo1 label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 24px;
    background: url(../imagenes/check_mensajes.png) no-repeat center bottom;
    margin: 4px 0 0 24px;
}
.page_presupuestos .titulo .campo {
    float: left;
    height: 22px;
    padding: 7px 15px;
    text-align: center;
}
.page_presupuestos .titulo .campo2 {
    width: 154px;
}
.page_presupuestos .titulo .campo3 {
    width: 118px;
}
.page_presupuestos .titulo .campo4 {
    width: 340px;
}
.page_presupuestos .titulo .campo4b {
    width: 512px;
}
.page_presupuestos .titulo .campo5 {
    width: 130px;
}
.page_presupuestos .titulo .campo6 {
    width: 46px;
}
.page_presupuestos .titulo .campo7 {
    width: 64px;
}
.page_presupuestos .contenido_presupuestos {
    float: left;
    width: 1108px;
}
.page_presupuestos .contenido_presupuestos .sin_presupuestos {
    float: left;
    text-align: center;
    width: 100%;
    margin: 40px 0 45px 0;
}
.page_presupuestos .contenido_presupuestos .linea {
    float: left;
    width: 1108px;
    height: 40px;
    border-bottom: 1px solid #004567;
    border-top: 1px solid #004567;
    margin-top: -1px;
}
.page_presupuestos .contenido_presupuestos .linea.activo {
    background-color: #fbe0c6 !important;
}
.page_presupuestos .contenido_presupuestos .linea .campo1 {
    float: left;
    width: 71px;
    height: 40px;
}
.page_presupuestos .contenido_presupuestos .campo1 input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    margin: 11px 0 0 28px;
}
.page_presupuestos .contenido_presupuestos .sepv {
    float: left;
    width: 1px;
    height: 48px;
    background: url(../imagenes/sepv_rma.png) no-repeat center center;
}
.page_presupuestos .contenido_presupuestos .campo1 label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 24px;
    background: url(../imagenes/check_mensajes.png) no-repeat bottom center;
    margin: 6px 0 0 24px;
}
.page_presupuestos .contenido_presupuestos .linea .campo {
    float: left;
    height: 16px;
    padding: 12px 15px;
    text-align: center;
}
.page_presupuestos .contenido_presupuestos .linea .campo2 {
    width: 155px;
}
.page_presupuestos .contenido_presupuestos .linea .campo3 {
    width: 119px;
}
.page_presupuestos .contenido_presupuestos .linea .campo4 {
    width: 341px;
    white-space: nowrap;
    overflow: hidden;
}
.page_presupuestos .contenido_presupuestos .linea .campo4b {
    width: 512px;
    white-space: nowrap;
    overflow: hidden;
}
.page_presupuestos .contenido_presupuestos .linea .campo5 {
    width: 130px;
}
.page_presupuestos .contenido_presupuestos .linea .campo5b {
    background-color: white;
}
.page_presupuestos .contenido_presupuestos .linea .campo6 {
    float: left;
    width: 77px;
    height: 40px;
    background-color: white;
}
.page_presupuestos .contenido_presupuestos .linea .campo6 .img_editar_presupuesto {
    float: left;
    width: 73px;
    margin-left: 3px;
    margin-top: 4px;
    height: 28px;
    background: url(../imagenes/lapiz_azul.png) no-repeat bottom center;
}
.page_presupuestos .contenido_presupuestos .linea .campo6 .img_editar_presupuesto:hover {
    background-position: top center;
}
.page_presupuestos .contenido_presupuestos .linea .campo7 {
    width: 65px;
    background-color: white;
}
.page_presupuestos .contenido_presupuestos .linea .imagen_correo {
    background: url(../imagenes/correo_ok_nook.png) no-repeat;
    float: left;
    height: 15px;
    width: 70px;
}
.page_presupuestos .resto_pagina .datos {
    float: left;
    width: 536px;
    margin: 40px 0;
}
.page_presupuestos .resto_pagina .datos .titulo_datos {
    float: left;
    width: 496px;
    height: 30px;
    padding: 4px 20px;
    background-color: #004368;
    cursor: pointer;
}
.page_presupuestos .resto_pagina .titulo_datos .span_titulo {
    float: left;
    width: 470px;
}
.page_presupuestos .resto_pagina .titulo_datos .triangulo {
    float: left;
    width: 17px;
    height: 8px;
    background: url(../imagenes/triangulo_arriba_abajo.png) no-repeat top center;
    margin-top: 12px;
}
.page_presupuestos .fecha_creacion_presupuesto {
    float: left;
    width: 536px;
    background-color: white;
}
.page_presupuestos .resto_pagina .datos .contenido {
    float: left;
    width: 482px;
    padding: 10px 25px;
    border-right: 2px solid #d8d7d7;
    border-left: 2px solid #d8d7d7;
    border-bottom: 5px solid #d8d7d7;
}
.page_presupuestos .datos .contenido .linea {
    float: left;
    height: 16px;
    padding: 6px 0;
    width: 100%;
    margin-top: 8px;
}
.page_presupuestos .datos .contenido .linea span {
    float: left;
}
.page_presupuestos .datos .contenido .linea input {
    float: right;
    height: 24px;
    margin: -6px 0 0 0;
    padding: 0 10px;
    width: 396px;
    border: 2px solid #d7d7d7;
}
.page_presupuestos .datos .contenido .logo {
    float: left;
    height: 102px;
    width: 100%;
    background-color: #A4A4A4;
    margin-bottom: 6px;
}
.page_presupuestos .datos .logo .img_logo {
    float: left;
    height: 102px;
    width: 270px;
    background: no-repeat center center;
}
.page_presupuestos .datos .logo .texto_logo {
    float: left;
    line-height: 18px;
    height: 52px;
    width: 194px;
    padding: 25px 9px;
    text-align: justify;
    background-color: #D8D7D7;
}
.page_presupuestos .datos .logo .texto_logo a:hover {
    text-decoration: underline;
    color: #004567;
}
.page_presupuestos .resto_pagina .caducidad {
    float: left;
    width: 536px;
    margin-top: 40px;
    border-bottom: 2px solid #004368;
    border-top: 2px solid #004368;
}
.page_presupuestos .resto_pagina .caducidad .input_caducidad {
    float: left;
    width: 90px;
    height: 20px;
    text-align: center;
    margin: 6px 5px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.page_presupuestos .resto_pagina .caducidad .input_fecha_creacion {
    float: left;
    width: 110px;
    height: 20px;
    text-align: center;
    margin: 6px 65px 6px 6px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.page_presupuestos .resto_pagina .caducidad .sep {
    float: left;
    width: 1px;
    height: 32px;
    background: url(../imagenes/sepv_micuenta.png) no-repeat center center;
    margin-right: 14px;
}
.page_presupuestos .resto_pagina .aviso {
    float: left;
    width: 550px;
    padding: 2px 0 4px 0;
    text-align: center;
    margin: 0 279px 40px;
    border: 1px solid #004368;
    border-right-width: 3px;
    border-left-width: 3px;
}
.page_presupuestos .resto_pagina .cont_margen_gastos {
    float: left;
    width: 1108px;
    height: 24px;
    padding: 6px 0;
    background-color: #F7A14E;
}
.page_presupuestos .cont_tipo_consumibles {
    float: left;
    width: 1108px;
    height: 32px;
    background-color: #004567;
    display: none;
}
.page_presupuestos .caja_checkbox_tipo_consumible {
    float: left;
}
.page_presupuestos .label_tipo_consumible {
    float: left;
    height: 16px;
    position: relative;
    margin: 8px 8px 0 46px;
    width: 16px;
    z-index: 2;
    background: url(../imagenes/checkbox_vcd.png) no-repeat bottom center;
    cursor: pointer;
}
.texto_tipo_consumible {
    float: left;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: white;
    line-height: 14px;
    margin-top: 9px;
}
.page_presupuestos .checkbox_tipo_consumible {
    float: left;
    margin: 11px 0 0 -22px;
    visibility: hidden;
    position: absolute;
}
.page_presupuestos .resto_pagina .cont_margen_gastos span {
    float: left;
}
.page_presupuestos .resto_pagina .cont_margen_gastos .punto {
    color: #fff;
    font-size: 14px;
    margin: 2px 2px 0 21px;
}
.page_presupuestos .resto_pagina .cont_margen_gastos .input_gastos {
    float: left;
    width: 62px;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 1px 5px;
    text-align: center;
}
#margen_global_visible::placeholder {
    color: #b4b4b4;
}
.page_presupuestos .resto_pagina .cont_margen_gastos .input_total_ref {
    float: left;
    border: none;
    cursor: text;
    background-color: transparent;
    width: 28px;
    text-align: left;
    padding: 0 5px;
}
.page_presupuestos .resto_pagina .cont_margen_gastos select {
    float: left;
    padding: 0 5px;
    height: 24px;
    border: 1px solid #f48222;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 0 5px;
    border-radius: 0;
}
.page_presupuestos .resto_pagina .buscador_presupuesto {
    float: left;
    width: 1108px;
}
.page_presupuestos .resto_pagina .buscador_presupuesto .texto {
    float: left;
    width: 108px;
    margin-top: 8px;
}
.page_presupuestos .resto_pagina .buscador_presupuesto .buscar {
    float: left;
    width: 518px;
    height: 24px;
    margin: 12px 0 0 8px;
    padding: 0 15px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
}
.page_presupuestos .resto_pagina .buscador_presupuesto .pestana {
    float: left;
    height: 48px;
    width: 1000px;
    background: url(../imagenes/pestana_presupuestos.png) no-repeat center center;
}
.page_presupuestos .resto_pagina .buscador_presupuesto .busqueda_articulo_presupuesto {
    float: left;
    width: 100%;
}
.busqueda_articulo_presupuesto .ref_art_pres {
    font-weight: 700;
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    float: left;
    width: 100%;
    white-space: nowrap;
    color: #004567;
    margin-top: 3px;
}
.busqueda_articulo_presupuesto .nombre_ref_pres {
    font-weight: 400;
    font-size: 12px;
    height: 14px;
    overflow: hidden;
    float: left;
    width: 96%;
    white-space: nowrap;
    color: #004567;
    margin-left: 18px;
    margin-top: 3px;
}
.page_presupuestos .buscador_presupuesto .pestana .marca {
    float: left;
    width: 166px;
    height: 24px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 12px 0 0 25px;
    color: #444;
}
.page_presupuestos .select_tipo_consumible {
    float: left;
    width: 106px;
    height: 28px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 11px 0 0 7px;
    color: #444;
}
.page_presupuestos .buscador_presupuesto .pestana .buscador_impresora {
    float: left;
    display: none;
}
.page_presupuestos .buscador_presupuesto .pestana .modelo {
    float: left;
    width: 328px;
    height: 24px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin: 12px 0 0 7px;
    color: #444;
    padding: 0 5px;
}
.page_presupuestos .buscador_presupuesto .pestana .modelo::-webkit-input-placeholder {
    color: #777;
}
.page_presupuestos .buscador_presupuesto .pestana .modelo::-moz-placeholder {
    color: #777;
}
.page_presupuestos .buscador_presupuesto .pestana.modelo:-ms-input-placeholder {
    color: #777;
}
.page_presupuestos .buscador_presupuesto .pestana .modelo:-moz-placeholder {
    color: #777;
}
.page_presupuestos .buscador_presupuesto .pestana input[type=radio] {
    visibility: hidden;
    float: left;
    position: absolute;
    margin-top: 19px;
    margin-left: 13px;
}
.page_presupuestos .buscador_presupuesto .pestana label {
    cursor: pointer;
    float: left;
    width: 22px;
    height: 25px;
    background: url(../imagenes/check_mensajes.png) no-repeat bottom center;
    margin: 10px 0 0 10px;
}
.page_presupuestos .resto_pagina .tabla_presupuesto {
    float: left;
    width: 1104px;
}
.page_presupuestos .resto_pagina .presupuesto_vacio {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.page_presupuestos .tabla_presupuesto .presupuesto_vacio {
    padding: 40px 0;
    float: left;
    width: 1107px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 3px 0 #d7d7d7;
}
.page_presupuestos .resto_pagina .tabla_presupuesto .titulo_agrupacion_articulos {
    float: left;
    width: 1104px;
    height: 32px;
    border-top: 2px solid #f48222;
    border-left: 2px solid #f48222;
    border-right: 2px solid #f48222;
    text-align: center;
    background-color: #fbe0c6;
    margin-top: 20px;
}
.page_presupuestos .resto_pagina .tabla_presupuesto .span_modelo {
    float: left;
    margin-top: 4px;
    color: #f48222;
    width: 100%;
}
.page_presupuestos .resto_pagina .tabla_presupuesto .span_borrar {
    position: absolute;
    margin-top: 4px;
    color: #FF9B62;
    margin-left: -100px;
}
.page_presupuestos .resto_pagina .tabla_presupuesto .span_borrar:hover {
    color: #843706;
}
.page_presupuestos .resto_pagina .tabla_presupuesto .agrupacion_articulos {
    float: left;
    width: 1104px;
    border-left: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
    box-shadow: 0 3px 0 #d7d7d7;
}
.page_presupuestos .sin_articulos_presupuesto {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-weight: 700;
    color: #525050;
    font-size: 24px;
    margin: 40px 0 20px 0;
}
.page_presupuestos .resto_pagina .tlinea {
    float: left;
    width: 1106px;
    height: 22px;
    padding: 6px 0;
    border-bottom: 2px solid #d7d7d7;
    text-align: center;
}
.page_presupuestos .resto_pagina .tlinea .tcampo1 {
    float: left;
    width: 180px;
}
.page_presupuestos .resto_pagina .tlinea .tcampo2 {
    float: left;
    width: 454px;
}
.page_presupuestos .resto_pagina .tlinea .tcampo3 {
    float: left;
    width: 100px;
}
.page_presupuestos .resto_pagina .tlinea .tcampo4 {
    float: left;
    width: 66px;
}
.page_presupuestos .titulo .tlinea .sep_b {
    float: left;
    width: 1px;
    height: 48px;
    background: url(../imagenes/sepv_micuenta.png) no-repeat center center;
    margin-top: -13px;
}
.page_presupuestos .tabla_presupuesto .tlinea .sep_g {
    float: left;
    width: 1px;
    height: 48px;
    background: url(../imagenes/sepv_rma.png) no-repeat center center;
    margin-top: -13px;
}
.page_presupuestos .tabla_presupuesto .tlinea .input_campo1 {
    height: 24px;
    width: 136px;
    margin: -1px auto;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    border-right-width: 3px;
    border-left-width: 3px;
    text-align: center;
    background-color: #fbe0c6;
}
.page_presupuestos .tabla_presupuesto .tlinea .input_campo2 {
    float: left;
    height: 24px;
    width: 438px;
    margin: -1px 8px 0 8px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    border-right-width: 3px;
    border-left-width: 3px;
    text-align: center;
}
.page_presupuestos .tabla_presupuesto .tlinea .input_campo3 {
    height: 24px;
    width: 58px;
    margin: -1px auto;
    padding: 0 4px;
    border: 1px solid #d7d7d7;
    border-right-width: 3px;
    border-left-width: 3px;
    text-align: center;
}
.page_presupuestos .tabla_presupuesto .tlinea .papelera {
    float: left;
    width: 64px;
    height: 25px;
    background: url(../imagenes/papelera.png) no-repeat bottom center;
    margin-top: -2px;
}
.page_presupuestos .tabla_presupuesto .tlinea .papelera:hover {
    background-position: top center;
}
.page_presupuestos .cont_observaciones {
    float: left;
    width: 718px;
    margin: 20px 0;
}
.page_presupuestos .titulo_observaciones {
    float: left;
    height: 20px;
    width: 668px;
    background-color: #B1B1B1;
    padding: 4px 15px 6px 35px;
}
.page_presupuestos .cont_observaciones textarea {
    float: left;
    width: 718px;
    padding: 20px 48px;
    border: 2px solid #B1B1B1;
    box-shadow: 0 3px 0 #B1B1B1;
    min-height: 52px;
    height: 95px;
}
.page_presupuestos .titulo_resumen_presupuestos {
    float: left;
    height: 20px;
    width: 692px;
    margin-top: 40px;
    background-color: #004567;
    padding: 3px 15px 7px 35px;
}
.page_presupuestos .resumen {
    float: right;
    margin-top: 40px;
    margin-right: 6px;
    width: 364px;
    border: 1px solid #004368;
    border-bottom: none;
    margin-bottom: 20px;
    box-shadow: 0 3px 0 #004368;
}
.page_presupuestos .resumen .linea {
    float: left;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #004567;
}
.page_presupuestos .resumen .zona_azul {
    float: left;
    width: 230px;
    padding: 2px 10px 5px 10px;
    height: 21px;
    text-align: right;
    background-color: #B4D9E7;
}
.page_presupuestos .resumen .input_resumen {
    float: left;
    height: 16px;
    padding-right: 0;
    margin-top: 6px;
    width: 100px;
    border: none;
    text-align: right;
}
.page_presupuestos .resumen .input_margen {
    float: left;
    margin-left: 15px;
    width: 80px;
    height: 24px;
    border: 2px solid #fff;
    background-color: #136EA0;
    margin-top: -4px;
    text-align: center;
}
.page_presupuestos .guardar {
    border: none;
    background-color: #f48222;
    cursor: pointer;
    float: right;
    height: 16px;
    padding: 6px 0;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 150px;
    text-align: center;
    outline: none;
}
.page_presupuestos .guardar:hover {
    background-color: #df671c;
}
.page_presupuestos .guardar:active {
    background-color: #c15608;
}



/*.pestana_pres .pestana_gris span, .pestana_pres .pestana_azul span, .pestana_pres .pestana_gris_sombra span {
    float: left;
    margin-top: 8px;
}*/
/*.pestana_pres .pestana_gris_sombra:hover, .pestana_pres .pestana_gris:hover {
    position: relative;
}*/
/*.pestana_pres .pestana_gris:hover span, .pestana_pres .pestana_gris_sombra:hover span {
    color: #004567;
}*/
/*****************************  Ventanas emergentes  **********************************/
.banda_titulo_azul {
    background-color: #004567;
    float: left;
    height: 29px;
    margin-top: 24px;
    width: 100%;
}
.banda_titulo_azul_claro {
    background-color: #B4D9E6;
    float: left;
    height: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.btn_guardar {
    border: none;
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    cursor: pointer;
    float: left;
    height: 18px;
    width: 102px;
}
.btn_guardar:hover {
    background-color: #df671c;
}
.btn_guardar:active {
    background-color: #c15608;
}
.btn_volver {
    border: none;
    background-color: #004567;
    cursor: pointer;
    float: left;
    height: 18px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 102px;
    margin: 5px 0 0 20px;
}
.btn_volver:hover {
    background-color: #1f5976;
}
.btn_volver:active {
    background-color: #4a768b;
    transition: none;
}
.campo_form_vnd, .campo_form_vdf {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    font-size: 12px;
    height: 19px;
    margin: 0 0 15px 0;
    padding: 1px 4px;
    text-align: left;
    width: 246px;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    color: #555;
}
.etiqueta_formulario_vnd, .etiqueta_formulario_vdf {
    color: #004567;
    float: left;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: right;
    width: 89px;
}
#icono_info_01_vdf {
    margin: 3px 3px 0 65px;
}
#txt_cp_vdf {
    margin-left: 15px;
    width: 93px;
}
.icono_info_vdf, .icono_info_vnd {
    cursor: pointer;
    float: left;
    height: 16px;
    width: 16px;
}
.txt_btn_guardar {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: -1px;
}
.txt_sin_terc_vcd, .txt_sin_resultados_busqueda_vcd {
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    width: 604px;
    margin: 30px 0;
}
.retirar_filtros_vcd {
    float: right;
    width: 18px;
    margin: 6px 0 0 3px;
}
.img_retirar_filtros_vcd {
    position: relative;
    left: 5px;
    width: 19px;
    height: 19px;
    background-size: cover;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.img_retirar_filtros_vcd.activo:hover {
    opacity: 0.8;
}
.img_retirar_filtros_vcd.activo:active {
    opacity: 0.6;
}
#txt_actual_vcd, .txt_seleccionar_vcd {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 2px;
}
#btn_guardar_vnd {
    margin: 5px 0 0 154px;
}
#btn_guardar_vdf {
    float: left;
    margin: 10px 0 20px 149px;
}
.campo_cp_vnd {
    width: 61px;
}
.campo_cp_vdf {
    width: 51px !important;
}
#caja_txt_aviso_vdf {
    float: left;
    height: 44px;
    margin-top: 4px;
    width: 100%;
}
.campo_direccion_vdf {
    width: 422px !important;
}
.campo_nombre_comercial_vdf {
    width: 227px !important;
}
.campo_cif_vdf, .campo_poblacion_vdf {
    width: 155px !important;
}
.campo_cif_vdf {
    width: 155px !important;
}
.campo_provincia_vdf {
    width: 161px !important;
}
.campo_telefono1_vdf, .campo_telefono2_vdf {
    width: 86px !important;
}
#fondo_ventana_vdf {
    height: 376px;
    margin: 60px 230px;
    width: 740px;
}
#container_vnd {
    background-color: #646464;
    height: 620px;
    margin: 0 auto;
    width: 1280px;
}
.fancybox-skin {
    background-color: white;
    border: 2px solid #004567;
    border-radius: 10px !important;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.8) !important;
    float: left;
}
#form_nueva_dir_envio_vnd, #form_nueva_dir_facturacion_vdf {
    float: left;
    margin: 25px 0 0 0;
}
#icono_info_01_vnd {
    margin: 3px 3px 0 63px;
}
#icono_info_02_vnd {
    clear: left;
    margin: 3px 0 0 44px;
}
.select_pais_vdf, .select_tipo_impuesto_vdf {
    width: 119px;
}
.select_pais_vnd {
    width: 109px;
}
.campo_tlf_vnd {
    width: 86px;
}
.select_pais_vdf, .select_tipo_impuesto_vdf, .select_pais_vnd {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    color: #5c7988;
    float: left;
    height: 19px;
    margin-bottom: 15px;
}
#txt_alias_vdf, #txt_alias_vnd {
    width: 30px;
}
#txt_cliente_vnd {
    width: 57px;
}
#txt_email_vnd {
    width: 43px;
    margin-left: 69px;
}
#txt_aviso_vdf {
    color: #515151;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
    text-align: center;
    padding: 0 40px;
}
#txt_contacto_vnd {
    width: 52px;
}
#txt_cp_vnd {
    margin-left: 74px;
    width: 38px;
}
#txt_destinatario_vnd {
    margin-left: 26px;
    width: 86px;
}
#txt_poblacion_vnd {
    width: 72px;
    margin-left: 40px;
}
#txt_direccion_vnd {
    width: 69px;
    margin-left: 43px;
}
#txt_provincia_vnd {
    width: 69px;
    margin-left: 8px;
}
.campo_provincia_vnd {
    width: 100px;
}
.camp_telefono_vnd {
    width: 85px;
}
.nueva_dir_fiscal_vdf {
    float: left;
}
.nueva_dir_fiscal_vdf fieldset {
    border: none;
    margin-left: 27px;
}
#txt_cambiar_direccion_vcd, .txt_aviso_legal_val, .txt_cambiar_direccion_vva, #txt_nueva_direccion_vnd, #txt_nueva_dir_fiscal_vdf {
    color: white;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: center;
}

.txt_aviso_legal_mini_val{
    margin-bottom: 0;
    margin-top: 2px;
    text-align: center;
}

#txt_pais_vnd {
    margin-left: 47px;
    width: 65px;
}
#txt_telefono_vnd {
    margin-left: 8px;
    width: 35px;
}
.campo_form_vdf {
    width: 226px;
}
#txt_email_vdf {
    margin-left: 22px;
    width: 50px;
}
#txt_nombre_comercial_vdf {
    margin-left: 28px;
    width: 100px;
}
#txt_pais_vdf {
    margin-left: 10px;
    width: 45px;
}
#txt_persona_contacto_vdf {
    margin-left: 14px;
    width: 115px;
}
#txt_provincia_vdf {
    width: 69px;
    margin-left: 15px;
}
#txt_cif_vdf, #txt_direccion_vdf, #txt_poblacion_vdf, #txt_razon_social_vdf, #txt_telefono1_vdf {
    margin-left: 25px;
}
#txt_tipo_impuesto_vdf {
    margin-left: 15px;
    width: 112px;
}
#caja_direccion_actual_vcd {
    border: 1px solid #f48222;
    border-top-width: 2px;
    border-bottom-width: 4px;
    float: left;
    height: 86px;
    width: 600px;
}
#caja_alias_direccion_actual_vcd {
    background-color: #fed5bc;
    float: left;
    height: 24px;
    width: 600px;
}
#alias_direccion_actual_vcd {
    color: #f48222;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 30px;
    text-align: left;
    margin-top: 3px;
}
.destinatario_vcd, .direccion_vcd {
    color: #565656;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 2px 0 0 30px;
    width: 545px;
    overflow: hidden;
}
.destacado_dir_vcd {
    color: #004567;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 500;
}
#btn_actual_vcd {
    background-color: #f48222;
    float: right;
    height: 18px;
    width: 120px;
    margin-right: 72px;
    margin-top: -11px;
}
.caja_direccion_vcd {
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 4px;
    float: left;
    height: 86px;
    margin-top: 22px;
    width: 600px;
}
#caja_alias_direccion_vcd {
    background-color: #bed8e5;
    float: left;
    height: 24px;
    width: 600px;
}
#alias_direccion_vcd {
    color: #004567;
    padding-top: 1px;
    padding-left: 30px;
    text-align: left;
    margin-top: 3px;
}
.btn_seleccionar_vcd {
    background-color: #004567;
    cursor: pointer;
    float: right;
    height: 18px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    width: 120px;
    margin-right: 72px;
    margin-top: -11px;
}
.btn_seleccionar_vcd:hover {
    background-color: #1f5976;
}
.btn_seleccionar_vcd:active {
    background-color: #4a768b;
    transition: none;
}
.cont_cambio_direccion_cesta {
    float: left;
    max-height: 343px;
    width: 694px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.cont_cambio_direccion_cesta p {
    line-height: 13px;
    height: 13px;
}
.cont_cambio_direccion_cesta.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: #d7d7d7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cont_cambio_direccion_cesta.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cont_cambio_direccion_cesta.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #d7d7d7;
}
#check_guardar_dir_terc {
    margin: 2px 0 0 8px;
    float: left;
}
.txt_campos_obligatorios_ddr_cesta {
    color: #bf0411;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin-left: 139px;
    margin-top: 10px;
}
#txt_guardar_dir_terc {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 10px 54px;
}
.caja_info_direcciones_vcd {
    float: left;
    padding: 7px 0;
    height: 48px;
}
.radio_vcd {
    opacity: 0;
    position: absolute;
    margin: 10px 0 0 38px;
}
.label_vcd {
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../imagenes/checkbox_vcd.png) no-repeat top center;
    margin: 8px 0 0 0;
}
#caja_buscar_drop_inicio {
    float: left;
    margin: 0 38px;
}
.btn_direccion_nueva_vcd {
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    cursor: pointer;
    text-align: center;
    float: left;
    height: 19px;
    margin-top: 6px;
    width: 68px;
    line-height: 14px;
}
.btn_direccion_nueva_vcd span {
    margin-top: 3px;
    float: left;
    width: 100%;
    line-height: 13px;
}
.btn_direccion_nueva_vcd:hover {
    background-color: #df671c;
}
.btn_direccion_nueva_vcd:active {
    background-color: #c15608;
}
.signo_mas_dir_nueva_1_vcd {
    background-color: #ACC4CE;
    float: left;
    height: 2px;
    margin: 8px 0 0 5px;
    width: 8px;
}
.signo_mas_dir_nueva_2_vcd {
    background-color: #ACC4CE;
    float: left;
    height: 8px;
    margin: -5px 0 0 8px;
    width: 2px;
}
.texto_cecks_vcd {
    color: #004567;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    margin: 9px 0 0 5px;
    cursor: pointer;
}
.buscar_dirfac_vcd {
    float: left;
    width: 140px;
    height: 19px;
    margin: 6px 0 0 5px;
    border: 1px solid #004567;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    color: #555;
    font-size: 12px;
    text-align: left;
    padding: 0 5px;
}
.para_ps {
    overflow: hidden;
    position: relative !important;
}
.scroll_naranja.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.scroll_naranja.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: #d7d7d7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* ---------------------------------------------------------------- SECCIÓN RMA -------------------------------------------------------------------- */

#caja_ajax_contenido_noRechazados_crma, #caja_ajax_contenido_rechazados_crma{
    float:left;
    width:100%;
}
.page_rma {
    border:#D8D7D7 solid 1px;
    float:left;
    margin:18px 0 70px 40px;
    padding-bottom:52px;
    width:1198px;
}
.page_rma_busca {
    border:#D8D7D7 solid 1px;
    float:left;
    margin:18px 0 0 19px;
    padding-bottom:0;
    width:1240px;
}
.direccion_envio_rma {
    border:#D8D7D7 solid 1px;
    float:left;
    margin-left:159px;
    padding:10px 0;
    text-align:center;
    width:880px;
}

/* -------------------------------------------------------------- LISTADO RMA (LRMA) -------------------------------------------------------------- */

.buscador_lrma {
    float: left;
    width: 1199px;
}
.txt_dir_envio_lrma {
    float: left;
    width: 100%;
    margin-left: 159px;
}
.pestana_gris_lrma {
    float: left;
    width: 430px;
    height: 48px;
    background: url(../imagenes/bg-gris.png) no-repeat left center;
    margin-left: 146px;
}
.pestana_azul_lrma {
    margin-top: -48px;
    float: right;
    width: 652px;
    height: 48px;
    background: url(../imagenes/bg-azul1.png) no-repeat center center;
}
.texto_buscar_lrma {
    float:left;
    margin:17px 0 0 58px;
}
.input_busqueda_lrma {
    border:1px solid #004567;
    border-left-width:3px;
    border-right-width:3px;
    color:#525050;
    float:left;
    font-family:'Ubuntu',sans-serif;
    height:24px;
    font-size:14px;
    font-weight:500;
    margin-top:13px;
    margin-left:10px;
    padding:0 7px;
    text-align:left;
    width:205px;
}
.input_busqueda_lrma::placeholder {
    color:#a8a8a8;
    font-size:13px;
    font-weight:400;
}
.retirar_filtros_lrma {
    float:right;
    margin-right:16px;
    width:24px;
}
.img_retirar_filtros_lrma {
    background-size:cover;
    background:url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
    float:right;
    height:24px;
    margin:13px 35px 0 0;
    width:24px;
}
.img_retirar_filtros_lrma.activo:hover {
    opacity:0.8;
}
.img_retirar_filtros_lrma.activo:active {
    opacity:0.6;
}
.input_fecha_lrma {
    float: left;
    width: 128px;
    height: 24px;
    margin: 12px 0 0 6px;
    text-align: center;
    border: 1px solid #7FA2B3;
    border-right-width: 3px;
    border-left-width: 3px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #525050;
}
.input_fecha_lrma::placeholder {
    color:#8ac1d9;
}
.txt_filtrar_fecha_lrma {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    float: left;
    margin: 17px 0 0 54px;
}
.txt_hasta_lrma {
    margin: 17px 0 0 18px;
}
.txt_desde_lrma {
    margin: 17px 0 0 41px;
}
.txt_hasta_lrma, .txt_desde_lrma {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7FA1B2;
    float: left;
}
.btn_crear_rma_lrma {
    float: right;
    margin: 25px 46px 0 0;
    width: 152px;
    height: 25px;
    background-color: #FDB674;
    border: 1px solid #BF4A01;
    border-left-width: 3px;
    border-right-width: 3px;
}
.btn_crear_rma_lrma:hover {
    background-color: #FCCA99;
}
.btn_mash_lrma {
    float: left;
    margin-left: 23px;
    margin-top: 12px;
    height: 2px;
    width: 10px;
    background-color: #BF4A01;
}
.btn_masv_lrma {
    float: left;
    margin-left: -6px;
    margin-top: 8px;
    width: 2px;
    height: 10px;
    background-color: #BF4A01;
}
.txt_crear_rma_lrma {
    float: left;
    color: #BF4A01;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0 6px;
}
.titulo_tabla_lrma {
    width: 1106px;
    float: left;
    background-color: #f48222;
    height: 36px;
    margin-left: 46px;
}
.sin_resultados_lrma {
    float: left;
    width: 100%;
    text-align: center;
}
.txt_sin_resultados_lrma {
    float: left;
    width: 100%;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    color: #525050;
    font-weight: 700;
    padding-top: 50px;
}
.campo_lrma {
    float:left;
    width:151px;
    text-align:center;
    margin-top:9px;
}
.campo_titulo_lrma {
    background:url(../imagenes/sepv_micuenta.png) no-repeat right center;
    margin-top:6px;
}
.campo_titulo_lrma:last-child {
    background-image:none;
}
.campo_estado_lrma {
    width: 220px;
}
.campo_bultos_lrma {
    width:80px;
}
.campo_opciones_lrma {
    width:131px;
}
.contenido_lrma {
    width:1106px;
    float:left;
    margin:0 46px;
}
.campo_opciones_rma_abierto_lrma {
    width: 112px;
    background-color: white;
    height: 40px;
    margin-top: 0 !important;
    cursor: pointer;
}
.editar_lrma,.editar_lrma_panel {
    float: left;
    height: 28px;
    width: 129px;
    background: url(../imagenes/lapiz_rma.png) no-repeat top center;
    margin-top: 5px;
}
.editar_lrma:hover {
    background-position: bottom center;
}
.campo_rma_abierto_lrma {
    height: 16px;
    float: left;
    text-align: center;
}
.linea_abierta_lrma {
    width: 1102px;
    height: 40px;
    float: left;
    background-color: #FFEADD;
    border: 1px solid #EA9763;
    border-left: 0;
    border-right: 0;
    margin-top: 25px;
}
.linea_cerrada_lrma {
    width: 1102px;
    height: 40px;
    float: left;
    border: 1px solid #004567;
    border-left: 0;
    border-right: 0;
    margin-top: -1px;
}
.linea_cerrada_par_lrma {
    background-color: #F1F8FB;
}
.linea_cerrada_impar_lrma {
    background-color: #D4E9F4;
}
.campo_opciones_rma_sin_guardar_lrma {
    float: left;
    width: 127px;
    background-color: white;
    margin-top: 0 !important;
    height: 40px;
    /*cursor: pointer;*/
}
/*.img_guardar_lrma {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../imagenes/ico_pdf.png) no-repeat bottom center;
    background-size: contain;
    margin-top: 5px;
}*/

.icono_ver_rma, .icono_ver_rma_deshabilitado{
    float: left;
    height: 26px;
    width: 30px;
    margin: 7px 49px;
    background: url(../imagenes/icono_ver_rma.png) no-repeat bottom;
}

.icono_ver_rma:hover{
    background-position:top;
}
.icono_ver_rma_deshabilitado{
    opacity:0.4;
    cursor:auto;
}

.caja_rma_vacio{
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #004567;
    margin-top: 40px;
    font-weight: 700;
    padding: 90px 0;
}
.txt_rma_vacio{
    float:left;
    width: 100%;
    text-align: center;
    color:#004567;
    font-size: 16px;
    font-family: Ubuntu, san-serif, serif;
}
/* ----------------------------------------------------------------- Cierre RMA ----------------------------------------------------------------- */

.bloque_solicitud_recogida_rma {
    border:1px solid #004567;
    border-top:none;
    float:right;
   /* height:185px;*/
    padding: 8px 0 18px 0;
    margin:0;
    position:relative;
    width:1137px;
}
.btn_editar_RMA_crma {
    background-color:#004567;
    background:-webkit-linear-gradient(left, #004567, #0b6a99, #004567);
    background:-o-linear-gradient(left, #004567, #0b6a99, #004567);
    background:-moz-linear-gradient(left, #004567, #0b6a99, #004567);
    background:linear-gradient(to right, #004567, #0b6a99, #004567);
    border:2px solid #003d5c;
    border-top-color:#1175a6;
    border-right-color:#00354f;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float:right;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:14px;
    margin:50px 10px 50px 0;
    text-align:center;
    text-shadow:2px 2px 3px #002030;
    transition:box-shadow 0.3s ease;
        -webkit-transition:box-shadow 0.3s ease;
        -moz-transition:box-shadow 0.3s ease;
        -o-transition:box-shadow 0.3s ease;
    width:190px;
}
.btn_editar_RMA_crma:hover {
    box-shadow:0 4px 8px #002030;
}
.btn_editar_RMA_crma:active {
    border:none;
}
.btn_enviar_RMA_crma {
    border-radius:3px;
    color:#fff;
    float:right;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:500;
    height:28px;
    line-height:14px;
    margin:50px 10px 50px 0;
    text-align:center;
    transition:box-shadow 0.3s ease;
        -webkit-transition:box-shadow 0.3s ease;
        -moz-transition:box-shadow 0.3s ease;
        -o-transition:box-shadow 0.3s ease;
    width:190px;
}
.btn_enviar_RMA_off_crma {
    background-color:#818181;
    border:2px solid #818181;
}
.btn_enviar_RMA_on_crma {
    background-color:#f48222;
    background:-webkit-linear-gradient(left, #d35300, #f48222, #d35300);
    background:-o-linear-gradient(left, #d35300, #f48222, #d35300);
    background:-moz-linear-gradient(left, #d35300, #f48222, #d35300);
    background:linear-gradient(to right, #d35300, #f48222, #d35300);
    border:2px solid #913801;
    border-top-color:#fe9653;
    border-right-color:#943b03;
    cursor:pointer;
    text-shadow:2px 2px 3px #4d1e00;
}
.btn_enviar_RMA_on_crma:hover {
    box-shadow:0 4px 8px #4e1f00;
}
.btn_enviar_RMA_on_crma:active {
    border:none;
}
.btn_guardar_dir_recogida {
    background-color:#f48222;
    cursor:pointer;
    float:left;
    height:24px;
    margin-left:471px;
    margin-top:17px;
    transition:background-color 0.4s ease;
        -webkit-transition:background-color 0.4s ease;
        -moz-transition:background-color 0.4s ease;
        -o-transition:background-color 0.4s ease;
    width:140px;
}
.btn_guardar_dir_recogida:hover {
    background-color:#df671c;
}
.btn_guardar_dir_recogida:active {
    background-color:#c15608;
}
.btn_nueva_direccion_rma {
    background-color:#fff;
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
/*    color:#419ac1;*/
    color:#004567;
    cursor:pointer;
    font-family:Ubuntu,sans-serif;
    font-size:13px;
    font-weight:700;
    height:24px;
    width:150px;
    margin-right: 20px;
}
.btn_nueva_direccion_rma:hover {
/*    border:1px solid #004567;
    color:#004567;*/
    opacity:0.6;
}
/*.btn_nueva_direccion_rma:active {
    background-color:#a9c9e1;
}*/
.btn_solicitar_recogida_off_rma {
    background-color:#818181;
    opacity:0.4;
}
.btn_solicitar_recogida_on_rma, .btn_solicitar_recogida_off_rma {
    border:none;
    color:#fff;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:13px;
    font-weight:700;
    height:24px;
    line-height:14px;
    margin:19px 485px 0 485px;
    text-align:center;
    width:210px;
}
.btn_solicitar_recogida_on_rma {
    background-color:#f48222;
    cursor:pointer;
    transition:background-color 0.4s ease;
        -webkit-transition:background-color 0.4s ease;
        -moz-transition:background-color 0.4s ease;
        -o-transition:background-color 0.4s ease;
}
.btn_solicitar_recogida_on_rma:hover {
    background-color:#df671c;
}
.btn_solicitar_recogida_on_rma:active {
    background-color:#c15608;
}
.cabecera_dir_recogida_rma {
    border-bottom:1px solid #004567;
    float:left;
    height:44px;
    width:100%;
}
.caja_campos_dir_recogida_rma {
    float:left;
    padding-top:30px;
    width:1178px;
}
.caja_campos_dir_recogida_rma input[readonly] {
    background-color:#EBEBE4;
}
.caja_contenido_aceptado_rma {
    float:left;
    margin-top:55px;
    width:1180px
}
.caja_dir_recogida_rma {
    border:1px solid #004567;
    border-top-width:3px;
    border-bottom-width:5px;
    float:left;
    margin:15px 10px 0 10px;
    width:1178px;
}
.caja_icono_dir_recogida_rma {
    background:#bed8e5 url(../imagenes/icono_direccion.jpg) no-repeat 7px 6px;
    border-right:1px solid #004567;
    float:left;
    height:44px;
    width:46px;
}
.caja_importe_linea_crma {
    float:left;
    height:30px;
    width:194px;
}
.caja_importe_total_rma {
    background-color:#004567;
    color:#fff;
    float:right;
    font-family:Ubuntu,sans-serif;
    font-size:20px;
    font-weight:700;
    height:30px;
    margin-right:10px;
    width:389px;
}
.caja_recogida_gratuita_rma {
    border-bottom:1px solid #004567;
    border-left:3px solid #004567;
    border-top:1px solid #004567;
    float:left;
    height:28px;
    margin-left:10px;
    width:842px;
}
.caja_solicitud_recogida_rma,.solicitud_datos_comunes_rma {
    float:left;
    margin-top:15px;
    width:1180px;
}
.campo_contacto_dir_recogida_rma {
    width:212px;
}
.campo_cp_dir_recogida_rma, .campo_telefono_dir_recogida_rma {
    width:126px;
}
.campo_destinatario_dir_recogida_rma {
    width:978px;
}
.campo_direccion_dir_recogida_rma {
    width:770px;
}
.campo_dir_recogida_rma, .select_direcciones_rma, .select_pais_dir_recogida_rma {
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
/*    border-left:1px solid #b4d9e6;*/
    border-left:1px solid #004567;
/*    border-right:1px solid #b4d9e6;*/
    border-right:1px solid #004567;
/*    color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    height:30px;
    margin-left:9px;
}
    .campo_dir_recogida_rma {
        color:#004567;
        padding:0 6px;
    }
.campo_importe_linea_rma {
    background-color:#fff;
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
/*    color:#419ac1;*/
    color:#004567;
    float:left;
    font-size:14px;
    font-family:'Ubuntu',sans-serif;
    height:21px;
    margin:11px 0 0 8px;
    padding:0 7px;
    text-align:right;
    width:100px;
}
.campo_poblacion_dir_recogida_rma, .campo_provincia_dir_recogida_rma {
    width:230px;
}
.check_habilitar_envio_rma {
    position:absolute;
        left:12px;
        top:10px;
}
.cont_nBultos_rma {
    background-color:#bed8e5;
    float:left;
    height:44px;
    width:463px;
}
.cont_txt_datos_recogida_rma {
    border-right:1px solid #004567;
    float:left;
    height:44px;
    width:667px;
}
.fila_campos_dir_recogida_rma {
    float:left;
    margin-bottom:17px;
    padding:0 48px;
    width:1082px;
}
.fondo_campos_dir_recogida_rma {
    background-color:#bed8e5;
    float:left;
    height:24px;
}
.fondo_correo_dir_recogida_rma {
    margin-left:21px;
    width:417px;
}
.fondo_cp_dir_recogida_rma {
    margin-left:21px;
    width:220px;
}
.fondo_direccion_dir_recogida_rma {
    width:841px;
}
.fondo_destinatario_dir_recogida_rma {
    width:644px;
}
.fondo_pais_dir_recogida_rma {
    margin-left:21px;
    width:177px;
}
.fondo_poblacion_dir_recogida_rma {
    width:378px;
}
.fondo_provincia_dir_recogida_rma {
    margin-left:21px;
    width:244px;
}
.fondo_tel1_dir_recogida_rma {
    margin-left:21px;
    width:220px;
}
.input_correo_dir_recogida_rma {
    width:285px;
}
.input_cp_dir_recogida_rma {
    width:102px;
}
.input_cp_solicitud_recogida_rma {
    border:1px solid #004567;
    color:#555;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    height:22px;
    margin-left:5px;
    padding:0 8px;
    text-align:center;
    width:78px;
}
.input_destinatario_dir_recogida_rma {
    width:477px;
}
.input_direccion_dir_recogida_rma {
    width:675px;
}
.input_mis_datos_dir_recogida_rma {
    border:1px solid #004567;
    color:#004567;
    float:right;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    height:22px;
    padding:0 8px;
}
.input_nBultos_rma {
    margin-right:47px;
    margin-top:11px;
    text-align:center;
    width:38px;
}
.input_nBultos_envio_cliente_rma, .input_correo_notificacion_rma {
/*    border:1px solid #bed8e5;*/
    border:1px solid #004567;
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    height:22px;
    margin:8px 0 0 8px;
    padding:0 8px;


}
.input_nBultos_envio_cliente_rma{
    width:88px;
    text-align:center;
}
.input_correo_notificacion_rma {
    width:272px;
    text-align:left;
}

.input_observaciones_dir_recogida_rma {
    float: left;
    min-height: 53px;
    padding: 5px 10px;
    resize: none;
    width: 650px;
    margin: 8px 0 0 20px;
/*    border-color: #bed8e5;*/
    border-color: #004567;
}
.input_observaciones_dir_recogida_rma::placeholder, .input_correo_notificacion_rma::placeholder {
/*    color:#419ac1;*/
    color:#004567;
    opacity: 0.6;
}
.caja_info_adicional_rma{
    margin:0 auto;
    width: 1100px;
    height: 68px;
    padding: 7px 0;
}

.caja_correo_y_nbults_rma {
    float:left;
    width: 430px;
}
.input_pais_solicitud_recogida_rma {
    border:1px solid #004567;
    color:#555;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    height:22px;
    margin:0 21px 0 5px;
    padding:0 8px;
    width:118px;
}
.input_poblacion_dir_recogida_rma {
    width:211px;
}
.input_provincia_dir_recogida_rma {
    width:117px;
}
.input_tel1_dir_recogida_rma {
    width:103px;
}
.label_cierre_rma {
    background-image:url(../imagenes/label_check_cierre_rma.png);
    background-position:0px 0px;
    cursor:pointer;
    float:left;
    height:19px;
    overflow:hidden;
    width:18px;
}
.linea_dir_rma {
    float:left;
    margin-top:10px;
    width:100%;
}
.linea_envio_cliente_rma {
    float:left;
    margin-top:14px;
    width:100%;
}
.linea_habilitar_envio_rma {
    float:left;
    margin-top:4px;
    width:100%;
}
.linea_info_total_rma {
    float:left;
    margin-top:18px;
    width:100%;
}
.select_direcciones_rma {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    width: 245px;
    height: 24px;
    margin-top: 7px;
}
.select_pais_dir_recogida_rma {
    color:#004567;
    padding:0 6px;
    width:113px;
}
.select_pais_solicitud_recogida_rma {
    border:1px solid #004567;
    color:#555;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    height:24px;
    margin:0 21px 0 5px;
    padding:0;
    width:140px;
}
.solicitud_recogida_MC_rma, .solicitud_envio_cliente_rma, .solicitud_datos_comunes_rma {
    cursor:pointer;
    float:left;
    height:38px;
    position:relative;
    width:1178px;
}
.solicitud_envio_cliente_rma {
/*    border:1px solid #bed8e5;*/
    border:1px solid #004567;
    margin-top:20px;
    width:100%;
}
.solicitud_recogida_MC_rma {
    background-color:#e5f1fa;
    border:1px solid #004567;
}
.valor_total_rma {
    float:left;
    margin-right:-20px;
    margin-top:3px;
    text-align:right;
    width:181px;
}
.texto_form_dir_rma {
    text-align: right;
  /*  color:#419ac1;*/
    color:#004567;
    float:left;
    margin-top:8px;
}
.textos_mis_datos_dir_recogida_rma {
    color:#004567;
    float:left;
    font-size:17px;
    margin-right:10px;
}
.titulo_contenido_aceptado_rma {
    border-bottom:1px solid #004567;
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:700;
    padding:0 0 8px 11px;
}
.txt_acepto_envio_rma {
/*    color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    margin:11px 0 0 40px;
}
.txt_btn_guardar_dir_recogida {
    color:#fff;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    font-weight:700;
    margin-top:5px;
    text-align:center;
    width:100%;
}
.txt_cambiar_dir_recogida {
    color:#004567;
    cursor:pointer;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    font-weight:400;
    margin-left:235px;
    margin-top:18px;
    text-align:center;
}
.txt_cambiar_dir_recogida:hover {
    text-decoration:underline;
}
.txt_campos_obligatorios_rma {
    color:#bf0411;
    float:right;
    font-family:Ubuntu,sans-serif;
    font-size:13px;
    font-weight:700;
    margin-top:22px;
}
.txt_campos_obligatorios_dir_recogida_rma {
/*    color: #419ac1;*/
    color: #004567;
    font-family: Ubuntu,sans-serif;
    font-size: 10px;
    font-weight: 500;
    float: right;
    margin-top: -11px;
}
.txt_contacto_dir_recogida_rma {
    /*margin-left:21px;*/
    width: 178px;
}
.txt_correo_dir_recogida_rma {
    margin-left:34px;
}
.txt_cp_dir_recogida_rma {
    width:73px;
}
.txt_cp_solicitud_recogida_rma, .txt_pais_solicitud_recogida_rma, .txt_select_direcciones_rma {
    font-family:'Oswald',sans-serif;
    color:#004567;
    float:left;
    font-size:14px;
    margin-top:1px;
}
.txt_datos_recogida_rma {
    color:#004567;
    float:left;
    font-size:18px;
    margin:10px 10px 0 21px;
}
.txt_destinatario_dir_recogida_rma, .txt_direccion_dir_recogida_rma,.txt_direccion2_dir_recogida_rma,.txt_poblacion_dir_recogida_rma {
    width: 132px;
}

.txt_nBultos_rma {
    color:#004567;
    float:right;
    font-size:17px;
    margin:10px 10px 0 21px;
}
/*.txt_nBultos_solicitud_recogida_rma {
    font-family:'Ubuntu',sans-serif;
    color:#419ac1;
    float:left;
    font-size:12px;
    font-weight:700;
    margin:13px 0 0 114px;
}*/
.txt_observaciones_dir_recogida_rma {
    margin-left:37px;
}
.txt_opcionA_rma {
    color:#004567;
}
.txt_opcionA_rma, .txt_opcionB_rma, .txt_numero_bultos_rma,.txt_correo_notificacion_rma {
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:700;
    margin-top:11px;
}
.txt_opcionA_rma, .txt_opcionB_rma {
    margin-left:43px;
}
.txt_opcionB_rma,.txt_numero_bultos_rma,.txt_correo_notificacion_rma  {
/*    color:#419ac1;*/
    color:#004567;
}
.txt_numero_bultos_rma {
    width: 180px;
    text-align: right;
}
.txt_correo_notificacion_rma {
    width: 124px;
    text-align: right;
}
.txt_pais_dir_recogida_rma{
    width: 68px;
}
.txt_provincia_dir_recogida_rma {
    width: 111px;
}
.txt_solicitud_recogida_rma {
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:16px;
    margin-top:4px;
    text-align:center;
    width:100%;
}
/*.txt_tel1_dir_recogida_rma {
    margin-left:41px;
}*/
.txt_telefono_dir_recogida_rma {
    width: 73px;
}
.txt_total_rma {
    float:left;
    margin-left:19px;
    margin-top:3px;
    text-align:right;
    width:170px;
}
#btn_nueva_dir_solicitar_recogida_rma {
    float:right;
    margin:7px 18px 0 20px;
}
#label_check_habilitar_envio, #label_check_solicitar_recogida {
    position:absolute;
        left:12px;
        top:9px;
    z-index:3;
}
#label_check_solicitar_recogida {
    background-position:0 -19px;
}
#texto_recogida_rma {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    font-weight:500;
    margin-top:15px;
    text-align:center;
    width:100%;
}

/* ---------------------------------------------------------- CREACION RMA (CRMA) ------------------------------------------------------------ */

.barra_botones_vrma {
    float:left;
    width:100%;
    margin:18px 0 28px 0;
}
.btn_anyadir_cabecera_prod_inc_crma {
    background-color:#fff;
/*    border:1px solid #b4d9e6;    */
    border:1px solid #004567;
    cursor:pointer;
    float:left;
    height:19px;
    margin:11px 0 0 6px;
    width:19px;
}
.btn_anyadir_cabecera_prod_inc_crma:hover {
/*    border:1px solid #004567;*/
    opacity: 0.6;
}
.btn_anyadir_cabecera_prod_inc_crma:hover > .signo_mas1_cabecera_prod_inc_crma, .btn_anyadir_cabecera_prod_inc_crma:hover > .signo_mas2_cabecera_prod_inc_crma {
/*    background-color:#004567;*/
    opacity: 0.6;
}
.btn_anyadir_crma {
    background-color:#fff;
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
    cursor:pointer;
    float:left;
    height:19px;
    margin:11px 0 0 3px;
    position:relative;
    width:88px;
}
.btn_anyadir_crma:hover {
    /*border:1px solid #004567;*/
    opacity:0.6;
}
.btn_anyadir_crma:hover > .txt_anyadir_crma {
    color:#004567;
}
.btn_anyadir_crma p, #btn_previsualizar_crma p {
    line-height:16px;
}
.btn_borrar_fila_crma, .btn_borrar_fila_vrma {
    background: #fff url(../imagenes/icono_borrar_linea_crma.png) 0 0;
    background-size:100% 200%;
    border:1px solid #ffca94;
    cursor:pointer;
    float:left;
    height:27px;
    margin:0 0 0 10px;
    overflow:hidden;
    width:27px;
}
.btn_borrar_fila_crma:hover, .btn_borrar_fila_vrma:hover {
    background-position:0 27px;
    border:1px solid #004567;
}
.btn_confirmar_RMA_crma {
    background-color: #f48222;
    background:-webkit-linear-gradient(left, #d35300, #f48222, #d35300);
    background:-o-linear-gradient(left, #d35300, #f48222, #d35300);
    background:-moz-linear-gradient(left, #d35300, #f48222, #d35300);
    background:linear-gradient(to right, #d35300, #f48222, #d35300);
    border:2px solid #913801;
    border-top-color:#fe9653;
    border-right-color:#943b03;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:500;
    height:28px;
    margin:0 0 50px 478px;
    text-align:center;
    text-shadow:2px 2px 3px #4d1e00;
    transition:box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
    width:224px;
}
.btn_confirmar_RMA_crma:hover {
    box-shadow:0 4px 8px #4e1f00;
}
.btn_confirmar_RMA_crma:active {
    border:none;
}
.btn_editar_crma {
    width:68px;
}
.btn_editar_prod_inc_crma {
    float:right;
    margin:5px 17px 0 0;
}
.btn_editar_off_crma {
    background-color:#b9b9b9;
    cursor:default;
}
.btn_editar_off_crma:active {
    box-shadow:none;
}
.btn_eliminar_seccion_crma, #btn_editar_cierre_RMA, .btn_volver_listado_chrma {
    background-color:#f48222;
}
.btn_eliminar_seccion_crma:hover, #btn_editar_cierre_RMA:hover {
    background-color:#df671c;
}
.btn_eliminar_seccion_crma:active, #btn_editar_cierre_RMA:active {
    background-color:#c15608;
}
.btn_mas_res_busqueda_crma {
    position:relative;
}
.btn_mas_res_busqueda_crma, .btn_menos_res_busqueda_crma {
    background-color:#fff;
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
    cursor:pointer;
    float:left;
    height:19px;
    width:19px;
}
.btn_mas_res_busqueda_crma:hover, .btn_menos_res_busqueda_crma:hover {
   /* border:1px solid #004567;*/
    opacity:0.6;
}
.btn_mas_res_busqueda_crma:hover > .signo_mas1_res_busqueda_crma, .btn_mas_res_busqueda_crma:hover > .signo_mas2_res_busqueda_crma, .btn_menos_res_busqueda_crma:hover > .signo_menos_res_busqueda_crma {
  /*  background-color:#004567;*/
    opacity:0.6;
}
.btn_procesar_art_crma {
    background-color:#004567;
}
.btn_procesar_art_crma:hover, #btn_guardar_RMA:hover {
    background-color:#176890;
}
.btn_procesar_art_crma:active {
    background-color:#c0e6fc;
}
.btn_procesar_art_crma, .btn_eliminar_seccion_crma, #btn_editar_cierre_RMA {
    cursor:pointer;
    float:right;
    height:24px;
    margin:0 8px 9px 0;
    text-align:center;
    transition:background-color 0.4s ease;
        -webkit-transition:background-color 0.4s ease;
        -moz-transition:background-color 0.4s ease;
        -o-transition:background-color 0.4s ease;
    width:128px;
}
.btn_ver_historico_crma {
    background-image:url(../imagenes/icono_info_crma.png);
/*    background-color:#b4d9e6;*/
    background-color:#004567;
    cursor:pointer;
    float:left;
    height:21px;
    margin:11px 0 0 6px;
    width:21px;
}
.btn_ver_historico_crma:hover {
   /* background-color:#004567;*/
    opacity:0.6;
}
.btn_vflotante_crma {
    background-color:#004567;
    cursor:pointer;
    float:left;
    height:23px;
    width:120px;
}
.btn_volver_listado_crma {
    float:right;
    width:192px;
    height:30px;
    background-color:#004567;
    text-align:center;
    cursor:pointer;
    line-height:14px;
}
.btn_volver_listado_crma:hover {
    opacity:0.8;
}
.btn_volver_listado_crma:active {
    opacity:0.6;
}
.cabecera_prod_inc_crma {
    background-color:#fff;
    float:left;
    height:42px;
    width:1147px;
}
.cabecera_prod_inc_vrma {
    background-color:#fff;
/*    border-bottom:1px solid #bed8e5;*/
    border-bottom:1px solid #004567;
    float:left;
    height:42px;
    width:970px;
}
.caja_anyadir_res_busqueda_crma {
    float:left;
    height:21px;
    margin:11px 4px 0 13px;
    width:90px;
}
.caja_cabecera_art_crma {
    /*border-bottom:1px solid #bed8e5;*/
    border-bottom:1px solid #004567;
    float:left;
    height:42px;
}
.caja_cabecera_art_crma.transparente {
    /*opacity:0.7;*/
    height:42px;
}
.caja_desplegar_crma {
    background-color:#fff;
    background-image:url(../imagenes/flecha_desplegable_crma.jpg);
    background-position:0px 19px;
    /*border:1px solid #419ac1;*/
    border:1px solid #004567;
    cursor:pointer;
    float:left;
    height:19px;
    margin:11px 0 0 12px;
    overflow:hidden;
    width:19px;
}
.caja_desplegar_crma:hover {
    opacity:0.6;
}
.caja_flecha_desplegar_crma {
    background:url(../imagenes/flecha_desplegar_crma.jpg) no-repeat 0 5px;
    background-size:100%;
    float:left;
    height:16px;
    margin:6px 0 0 5px;
    width:16px;
}
.caja_nombre_prod_inc_crma {
    float:left;
    width:692px;
}
.caja_nombre_prod_inc_vrma {
    float:left;
    width:515px;
}
.caja_uds_anaydir_res_busqueda_crma {
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    float:left;
    height:19px;
}
.caja_uds_incluidas_crma {
    margin:0 0 0 36px;
}
.caja_uds_incluidas_crma, .caja_uds_incluidas_vrma {
    background-color:#fff4e9;
    float:left;
    padding-top:16px;
}
.caja_uds_incluidas_crma {
    width:1108px;
    display:none;
}
.caja_uds_incluidas_vrma {
    display:block;
    max-height:400px;
    width:970px;
    position: relative;
/*    border-bottom: 1px solid #bed8e5;   */
    border-bottom: 1px solid #004567;
}
.caja_uds_incluidas_vrma.ps-container .ps-scrollbar-y-rail {
    opacity:1;
    width:16px;
    right:0;
    background-color:#fff;
        -webkit-border-radius:0;
        -moz-border-radius:0;
    border-radius:0;
    border-left:1px solid #bed8e5;
    border-right:1px solid #bed8e5;
}
.caja_uds_incluidas_vrma.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width:12px;
    margin-right:2px;
    background:#d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
        -webkit-border-radius:0;
        -moz-border-radius:0;
    border-radius:0;
}

.caja_uds_incluidas_vrma.ps-container:hover .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #fff;
}
.caja_uds_incluidas_vrma.ps-container.ps-in-scrolling.ps-y .ps-scrollbar-y-rail{
    background-color: #fff;
}
.caja_uds_incluidas_vrma.ps-container.ps-in-scrolling.ps-y .ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: #fff;
}

.caja_uds_incluidas_vrma.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color:#fff;
}
.campo_importe_crma {
    border:1px solid #ffca94;
    color:#595858;
    float:left;
    font-family:Ubuntu, sans-serif;
    font-size:14px;
    height:29px;
    margin-left:6px;
    padding:0 6px;
    text-align:right;
    width:90px;
}
.campo_incidencia_crma, .campo_incidencia_noprocede_crma {
    border:1px solid #ffca94;
    color:#595858;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:13px;
    height:29px;
    margin-left:6px;
    padding:0 8px;
}
.campo_incidencia_crma::placeholder {
    color:#a7a7a7;
}
.campo_uds_incluidas_crma {
    background-color:#fff;
   /* border:1px solid #b4d9e6;  */
    border:1px solid #004567;
    float:left;
    height:19px;
    margin:11px 0 0 8px;
    width:48px;
}
.cantidad_contenido_crma {
   /* color:#419ac1;*/
    color:#004567;
}
.checkbox_vrma {
    float:left;
    opacity:0;
    margin:10px 0 0 -18px;
}
.container_producto_vrma {
    float:left;
    width:94%;
    margin:25px 0 0 3%;
}
.cont_txt_mensaje_informativo_crma {
    float:left;
    width:1058px;
}
.en_RMA_res_busqueda_crma {
/*    color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    font-weight:700;
    height:17px;
    line-height:100%;
    margin:15px 0 8px 0;
    text-align:center;
    width:70px;
}
.fecha_ultima_actualizacion_vrma {
    float:right;
    margin-right:25px;
}
.fila_busqueda_crma {
/*    border-bottom:1px solid #bed8e5;    */
    border-bottom:1px solid #004567;
    float:left;
    height:43px;
    width:100%;
}
.fila_ud_incluida_crma {
    border-top:2px solid #b4b4b4;
    float:left;
    height:44px;
    width:100%;
}
.fila_ud_incluida_crma p {
    line-height:100%;
}
.fila_uds_incluidas_crma {
    float:left;
    height:29px;
    margin-bottom:16px;
}
.img_mensaje_informativo_crma {
    float:left;
    width:60px;
    height:34px;
    margin-top:20px;
    background:url(../imagenes/icono_info_rma.png) no-repeat center center;
}
.img_retirar_filtros_crma {
    background-size:cover;
    background:url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
    float:right;
    height:27px;
    width:27px;
}
.img_retirar_filtros_crma.activo:hover {
    opacity:0.8;
}
.img_retirar_filtros_crma.activo:active {
    opacity:0.6;
}
.info_articulo_procesado_crma {
    float:right;
    width:26px;
    height:26px;
    margin:8px 13px 0 0;
    background-image:url(../imagenes/icono_procesar_II.png);
    background-size:cover;
    display:none;
}
.input_tipo_incidencia_crma {
    border:1px solid #ffca94;
    color:#595858;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
    height:29px;
    margin-left:14px;
    padding-left:6px;
    width:148px;
}
.input_tipo_incidencia_crma:disabled, .campo_incidencia_crma:disabled, .campo_importe_crma:disabled, .campo_incidencia_noprocede_crma:disabled {
    background-color:#fff4e9;
}
.mensaje_informativo_crma {
    background-color:#fff;
    border:1px solid #004567;
    border-bottom-width:3px;
    float:left;
    height:73px;
    margin:50px 0 25px 0;
    text-align:center;
    width:1178px;
}
.nombre_col_res_busqueda_crma {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:700;
    margin:6px 0 0 11px;
}
.nombre_prod_inc_vrma {
    margin:5px 15px 0 15px;
    overflow:hidden;
    width:485px;
    white-space:nowrap;
}
.notas_resumen_crma {
    float:left;
    margin:9px 0 0 10px;
    width:100%;
}
.notas_resumen_crma, .weight_500_crma {
/*    color:#419ac1;*/
    color:#004567;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
}
.nueva_fila_crma {
    background-color:#ffee99;
}
.num_uds_incluidas_crma {
   /* color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    height:19px;
    text-align:center;
    width:48px;
}
.option_select_incidencia_crma {
    font-family:Ubuntu, sans-serif;
    font-size:14px;
    font-weight:500;
}
.PN_res_busqueda_crma {
    color:#686868;
    float:left;
    font-family:Ubuntu, sans-serif;
    font-weight:500;
    margin:16px 0 0 0;
    font-size:12px;
    text-align:left;
    width:145px;
    overflow:hidden;
    white-space:nowrap;
}
.producto_incluido_crma {
/*    border-top:1px solid #bed8e5;*/
    border-top:1px solid #004567;
    float:left;
    margin-top:-1px;
    width:100%;
}
.producto_incluido_crma:first-child {
    border-top:none;
    margin-top:0;
}
.producto_incluido_fancybox_crma {
/*    border-top:1px solid #bed8e5; */
    border-top:1px solid #004567;
    float:left;
    margin-left:3%;
    width:94%;
}
.producto_res_busqueda_crma {
/*    color:#419ac1;  */
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    margin:15px 7px 0 6px;
    overflow:hidden;
    white-space:nowrap;
    width:573px;
}
.referencia_res_busqueda_crma {
/*    color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    font-weight:700;
    margin:15px 6px 0 10px;
    overflow:hidden;
    white-space:nowrap;
    width:145px;
}
.retirar_filtros_crma {
    float:left;
    margin:1px 0 0 6px;
}
.rotar_crma {
    transition:all 0.3s ease;
    transform:rotateX(180deg);
}
.rotar_reset_crma {
    transition:all 0.3s ease;
    transform:rotateX(0deg);
}
.select_tipo_incidencia_crma {
    border:1px solid #ffca94;
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:12px;
    font-weight:700;
    height:29px;
    margin-left:14px;
    padding-left:6px;
    width:148px;
}
.separador_cabecera_prod_inc_crma {
    background-image:url(../imagenes/separador_banda_prod_inc.png);
    float:left;
    height:22px;
    margin-top:4px;
    width:1px;
}
.separador_col_res_busqueda_crma {
    background-image:url(../imagenes/separador_cols_res_busqueda.png);
    float:left;
    height:28px;
    margin-top:4px;
    width:1px;
}
.separador_cols_cabecera_crma {
    background-image:url(../imagenes/separador_cols_cabecera_busqueda.jpg);
    float:left;
    height:23px;
    margin-top:6px;
    width:1px;
}
.separador_fila_prod_inc_crma {
    margin:8px 0 0 17px;
}
.signo_mas1_cabecera_prod_inc_crma {
   /* background-color:#b4d9e6;*/
    background-color:#004567;
    float:left;
    height:1px;
    margin:9px 0 0 3px;
    width:13px;
}
.signo_mas1_res_busqueda_crma {
    position:absolute;
        left:4px;
        top:9px;
}
.signo_mas1_res_busqueda_crma, .signo_menos_res_busqueda_crma {
   /* background-color:#b4d9e6;*/
    background-color:#004567;
    float:left;
    height:1px;
    width:11px;
}
.signo_mas2_cabecera_prod_inc_crma {
/*    background-color:#b4d9e6;  */
    background-color:#004567;
    float:left;
    height:13px;
    margin:3px 0 0 -7px;
    width:1px;
}
.signo_mas2_res_busqueda_crma {
/*    background-color:#b4d9e6;*/
    background-color:#004567;
    height:11px;
    position:absolute;
        left:9px;
        top:4px;
    width:1px;
}
.signo_menos_res_busqueda_crma {
    margin:9px 0 0 4px;
}
.sin_lineas_vrma {
    float:left;
    width:100%;
    text-align:center;
}
.sin_resultados_crma {
    text-align:center;
    float:left;
    width:100%;
    padding:30px 0;
    font-family:'Ubuntu',sans-serif;
    font-weight:700;
    font-size:16px;
    color:#004567;
}
.texto_btn_vflotante {
    color:#fff;
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:120%;
    margin-top:5px;
    text-align:center;
    transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
    width:100%;
}
.texto_cabecera_prod_inc_crma {
    /*color:#419ac1;*/
    color:#004567;
    float:left;
    font-size:15px;
    margin-top:11px;
}
    .nombre_prod_inc_crma {
        font-family:'Ubuntu',sans-serif;
        font-size:14px;
        margin:12px 15px 0 0;
        width:670px;
        overflow:hidden;
        white-space:nowrap;
    }
    .referencia_prod_inc_crma {
        border:none;
        background-color:transparent;
        font-family:'Ubuntu',sans-serif;
        font-size:14px;
        font-weight:700;
        margin:12px 15px 0 14px;
        overflow:hidden;
        padding:0;
        line-height:150%;
        white-space:nowrap;
        width:150px;
    }
.texto_fila_ud_inc_crma {
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:12px;
    font-weight:700;
    margin-top:7px;
}
.textos_resumen_crma {
    /*color:#419ac1;*/
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    font-weight:700;
    margin-top:10px;
}
.titulos_contenido_crma {
    border-bottom:1px solid #004567;
    float:left;
    margin-top:35px;
    width:100%;
}
.txt_anyadir_crma {
    margin:3px 0 0 22px;
}
.txt_anyadir_crma, .txt_editar_crma {
/*    color:#419ac1;*/
    color:#004567;
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
}
.txt_atencion_crma {
    color:#004567;
    float:left;
    width:1058px;
    font-family:Oswald,sans-serif;
    font-weight:700;
    font-size:20px;
    margin-top:10px;
}
.txt_borrar_prod_inc_crma {
/*    border:1px solid #b4d9e6;*/
    border:1px solid #004567;
    cursor:pointer;
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
    height:18px;
    margin:11px 0 0 18px;
    padding-top:1px;
    text-align:center;
    width:88px;
}
.txt_borrar_prod_inc_crma:hover {
/*    border:1px solid #004567;
    color:#004567;*/
    opacity:0.6;
}
.txt_btn_confirmar_RMA_crma {
    float:left;
    width:100%;
    margin-top:5px;
}
.txt_btn_procesar_art_crma, .txt_btn_eliminar_seccion_crma {
    float:left;
    width:100%;
    margin-top:5px;
}
.txt_btn_volver_listado_crma {
    float:left;
    width:100%;
    margin-top:8px;
}
.txt_editar_crma {
    margin:4px 0 0 14px;
}
.txt_importe_crma {
    margin-left:14px;
}
.txt_importe_cierre_rma {
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
    margin:14px 0 0 20px;
}
.txt_importe_total_crma {
    margin-left:150px;
}
.txt_incidencia_crma {
    margin-left:15px;
}
.txt_mensaje_informativo_crma {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    font-weight:500;
    margin-top:1px;
    width:1058px;
}
.txt_pte_procesar_crma {
    margin:7px 0 0 14px;
}
.txt_referencias_inc_crma {
    margin-left:11px;
}
.txt_sin_lineas_vrma {
    float: left;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #004567;
    padding: 10px 0 25px 0;
}
.txt_solo_aceptados_crma, .txt_solo_rechazados_crma {
    color:#004567;
    float:left;
    font-size:12px;
    font-family:'Ubuntu',sans-serif;
    font-weight:700;
    margin:3px 0 0 6px;
}
.txt_titulo_contenido_crma {
    color: #004567;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 7px 0 5px 11px;
}
.txt_uds_afectadas_crma {
    margin-left:212px;
}
.txt_unidades_prod_inc_crma {
    font-family:'Ubuntu',sans-serif;
    font-size:12px;
    font-weight:700;
    margin-top:14px;
}
.txt_ver_crma {
    color:#f48222;
    font-family:'Ubuntu',sans-serif;
    font-size:15px;
    font-weight:400;
}
.txt_volver_listado_rma {
    float:left;
    width:100%;
    color:#fff;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:500;
    margin-top:5px;
}
.uds_anyadir_res_busqueda_crma {
/*    border-bottom:1px solid #b4d9e6; */
    border-bottom:1px solid #004567;
    border-left:none;
    border-right:none;
/*    border-top:1px solid #b4d9e6;*/
    border-top:1px solid #004567;
/*    color:#419ac1; */
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:700;
    height:21px;
    padding:0;
    text-align:center;
    width:46px;
}
.valores_resumen_crma {
    /*color:#419ac1;    */
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    margin:10px 0 0 8px;
}
.volver_listado_rma {
    float:left;
    width:224px;
    height:28px;
    background-color:#004567;
    text-align:center;
}
.weight_500_crma {
    font-weight:700;
}

/* ------------------------------------------------------------------ ID's ------------------------------------------------------------------------ */

#banda_resumen_crma {
    background-color:#fff;
   /* border-bottom:1px solid #bed8e5;*/
    border-bottom:1px solid #004567;
    border-top:1px solid #004567;
    float:left;
    height:43px;
    margin-top:7px;
    width:100%;
}
#btn_buscar_crma {
    background:url(../imagenes/icono_buscar_crma.jpg) no-repeat;
    border:none;
    border-radius:2px;
    float:left;
    height:32px;
    margin-left:7px;
    width:32px;
}
#btn_cancelar_vflotante_crma {
    background-color:#f48222;
    margin-left:358px;
    transition:background-color 0.4s ease;
        -webkit-transition:background-color 0.4s ease;
        -moz-transition:background-color 0.4s ease;
        -o-transition:background-color 0.4s ease;
}
#btn_cancelar_vflotante_crma:hover {
    background-color:#df671c;
}
#btn_cancelar_vflotante_crma:active {
    background-color:#c15608;
    transition:none;
}
#btn_confirmar_RMA_crma:active {
    background-color:#f17d34;
}
#btn_editar_cierre_RMA {
    margin:9px 0 0 0;
}
#btn_guardar_RMA {
    background-color:#004567;
    cursor:pointer;
    float:right;
    height:24px;
    margin:9px 0 0 8px;
    transition:background-color 0.4s ease;
        -webkit-transition:background-color 0.4s ease;
        -moz-transition:background-color 0.4s ease;
        -o-transition:background-color 0.4s ease;
    width:128px;
}
#btn_guardar_vflotante_crma {
    margin-left:16px;
    transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
}
#btn_guardar_vflotante_crma:hover, #btn_previsualizar_crma:hover {
    opacity:0.8;
}
#btn_guardar_vflotante_crma:active {
    opacity:0.6;
    transition:none;
}
#btn_previsualizar_crma {
    background-color:#004567;
    border-radius:2px;
    cursor:pointer;
    float:right;
    height:22px;
    margin-top:3px;
    width:142px;
}
#btn_previsualizar_crma:active {
    box-shadow:2px 2px 2px black inset;
}
/*#btn_volver_crma {
    background-color:#fff;
    border:1px solid #d7d7d7;
    height:22px;
    margin-top:8px;
    width:156px;
}
#btn_volver_crma:hover {
    border:1px solid #004567;
}
#btn_volver_crma:hover > #texto_btn_volver_crma {
    color:#004567;
}*/
#cabecera_res_busqueda_crma {
    background-color:#fff;
    border-bottom:1px solid #004567;
    float:left;
    height:31px;
    width:100%;
    margin-top:40px;
}
#caja_ajax_res_busqueda_crma {
    margin:0 auto;
    width:1180px;
}
#caja_buscador_crma {
    float:left;
    width:100%;
}
#caja_contenido_crma, #caja_contenido_cierre_RMA,.caja_contenido_chrma{
    float:left;
    width:1180px;
    margin:0 0 30px 50px;
}
#caja_contenido_RMA_crma {
    float:left;
    width:100%;
}
#caja_filas_busqueda_crma {
    float:left;
    max-height:356px;
    width:1178px;
    margin-bottom:35px;
}
#caja_filas_busqueda_crma p {
    line-height:120%;
}
#caja_notas_resumen_crma {
    float:left;
    height:auto;
    width:900px;
}
#caja_productos_incluidos_crma {
    float:left;
    margin-top:4px;
    width:100%;
}
#caja_resumen_crma {
    float:left;
    margin:55px 0;
    width:100%;
}
#container_crma {
    border:none;
    margin:18px 0 0 50px;
    width:1180px;
}
#contenedor_input_buscador_crma {
    border:1px solid #d8d8d8;
    float:left;
    height:30px;
    margin-left:347px;
    width:486px;
}
#filtro_oscuro_crma {
    background-color:#000;
    display:none;
    height:100%;
    opacity:0.8;
    margin:0;
    padding:0;
    position:fixed;
        left:0;
        top:0;
    width:100%;
    z-index:5;
}
#id_ejemplo_desplegable_crma {
    display:none;
}
#img_eliminar_busqueda_crma {
    background:url('../imagenes/icono_borrar_busqueda_crma.png');
    background-color:#d7d7d7;
    cursor:pointer;
    height:24px;
    margin:3px 3px 0 0;
    position:relative;
    width:24px;
}
#img_eliminar_busqueda_crma:hover {
    background-color:#004567;
}
#input_buscador_crma {
    border:none;
    color:#7d7d7d;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    height:30px;
    padding:0 7px;
    text-align:left;
    width:456px;
}
#input_buscador_crma::placeholder {
    color:#bebbbb;
}
#num_rma_resumen_crma {
    float:left;
    color:#004567;
    font-family:'Ubuntu',sans-serif;
    font-weight:700;
    margin-left:12px;
}
#num_rma_resumen_crma {
    font-size:16px;
}
#texto_btn_volver_crma {
    color:#bab9b9;
    font-size:13px;
    margin-top:4px;
}
#txt_anyadir_a_RMA_crma {
    margin-left:5px;
    text-align:center;
    width:190px;
}
#txt_contenido_RMA_crma, #txt_resumen_crma {
    float:left;
}
#txt_contenido_RMA_crma, #num_rma_crma {
    color:#004567;
    font-size:22px;
    font-weight:normal;
}
#txt_editar_crma {
    margin-left:0;
    text-align:center;
    width:118px;
}
#txt_en_RMA_crma {
    margin-left:0;
    text-align:center;
    width:86px;
}
#txt_PN_crma {
    margin-left:0;
    width:145px;
}
#txt_previsualizar_crma {
    color:#f8be00;
    font-family:Ubuntu,sans-serif;
    font-size:13px;
    font-weight:500;
    margin:4px 0 0 22px;
}
#txt_producto_crma {
    width:571px;
}
#txt_referencia_crma {
    width:145px;
}
#txt_contenido_RMA_crma {
    margin:0;
}
#ventana_flotante_ejemplo_crma {
    background-color:#fff;
    height:auto;
    width:1152px;
    padding:40px 24px 30px 24px;
    float:left;
}

/* ----------------------------------------------------------------   SECCION RMA    --------------------------------------------------------------- */
/* ------------------------------------------------------------------   CHAT RMA   ----------------------------------------------------------------- */

.borde_caja_importe_chrma {
    background-color:#004567;
    float:left;
    height:1px;
    margin:8px 20px 8px -25px;
    width:396px;
}
.btn_aceptar_chrma {
    background-color:#f48222;
    background:-webkit-linear-gradient(left,#d35300,#f48222,#d35300);
    background:-o-linear-gradient(left,#d35300,#f48222,#d35300);
    background:-moz-linear-gradient(left,#d35300,#f48222,#d35300);
    background:linear-gradient(to right,#d35300,#f48222,#d35300);
    border:2px solid #913801;
    border-right-color:#943b03;
    border-top-color:#fe9653;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:500;
    height:28px;
    line-height:14px;
    margin:0 0 50px 455px;
    text-align:center;
    text-shadow:2px 2px 3px #4d1e00;
    transition:box-shadow 0.3s ease;
    -webkit-transition:box-shadow 0.3s ease;
    -moz-transition:box-shadow 0.3s ease;
    -o-transition:box-shadow 0.3s ease;
    width:290px;
}
.btn_aceptar_chrma:hover {
    box-shadow:0 4px 8px #4e1f00;
}
.btn_aceptar_chrma:active {
    border:none;
}
.btn_enviar_respuesta_chat_rma {
    background-color:#f48222;
    cursor:pointer;
    float:left;
    height:26px;
    margin:8px 0 0 470px;
    transition:background-color 0.4s ease;
    -webkit-transition:background-color 0.4s ease;
    -moz-transition:background-color 0.4s ease;
    -o-transition:background-color 0.4s ease;
    width:240px;
}
.btn_enviar_respuesta_chat_rma:hover {
    background-color:#df671c;
}
.btn_enviar_respuesta_chat_rma:active {
    background-color:#c15608;
    transition:none;
}
/*.btn_volver_listado_chrma {
    background-color:#004567;
    cursor:pointer;
    float:left;
    height:20px;
    margin:5px 0 0 519px;
    text-align:center;
    width:162px;
}
.btn_volver_listado_chrma:hover {
    opacity:0.8;
}*/
.caja_contenido_chrma {
    float:left;
    margin-left:50px;
    width:1180px;
}
.chat_rma {
    float:left;
    margin:20px 10px;
    width:1180px;
}
.caja_der_respuesta_chat_rma {
    background-color:#E3EFF3;
    border-left:6px solid #fff;
    float:right;
    width:587px;
}
.caja_emisor_respuesta_chat_rma {
    float:left;
    height:30px;
    width:100%;
}
.caja_escribir_respuesta_chat_rma {
    background-color:#004567;
    border-radius:0 0 25px 25px;
    float:left;
    margin-top:16px;
    width:100%;
}
.caja_izq_respuesta_chat_rma {
    float:left;
    width:587px;
    background-color:#FCECE3;
    border-right:6px solid #fff;
}
.caja_fecha_respuesta_chat_rma {
    background-color:#fff;
    color:#797979;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:4px;
    font-weight:700;
    height:16px;
    margin-top:10px;
    padding:7px 22px;
    width:543px;
}
.caja_fecha_respuesta_chat_rma.der {
    border-top:2px solid #004567;
}
.caja_fecha_respuesta_chat_rma.izq {
    border-top:2px solid #f48222;
}
.caja_importe_total_chrma {
    background-color:#fff;
    border-top:1px solid #004567;
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:18px;
    font-weight:700;
    height:28px;
    margin:5px 0 0 455px;
    width:290px;
}
.caja_importe_total1_chrma {
    background-color:#fff;
    border:1px solid #004567;
    border-right-width:3px;
    border-left-width:3px;
    color:#004567;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:18px;
    font-weight:700;
    height:75px;
    margin:5px 379px 0 379px;
    padding:6px 45px;
    width:346px;
}
.caja_respuesta_chat_rma {
    float:left;
    padding:15px 22px;
    width:543px;
}
.caja_respuesta_chat_rma.der {
    background-color:#AED8E5;
    border-bottom:4px solid #004567;
}
.caja_respuesta_chat_rma.izq {
    background-color:#FFD3B5;
    border-bottom:4px solid #f48222;
}
.fecha_respuesta_der_rma {
    float:right;
    text-align:right;
    width:272px;
}
.fecha_respuesta_izq_rma {
    float:left;
    width:272px;
}
.hace_respuesta_der_rma {
    float:left;
    width:271px;
}
.hace_respuesta_izq_rma {
    float:right;
    text-align:right;
}

.icono_chat_rma:hover {
    background-position:top;
}
.icono_departamento_chat_rma {
    background-image:url(../imagenes/favicon.png);
    background-size:cover;
    float:right;
    height:36px;
    margin:-2px 0 0 12px;
    width:31px;
}
.icono_usuario_chat_rma {
    background-image:url(../imagenes/icono_usuarios.png);
    float:left;
    height:19px;
    margin-right:12px;
    margin-top:5px;
    width:25px;
}
.input_escribir_chat_rma {
    border:none;
    color:#454545;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    height:48px;
    min-height:16px;
    margin:6px 124px;
    padding:5px 15px;
    resize:none;
    width:902px;
}
.label_input_vrma {
    background:url(../imagenes/checkbox_rma.png) no-repeat top center;
    cursor:pointer;
    height:16px;
    margin:8px 9px 0 0;
    opacity:0.4;
    position:relative;
    width:25px;
    z-index:2;
}
.linea_respuesta_chat_rma {
    float:left;
    width:100%;
}
.linea_respuesta_chat_rma.der {
    background-color:#FCECE3;
}
.linea_respuesta_chat_rma.izq {
    background-color:#E3EFF3;
}
.nombre_emisor_respuesta_chat_rma {
    margin-top:3px;
    font-family:'Oswald',sans-serif;
    font-size:18px;
}
.nombre_emisor_respuesta_chat_rma.der {
    color:#004567;
    float:right;
}
.nombre_emisor_respuesta_chat_rma.izq {
    color:#f48222;
    float:left;
}
.respuesta_chat_rma {
    color:#454545;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:14px;
    font-weight:500;
    line-height:18px;
    margin-top:10px;
    text-align:justify;
    width:100%;
}
.sin_conversaciones_chat_rma {
    float:left;
    padding:22px 0;
    width:100%;
}
.texto_checkbox_vrma {
    color:#f48222;
    cursor:pointer;
    font-family:Ubuntu, sans-serif;
    font-size:14px;
    font-weight:500;
    margin:6px 36px 0 0;
    opacity:0.4;
}
.titulo_chat_rma {
    background-color:#004567;
    color:#fff;
    float:left;
    height:26px;
    margin-bottom:16px;
    padding-left:34px;
    padding-top:4px;
    width:1146px;
}
.txt_destruir_arts_vrma {
    color:#004567;
    float:left;
    font-family:'Ubuntu',sans-serif;
    font-size:16px;
    font-weight:700;
    text-align:center;
    width:100%;
}
.txt_enviar_chat_rma {
    float:left;
    color:#fff;
    font-family:Ubuntu,sans-serif;
    font-size:15px;
    font-weight:700;
    margin-top:4px;
    text-align:center;
    width:100%;
}
.txt_gastos_recogida_chrma {
    color: #f48222;
    float: right;
    font-family: Ubuntu,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 2px;
}
.txt_sin_conversaciones_chat_rma {
    color:#525050;
    float:left;
    font-family:Ubuntu,sans-serif;
    font-size:22px;
    font-weight:700;
    text-align:center;
    width:100%;
}
.txt_total_chrma {
    float:left;
    margin-top:3px;
    margin-left:19px;
    text-align:right;
    width:110px;
}
.txt_total1_chrma {
    float:left;
    margin-top:3px;
    text-align:right;
    width:110px;
}
.valor_total_chrma {
    float:left;
    margin-top:3px;
    text-align:right;
    width:146px;
}
.valor_total1_chrma {
    float:right;
    margin-top:3px;
    text-align:right;
    width:170px;
}
#ajax_cont_respuestas_chat_rma {
    float:left;
    overflow:hidden;
    position:relative;
    width:100%;
}
#ajax_cont_respuestas_chat_rma.ps-container .ps-scrollbar-y-rail {
    background-color:#fff;
        -webkit-border-radius:0;
        -moz-border-radius:0;
    border-radius:0;
    border-left:1px solid #fff;
    opacity:1;
    right:0;
    width:16px;
}
#ajax_cont_respuestas_chat_rma.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    background:#d7d7d7 url(../imagenes/deslizador_scroll_azul.jpg) no-repeat center center;
        -webkit-border-radius:0;
        -moz-border-radius:0;
    border-radius:0;
    margin-right:2px;
    width:12px;
}
#ajax_cont_respuestas_chat_rma.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color:#fff;
}
#caja_art_rechazados_chrma {
    float:left;
    width:100%;
}
#caja_destino_art_rechazados {
    border:1px solid #004567;
    border-bottom:3px solid #004567;
    margin:50px 10% 10px 10%;
    padding:12px 0;
    width:80%;
}
#caja_opciones_destruir_arts_vrma {
    display:flex;
    flex-direction:row;
    float:left;
    justify-content:center;
    width:100%;
}

/* ------------------------------------------------------------------ CHAT RMA ------------------------------------------------------------------ */
/* ------------------------------------------------------------ Personalizar Alertify ----------------------------------------------------------- */

.ajs-header {
    color: white !important;
    background-color: #004567 !important;
    padding: 7px 24px !important;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif !important;
}
.ajs-content {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif !important;
    color: #004567 !important;
    text-align: justify;
}
.ajs-button.ajs-ok {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif !important;
    color: white !important;
    min-height: 24px !important;
    cursor: pointer !important;
    float: left !important;
    height: 24px !important;
    margin-top: 12px !important;
    width: 110px !important;
    margin-left: 5px !important;
    border: none !important;
    background-color: #004567 !important;
    text-align: center;
    transition:opacity 0.4s ease;
        -webkit-transition:opacity 0.4s ease;
        -moz-transition:opacity 0.4s ease;
        -o-transition:opacity 0.4s ease;
}
.ajs-button.ajs-ok:hover {
    opacity:0.8;
}
.ajs-button.ajs-ok:active {
    opacity: 0.7;
}
.ajs-button.ajs-cancel {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif !important;
    color: white !important;
    min-height: 24px !important;
    cursor: pointer !important;
    float: right !important;
    height: 24px !important;
    margin-right: 5px !important;
    margin-top: 12px !important;
    margin-left: 8px !important;
    width: 110px !important;
    border: none !important;
    background-color: #f48222 !important;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    text-align: center;
}
.ajs-button.ajs-cancel:hover {
    background-color: #df671c !important;
}
.ajs-button.ajs-cancel:active {
    background-color: #c15608 !important;
}
.ajs-close {
    width: 32px !important;
    height: 32px !important;
    background: url(../imagenes/fancybox_sprite.png) top !important;
    padding: 0 0 0 0;
    margin: -25px -43px 0 11px;
    position: relative;
}
.alertify .ajs-body {
    min-height: 48px !important;
}
.alertify .ajs-dialog {
    margin: 16% auto !important;
}
.ajs-message.ajs-correct {
    background: rgba(91, 189, 114, 0.95); !important;
    color: white;
}
.ajs-message.ajs-success {
    background-color: #004567 !important;
}
.ajs-message.ajs-error {
    background-color: #f48222 !important;
}
.ajs-dimmer {
    background-color: #000 !important;
    opacity: 0.7 !important;
}

/*********************************************      VENTANA INSERTAR TRUCOS     ****************************************/

.container_vvt, .container_vit {
    float: left;
}
.container_vvt.grande {
    width: 800px;
}
.container_vvt.peq {
    width: 604px;
}
.caja_titulo_vvt {
    float: left;
    margin: 15px 61px 0 61px;
    line-height: 34px;
}
.caja_titulo_vvt.grande {
    width: 677px;
}
.caja_contenido_vvt.grande {
    width: 647px;
}
.caja_titulo_vvt.peq {
    width: 481px;
}
.caja_contenido_vvt.peq {
    width: 451px;
}
.caja_contenido_vvt {
    float: left;
    margin: 15px 61px 0 61px;
    padding: 15px;
    background-color: #D4E9F4;
}
.texto_titulo_vvt {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: #004567;
    width: 100%;
    float: left;
    line-height: 34px;
    text-align: justify;
}
.descripcion_truco_vvt {
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #525353;
    width: 100%;
    text-align: justify;
}
.cont_truco_no_valido_vvt {
    float: left;
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: white;
}
.txt_truco_no_valido_vvt {
    float: left;
    width: 100%;
    font-family: 'Ubuntu', san-serif, serif;
    font-size: 22px;
    color: #525353;
    margin-top: 25px;
}
.compatibilidades_truco_vvt {
    float: left;
    width: 675px;
    margin: 0 62px;
    max-height: 155px;
    overflow: hidden;
    position: relative;
    border: 1px solid #c8c8c8;
    border-bottom-width: 3px;
    background-color: #F1F8FB;
}
.compatibilidades_truco_vvt.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 1px solid #c8c8c8;
}
.compatibilidades_truco_vvt.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.compatibilidades_truco_vvt.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
.compatibilidad_truco_vvt {
    float: left;
    width: 224px;
    height: 30px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background-color: white;
}
.txt_valido_modelos_vvt {
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    color: #004567;
    float: left;
    font-size: 14px;
    padding: 0;
    margin-left: 61px;
    width: 300px;
    text-align: left;
    margin-bottom: 5px;
}
.txt_compatibilidad_truco_vvt {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #525353;
    margin: 9px 12px;
    width: 200px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}
.caja_buscador_vvt {
    float: right;
    width: 300px;
    height: 30px;
    margin-right: 61px;
}
.input_busc_modelos_truco_vvt {
    color: #535353;
    float: right;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    height: 24px;
    padding: 0 5px;
    text-align: left;
    width: 242px;
    border: 1px solid #ccc;
    border-right-width: 3px;
    border-left-width: 3px;
}
/*#btn_buscar_modelos_truco_vvt {
    position: relative;
    height: 20px;
    left: 244px;
    width: 20px;
    top: 2px;
}*/
.retirar_filtros_vvt {
    float: right;
    width: 24px;
    margin-left: 5px;
}
.img_retirar_filtros_vvt {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: -1px;
    background-size: contain;
    background: url(../imagenes/icono_borrar_filtros.jpg) no-repeat;
}
.img_retirar_filtros_vvt:hover {
    opacity: 0.8;
}
.img_retirar_filtros_vvt:active {
    opacity: 0.6;
}
#caja_titulo_vit {
    float: left;
    height: 44px;
    margin-top: 15px;
    width: 100%;
}
#txt_titulo_vit {
    margin-left: 61px;
    text-align: left;
}
.etiqueta_formulario_vit {
    color: #004567;
    float: left;
    font-size: 14px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: right;
    width: 74px;
}
#campo_titulo_vit {
    margin-left: 61px;
    text-align: left;
    margin-top: 4px;
    padding: 1px 6px;
    width: 480px;
    color: #787878;
    height:20px;
}
.campo_form_vit {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    font-size: 12px;
    height: 15px;
    margin: 0 0 15px 0;
    padding: 1px 4px;
    text-align: right;
}
#caja_compatibilidad_vit, #caja_compatibilidad_vvt {
    float: left;
    margin: 16px 0 20px 0;
    width: 100%;
}
#caja_contenido_vit {
    float: left;
    margin-top: 30px;
    width: 100%;
}
#txt_valido_modelos_vit {
    color: #004567;
    float: left;
    font-size: 14px;
    padding: 0;
    margin-left: 58px;
    width: 32%;
}
.etiqueta_formulario_vit {
    color: #004567;
    float: left;
    font-size: 14px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: right;
    width: 74px;
}
#btn_seleccionar_todos_vit {
    background-color: #004567;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 2px 0 0 132px;
    width: 150px;
}
#btn_seleccionar_todos_vit:hover {
    background-color: #1f5976;
}
#btn_seleccionar_todos_vit:active {
    background-color: #4a768b;
}
#txt_seleccionar_todos_vit {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
#caja_modelos_impresoras_vit {
    float: left;
    max-height: 127px;
    margin: 4px 0 0 61px;
    width: 479px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #c8c8c8;
    border-bottom: 3px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}
.caja_modelos_impresoras_vit.ps-container .ps-scrollbar-y-rail {
    opacity: 1;
    width: 16px;
    right: 0;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.caja_modelos_impresoras_vit.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 12px;
    margin-right: 2px;
    background: #d7d7d7 url(../imagenes/deslizador_scroll.jpg) no-repeat center center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.caja_modelos_impresoras_vit.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: white;
}
#caja_scroll_vit {
    border: 1px solid #c8c8c8;
    float: right;
    height: 152px;
    width: 16px;
}
.caja_modelo_compatible_vit {
    border: 1px solid #c8c8c8;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-bottom: -1px;
    width: 477px;
}
.caja_modelo_compatible_vit.grande {
    width: 461px;
}
.caja_modelo_compatible_vit:hover {
    position: relative;
    z-index: 3;
    border: 1px solid #004567;
}
.caja_modelo_compatible_vit:hover > .nombre_modelo_compatible_vit {
    color: #004567;
}
.caja_modelo_compatible_vit:hover > .caja_checkbox_modelo_vit {
    border-right: 1px solid #004567;
}
.caja_modelo_compatible_vit input[type='checkbox'] {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}
.caja_checkbox_modelo_vit {
    border-right: 1px solid #c8c8c8;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 19px;
    background: url(../imagenes/checkbox_aviso_as.jpg) no-repeat bottom;
}
.nombre_modelo_compatible_vit {
    color: #b4b4b4;
    float: left;
    font-size: 13px;
    padding-left: 10px;
    height: 20px;
    width: 431px;
}
.nombre_modelo_compatible_vit.grande {
    width: 447px;
}
#txt_contenido_vit {
    margin-left: 59px;
    text-align: left;
}
#campo_texto_contenido_vit {
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    height: 175px;
    margin: 4px 61px 0 61px;
    max-height: 175px;
    max-width: 480px;
    padding: 5px;
    width: 480px;
    color: #787878;
}
#btn_guardar_vit {
    margin: 20px 0 20px 249px;
}
.txt_btn_guardar_vit {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: -1px;
}
/***********************        BARRA POLITICA DE COOKIES   **********************/
.barra_login_aviso_cookies{
    float: right;
    background-color: #bd3f14;
    color: #FFF;
    padding: 2px 5px;
    margin-top: 5px;
    width: 340px;
}
.barra_politica_cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-color: #8bc8db;
    border-top: 2px solid #004567;
}
.botones_politica_cookies {
    float: left;
    width: 15%;
}
.texto_politica_cookies {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #004567;
    font-weight: 500;
    line-height: 18px;
    margin-top: 9px;
    float: left;
    width: 85%;
}
.btn_aceptar_cookies{
    background-color: #f48222;
}
.btn_aceptar_cookies:hover {
    background-color: #df671c;
}
.btn_aceptar_cookies:active {
    background-color: #c15608;
}
.btn_rechazar_cookies{
    background-color: #004567;
}
.btn_rechazar_cookies:hover {
    background-color: #1f5976;
}
.btn_rechazar_cookies:active {
    background-color: #4a768b;
}
.boton_btn_cookies {
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-top: 14px;
    width: 150px;
}
.texto_btn_cookies {
    float: left;
    width: 100%;
    font-family: Ubuntu, sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}
.dibujo_empresa {
    float: left;
    width: 575px;
    height: 912px;
    background: url(../imagenes/ilustracion_empresa.jpg) no-repeat top left;
    margin-top: 46px;
    margin-left: 40px;
}
.caja_descripcion_empresa {
    float: left;
    width: 625px;
    margin-top:46px;
}
.caja_descripcion_formas_pago, .caja_descripcion_condiciones, .caja_descripcion_envios {
    float: left;
    width: 1200px;
    margin-left: 40px;
}
.titulo_empresa {
    float: left;
    width: 615px;
    border: 2px solid #CACACA;
    border-right-width: 5px;
    border-left-width: 5px;
}
.titulo_formas_pago, .titulo_condiciones, .titulo_envios {
    float: left;
    width: 1190px;
    border: 2px solid #CACACA;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-top: 46px;
}
.texto_titulo_empresa, .texto_titulo_formas_pago, .texto_titulo_condiciones, .texto_titulo_envios {
    float: left;
    font-family: 'Oswald', Tahoma, Geneva, sans-serif;
    font-weight: 400;
    color: #004567;
    font-size: 22px;
    padding: 5px 15px;
}
.caja_texto_empresa {
    float: left;
    width: 593px;
    background-color: #FCDEC2;
    margin: 18px 0 36px 0;
    padding: 50px 16px 24px 16px;
}
.caja_texto_formas_pago, .caja_texto_condiciones, .caja_texto_envios {
    float: left;
    width: 968px;
    /*background-color: #FCDEC2;*/
    margin: 20px 0 36px 0;
    padding: 50px 116px 24px 116px;
}
.identado_textos_empesa {
    margin-left: 20px;
}
.texto_empresa, .texto_formas_pago, .texto_condiciones, .texto_envios {
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    color: #004567;
    font-size: 16px;
    text-align: justify;
    line-height: 18px;
}
.footer_texto_empresa {
    float: left;
    width: 388px;
}
.logo_pagina_empresa {
    float: right;
    margin-right: 22px;
    width: 183px;
    background: url(../imagenes/logo_seccion_empresa.png) no-repeat;
    height: 110px;
}
.texto_nombre_empresea {
    float: left;
    width: 100%;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    color: #004567;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
/****************     CONFIRMACIÓN PEDIDO         ******************/
#caja_superior_fin_compra_cf{
    width: 990px;
    margin: 0 auto;
}
#caja_fin_compra_cf{
    width: 100%;
    float: left;
    margin-top: 51px;
    background-color: #FFE3C9;
    border-left: 5px solid #FF8200;
    border-right: 5px solid #FF8200;
}
.caja_texto_fin_compra_cf{
    float: left;
    width: 100%;
    color: #333;
    margin-bottom: 40px;
}
#caja_mensaje_fin_compra_cf{
    width: 680px;
    margin: 0 auto;
}
#caja_mensaje_resto_fin_compra_cf{
    width: 680px;
    margin: 0 auto;
}
.txt_titulo_fin_compra_cf{
    margin-top: 37px;
    color: #A34900;
    font-size: 34px;
    text-align: center;
    float: left;
    width: 100%;
}
.txt_fin_compra_cf{
    width: 100%;
    color: #333;
    background-color: white;
    float: left;
    text-align: center;
    padding: 25px 0;
    margin-top: 5px;
    box-shadow: 0 3px 6px rgba(58,44,50,0.3);
}
.caja_resto_info_cf{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.txt_fin_compra_otro_cf{
    width: 100%;
    color: #333;
    float: left;
    text-align: center;
}
/******************************************************** CAMBIOS ALMACEN ***********************************************************/
#header_ca {
    float:left;
    min-width: 1280px;
    width:100%;
}
#banda_azul_header_ca{
    background: url(../imagenes/textura_header.jpg) repeat;
    float: left;
    width: 100%;
    min-width: 1280px;
}
#logo_MC_header_ca{
    float: left;
    width:100%;
    min-width:1280px;
    text-align:center;
    height: 59px;
    background: url(../imagenes/logo_MC_web_III.jpg) no-repeat center;
}
#caja_mensaje_cierre_ca {
    float: left;
    margin: 40px 201px;
    width: 786px;
}
#caja_mensaje_fin_compra_lp {
    height: 125px;
    width: 487px;
    float: left;
    margin: 50px 395px 30px 395px;
}
.boton_ir_lp {
    float: left;
    background-color: #f48222;
    cursor: pointer;
    height: 25px;
    width: 160px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    text-align: center;
    font-family: 'Ubuntu', Tahoma, Geneva, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 13px;
    margin-bottom: 30px;
}
.boton_ir_lp:hover {
    background-color: #df671c;
}
.boton_ir_lp:active {
    background-color: #c15608;
}
#ir_a_facturas_lp {
    margin-left: 20px;
}
.boton_ir_lp span {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.caja_texto_fin_compra{
    float: left;
    width:427px;
}
#corchete_der_lp, #corchete_izq_lp {
    height: 125px;
    margin-top: -32px;
    width: 30px;
}
#corchete_izq_lp{
    float: left;
}
#corchete_der_lp, #tramo_corchete_05_lp {
    float: right;
}

.tramo_horiz_corchete_lp {
    height: 5px;
    width: 30px;
}
.tramo_horiz_corchete_lp, .tramo_vert_corchete_lp {
    background-color: #e3ad00;
    box-shadow: 1px 1px 5px #000;
    float: left;
}
.tramo_vert_corchete_lp {
    height: 115px;
    width: 5px;
}
#txt_atencion_ca{
    float: left;
    width: 100%;
    color: #914D0C;
    font-size: 28px;
    text-align: center;
}
.txt_titulo_fin_compra_lp {
    color: #e3ad00;
    font-size: 28px;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
    float: left;
    width: 100%;
}
.txt_fin_compra_lp {
    color: white;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
    font-family: Ubuntu, sans-serif;
    width: 100%;
    float: left;
}
.txt_fin_compra_lp1 {
    color: white;
    text-shadow: 1px 1px 4px #000;
    font-family: Ubuntu, sans-serif;
    width: 100%;
    text-align: justify;
    float: left;
}
.caja_txt_aviso_atencion_ca{
    float: left;
    width: 100%;
    background-color: white;
    height: 27px;
    box-shadow: 0 4px 3px rgba(58,44,50,0.3);
}
#txt_aviso_atencion_ca {
    float:left;
    width: 100%;
    color:#4e4e4e;
    text-align: center;
}
.page_cambios_almacen{
    float:left;
    width: 1188px;
    background-color: #FCE2C9;
    border-left: 6px solid #f48222;
    border-right: 6px solid #f48222;
    margin:70px 0 0 40px;
}
#caja_art_disponibles_lp {
    margin-top: 34px;
}
#caja_art_disponibles_lp, #caja_art_no_disponibles_lp {
    float: left;
    width: 100%;
}
#art_no_disponibles_lp,#art_disponibles_lp{
    float: left;
    margin: 0 34px;
    width: 1120px;
}
#cabecera_no_disponibles_lp {
    float: left;
    height:39px;
    width: 1200px;
    background-color: #8A171A;
    border-bottom: 2px solid #f48222;
    border-top: 2px solid #f48222;
    margin-left:-6px;

}
#texto_no_disponibles_lp {
    color: #8B4E15;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    margin-top: 7px;
    text-align: center;
    width: 100%;
    line-height: 16px
}
.bold{
    font-weight: bold;
}
.bold_amarillo_lp {
    color: #e3ad00;
    font-family: 'Ubuntu', serif;
    font-size: 20px;
    font-weight: 700;
}
.caja_titulos_col_art_lp {
    height: 34px;
    margin-bottom: 2px;
    width: 1120px;
}
.txt_referencia_lp {
    margin-left: 10px;
}
.texto_col_art_lp {
    color: #8A171A;
    float: left;
    font-size: 16px;
    margin-top: 11px;
}
.fila_articulo_lp {
    background-color: #fff;
    float: left;
    height: 34px;
    margin-bottom: 2px;
    width: 1120px;
}
.texto_referencia_prod_lp {
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 180px;
}
.texto_fila_articulo_lp {
    color: #505050;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
}
.texto_nombre_prod_lp {
    overflow: hidden;
    white-space: nowrap;
    width: 800px;
}
.caja_uds_fila_prod_lp {
    background-color: #8A171A;
    float: right;
    height: 34px;
    width: 110px;
}
.texto_uds_fila_prod_lp {
    color: #ffffff;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}
#texto_asterisco_lp {
    color: #8A171A;
    float: left;
    font-size: 15px;
    margin: 5px 0 0 33px;
}
.amarillo_lp {
    color: #e3ad00;
}
#cabecera_disponibles_lp {
    cursor: pointer;
}
#caja_art_disponibles_lp {
    margin-top: 38px;
}
#flecha_izq_disponibles_lp {
    position: absolute;
    margin: 12px 0 0 26px;
}
.flecha_art_disponibles_lp {
    background: url(../imagenes/flecha_descuadre_almacen.png) no-repeat;
    height: 13px;
    width: 21px;
}
#flecha_der_disponibles_lp {
    position: absolute;
    margin: 12px 0 0 1073px;
}
.cabecera_clara_lp {
    float: left;
    border-bottom: 1px solid #8B4E15;
    border-top: 1px solid #8B4E15;
    height: 31px;
    width: 1120px;
    margin: 0 34px;
}
#caja_opciones_lp {
    float: left;
    margin-top: 48px;
    width: 100%;
}
#caja_botones_opciones_lp {
    float: left;
    margin: 26px 34px 0 35px;
    width: 1120px;
}
#separador_botones_lp {
    border-right: 1px solid #904C0D;
    float: left;
    height: 37px;
    margin: 5px 44px 0 44px;
    width: 2px;
    opacity: 0.6;
}
#btn_cancelar_lp {
    background-color: #B17946;
    cursor: pointer;
    float: left;
    height: 42px;
    width: 180px;
    border: none;
    font-size: 20px;
    text-align: center;
    user-select: none;
    color: white;
    font-family: Oswald, sans-serif;
}
#btn_recoger_disponible_lp {
    margin-left: 28px;
}
#btn_recoger_disponible_lp, #btn_recoger_todo_lp {
    border: none;
    background-color: #f48222;
    cursor: pointer;
    float: left;
    height: 42px;
    width: 410px;
    color: white;
    font-size: 20px;
    text-align: center;
    user-select: none;
    font-family: Oswald, sans-serif;
}
#caja_opciones_recoger_disponible_lp {
    border: 1px solid #f48222;
    border-top: none;
    float: right;
    height: 62px;
    margin-right: 1px;
    width: 408px;
    background-color: #ffffff;
    padding: 5px 0;
}
#caja_recoger_disponibles_lp, #caja_recoger_todo_lp {
    float: left;
    position: relative;
    width: 100%;
}
#opcion_1_lp, #opcion_2_lp {
    display: none;
}
#label_01_lp {
    background-position: 0 -16px;
}
.check_opcion_recoger_lp {
    background: url(../imagenes/checkbox_rma.png) 0 0;
    float: left;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
    width: 16px;
    cursor: pointer;
}
.texto_opcion_recoger_lp {
    color: #505050;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    margin: 10px 0 0 42px;
    line-height: 16px;
}
#txt_disculpas_lp {
    float:left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color:#8B4E15;
    font-weight:700;
}
#caja_atencion_lp{
    float: right;
    height: 80px;
    margin-right: 36px;
    width: 180px;
}
.icono_atencion_lp{
    position: absolute;
    background: url(../imagenes/icono_telefono_landing.png) no-repeat;
    width: 36px;
    height: 36px;
    margin: 25px 0 0 15px;
}
.caja_numero_lp{
    height: 25px;
    width: 143px;
    margin-top: 23px;
    margin-left: 29px;
}
.telefono_numero_lp{
    font-size: 20px;
    color: #fff;
    margin-top: 28px;
    margin-left: 32px;
}

#caja_mensaje_disculpa_ca {
    float: left;
    width: 100%;
    height: 72px;
    margin-top: 20px;
}
#pie_ca{
    float: left;
    width: 100%;
    height: 88px;
    margin-top:72px;
    min-width: 1280px;
    background-color: #00486A;
}
.texto_copyright_ca{
    float: left;
    width:100%;
    text-align: center;
    margin-top:20px;
}
.caja_referencia_ca{
    float: left;
    width: 190px;
    overflow: hidden;
    padding-right: 10px;
}
.caja_nombre_art_ca{
    float: left;
    width: 800px;
    padding-right: 10px;
    overflow: hidden;
}
.caja_uds_art_ca{
    float: left;
    width: 110px;
}
/*****************************    NUEVA CAJA NOVEDADES INDEX    ***************************/
.flecha_secciones_novedades {
    width: 27px;
    height: 10px;
    margin-left: 59px;
    margin-top:1px;
    position:absolute;
    background: url(../imagenes/flecha_subseccion_novedades.png) no-repeat center;
}
.caja_secciones_novedades{
    border:1px solid #9A9898;
    line-height: 26px;
    font-size: 16px;
    margin: 3px 3px 3px 0;
    float: left;
    width: 145px;height: 26px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.caja_secciones_novedades_seleccionada{
    background-color: #9A9898;
    color: white;
}
.caja_secciones_novedades_normal{
    color: #9A9898;
}

.caja_novedades *, .caja_ultimas_compras *{
    box-sizing: border-box;
}
.caja_novedades{
    margin-top: 34px;
}
.caja_ultimas_compras {
    margin-top:24px;
}
.caja_novedades, .caja_ultimas_compras {
    float: left;
    border: 1px solid #004567;
    border-top-width: 2px;
    border-bottom-width: 7px;
    width:275px;
    box-sizing: border-box;
}
.cabecera_novedades, .cabecera_ultimas_compras {
    background:#004567;
    background:-webkit-linear-gradient(left,#1f5174,#749fbe,#1f5174);
    background:-o-linear-gradient(right,#1f5174,#749fbe,#1f5174);
    background:-moz-linear-gradient(right,#1f5174,#749fbe,#1f5174);
    background:linear-gradient(to right,#1f5174,#749fbe,#1f5174);
    border-bottom:2px solid #004567;
    float:left;
    height:33px;
    margin-top:-1px;
    width:100%;
}
.txt_novedades, .txt_ultimas_compras {
    color:#fff;
    float:left;
    font-family:'Oswald',sans-serif;
    margin-top:5px;
    text-align:center;
    text-shadow:1px 1px 3px #333;
    width:100%;
}
#busc_ult_comp{
    float:left;
    width: 259px;
    height:28px;
    border: 1px solid #004567;
    border-right-width: 3px;
    border-left-width: 3px;
    margin:13px 7px 7px 7px;
    text-indent: 8px;
}
.caja_ultimas_compras .historico{
    position: relative;
    margin: 0 7px 0 8px;
    width: 258px;
    background-color: #E0E7ED;
    border: 1px solid #004567;
    max-height: 188px;
    min-height: 61px;
    overflow: hidden;
}
.historico.ps-container .ps-scrollbar-y-rail {
    width: 10px;
    background-color: #E0E7ED !important;
    border-radius: 0;
    opacity: 1 !important;
}
.historico.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 8px;
    margin-right: 1px;
    border-radius: 0;
    background: #004567 url(../imagenes/img_barra_lat1.png) no-repeat center center;
}
.historico.ps-container:hover .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #004567;
}
.historico.ps-container.ps-in-scrolling.ps-y .ps-scrollbar-y-rail .ps-scrollbar-y {
    background-color: #004567;
}
.caja_ultimas_compras .linea_ultimas_compras{
    float:left;
    width:100%;
    height: 31px;
    border-top:1px solid #7EA1B4;
    border-bottom:1px solid #7EA1B4;
}
.caja_ultimas_compras .btn_ver_historico{
    float: left;
    width: 181px;
    height: 24px;
    border: none;
    background-color: #f48222;
    color: #ffffff;
    margin: 8px 46px 10px 46px;
    font-family: 'Ubuntu', san-serif, serif;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
}
.caja_ultimas_compras .btn_ver_historico:hover {
    background-color: #df671c;
}
.caja_ultimas_compras .btn_ver_historico:active {
    background-color: #c15608;
}
.caja_ultimas_compras .referencia_ultimas_compras{
    float: left;
    width: 175px;
    height: 30px;
}
.caja_ultimas_compras .cont_cantidades_ultimas_compras{
    float: left;
    width: 52px;
    height: 25px;
    border: 1px solid #84A0B8;
    margin:2px 0;
    background-color: #ffffff;
}
.caja_ultimas_compras .unidades_ultimas_compras{
    float: left;
    width: 35px;
    height: 23px;
    border: none;
    text-align: center;
    color: #84A0B8;
}
.caja_ultimas_compras .boton_sumar_ultimas_compras, .caja_ultimas_compras .boton_restar_ultimas_compras{
    float: left;
    width: 15px;
    height: 12px;
    border-left: 1px solid #84A0B8;
    background: no-repeat center;
}
.caja_ultimas_compras .boton_sumar_ultimas_compras{
    border-bottom: 1px solid #84A0B8;
    background-image: url(../imagenes/flecha_UP_input_ultimas_compras.png);
}
.caja_ultimas_compras .boton_restar_ultimas_compras{
    background-image: url(../imagenes/flecha_DOWN_input_ultimas_compras.png);
}
.caja_ultimas_compras .btnComprarHistorico, .linea_contenido_historico .btnComprarHistorico{
    float: left;
    width: 25px;
    height: 25px;
    margin:2px 2px 3px 2px;
    background-color: #004567;
    cursor:pointer;
}
.caja_ultimas_compras .btnComprarHistorico img, .linea_contenido_historico .btnComprarHistorico img{
    float: left;
    width: 25px;
    height: 25px;
}
.caja_ultimas_compras .texto_referencia_ultimas_compras{
    float: left;
    margin:6px 0 0 6px;
    font-family:'Oswald', sans-serif;
    font-size: 12px;
    color:#004567;
}
.caja_ultimas_compras .historico_vacio{
    float: left;
    width: 100%;
    text-align: center;
    margin-top:22px;
    font-family: 'Ubuntu', san-serif, serif;
    font-size: 14px;
    font-weight: 700;
    color:#004567;
}
.caja_imagen_novedades_comun{
    background: no-repeat center;
    background-size: contain;
    opacity: 1;
    float: left;
    height: 155px;
    position: absolute;
    width: 227px;
}

.caja_ppal_imagen_novedades{
    width: 227px;
    height: 155px;
    margin: 15px 23px 10px;
    float: left;
}
.icono_info_novedades {
    background: url(../imagenes/icono_info_novedades.png) 0 0;
    cursor: pointer;
    height: 24px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 3;
    margin: 38px 0 0 243px;
}
.icono_info_novedades:hover {
    background-position:0 24px;
}
.boton_cambiar_novedades{
    cursor: pointer;
    width: 27px;
    height: 40px;
    position: absolute;
    z-index:100;
    opacity:0;
}
.caja_novedades:hover .boton_cambiar_novedades {
    opacity:0.15;
}
.boton_cambiar_novedades:hover{
   opacity: 0.30 !important;
}
.boton_cambiar_novedades:active{
    opacity: 0.50 !important;
}
.icono_avanzar_novedades{
    background: url(../imagenes/flecha_der_novedades.png) center no-repeat;
    margin: 101px 0 0 241px;
}
.icono_retroceder_novedades{
    background: url(../imagenes/flecha_izq_novedades.png) center no-repeat;
    margin: 101px 0 0 5px;
}
.nombre_prod_novedades {
    border-top:1px solid #004567;
    float:left;
    height:58px;
    width:273px;
}
.linea_blanca {
    background-color:#fff;
    position:relative;
    left:27px;
    top:-1px;
    height:1px;
    width:219px;
}
.caja_texto_prod_novedades {
    display: inline-block;
    width: 90%;
    margin: 0 5%;
    height: 56px;
}
.texto_prod_novedades {
    color:#004567;
    font-family:'Ubuntu',sans-serif;
    font-size:14px;
    font-weight:500;
    margin:12px 5% 0 5%;
    overflow:hidden;
    text-align:center;
    vertical-align: middle;
    line-height: 17px;
    max-height:34px;
}
.caja_precio_novedades {
    float:left;
    height:54px;
    width:273px;
}
.cont_precio_colder_novedades{
    float: left;
    width: 105px;
    margin-top: 12px;
    text-align: center;
}
.precio_colder_novedades{
    color: #f76a04;
    font-family: 'Oswald',sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-top: -16px;
}
.euro_colder_novedades {
    color: #f76a04;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-top: 2px;
}
.txt_consultar_precio_novedades {
    color: #f76a04;
    font-family: 'Oswald',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: -16px;
}
.caja_precio_novedades_II {
    background-color: #fff;
    float: left;
    height: 42px;
    margin: 0 5px 6px;
    width: 263px;
    border: 1px solid #f48222;
    border-right-width: 4px;
    border-left-width: 4px;
    padding:5px;
}
.bloque_bloquear_comprar_novedeades{
    position: absolute;
    width: 273px;
    height: 54px;
    z-index: 5;
}
.btn_comprar_novedades_ix {
    background: #e0691f;
    background: linear-gradient(#ee8635,#e0691f); /* linear-gradient esta admitido para todos los navegadores https://caniuse.com/#search=linear-gradient */
    border-bottom: 2px solid #b65519;
    border-left: 2px solid #eb8f4c;
    border-right: 2px solid #cc6926;
    border-top: 2px solid #f2a76b;
    cursor: pointer;
    float: left;
    height: 42px;
    margin-top: 6px;
    width: 147px;
}

/*****************************  FIN NUEVA CAJA NOVEDADES INDEX  ***************************/

.bloquear_caja_prod_ix{
    position: absolute;
    width: 158px;
    height: 134px;
    left: 115px;
    z-index: 10;
}

/******************************* NUEVO RMA ***************************/

.texto_solicitar_rma {
    font-family: Ubuntu, sans-serif;
    text-align: justify;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.caja_contenido_rma {
    float: left;
    margin: 25px auto;
    width: 100%;
}

.caja_texto_rma{
    width: 80%;
    margin: 0 auto;
}

.caja_boton_rma{
    width: 181px;
    height: 24px;
    border: none;
    background-color: #f48222;
    color: #ffffff;
    margin: 20px auto 0;
    font-family: 'Ubuntu', san-serif, serif;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
}

.caja_boton_rma:hover {
    background-color: #df671c;
}
.caja_boton_rma:active {
    background-color: #c15608;
}

.btn_guardar_correo_rma{
    float: left;
    width: 20px;
    height: 24px;
    background: url(../imagenes/guardar_rma.jpg) no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 5px;
    background-position: top;
    /*opacity:0.8;*/
}
.btn_guardar_correo_rma:hover{
    /*background-position: top;*/
    opacity:0.6;
}

.importe_listado{
    padding-right: 35px !important;
    width: 101px !important;
    text-align: right !important;
}
.form_encuesta{
    width: 100%;
    float: left;
}
.cont_encuesta{
    margin: 15px auto 40px;
    width: 870px;
    height: 509px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(58,44,50,0.3);
}
.fila_encuesta{
    float: left;
    width: 800px;
    margin: 8px 15px;
    background-color: #fafafa;
    padding: 10px 20px;
}

.fila_encuesta textarea {
    resize: none;
    width: 720px;
    float: left;
    margin: 0 32px;
    min-height: 90px;
    font-family: 'Ubuntu', sans-serif;
    padding: 5px;
}

.fila_encuesta input {
    margin-top: 2px;
    float: left;
    margin-left: 84px;
}

.fila_encuesta label {
    float: left;
}

.fila_encuesta p {
    margin-bottom: 10px;
}

/*********************************** MEDIDOR DE DISPONIBILIDAD ***********************************/
.medidor_disponibilidad{
    box-sizing: border-box;
    height: 11px;
    float: left;
    margin-left: 56px;
    border: 1px solid #e7e7e7;
}
.mdisp_base_ix{
    width: 73px;
    margin-top: -12px;
}
.mdisp_base_rb{
    width: 70px;
    margin-top: -5px;
}
.mdisp_base_da{
    width: 85px;
    margin-left: 0;
}
.md_verde{
    /*background: -webkit-linear-gradient(45deg, #0e7f2b, #13ac3a 30%, #81cb2e 70%, #bee828);
    background: -o-linear-gradient(45deg, #0e7f2b, #13ac3a 30%, #81cb2e 70%, #bee828);
    background: -moz-linear-gradient(45deg, #0e7f2b, #13ac3a 30%, #81cb2e 70%, #bee828);*/
    background: linear-gradient(45deg, #0e7f2b, #13ac3a 30%, #81cb2e 70%, #bee828) no-repeat;
}
.md_rojo{
    /*background: -webkit-linear-gradient(left, #7f0a0e, #c61016);
    background: -o-linear-gradient(left, #7f0a0e, #c61016);
    background: -moz-linear-gradient(left, #7f0a0e, #c61016);*/
    background: linear-gradient(to right, #7f0a0e, #c61016) no-repeat;
}
.mb_disp_masc{
    height: 10px;
    position: relative;
    float: right;
    /*background: -webkit-linear-gradient(bottom, #e7e7e7, #CCC 20%, #e7e7e7 50%, #FFF);
    background: -o-linear-gradient(bottom, #e7e7e7, #CCC 20%, #e7e7e7 50%, #FFF);
    background: -moz-linear-gradient(bottom, #e7e7e7, #CCC 20%, #e7e7e7 50%, #FFF);*/
    background: linear-gradient(to top, #e7e7e7, #CCC 20%, #e7e7e7 50%, #FFF);
}
.mb_disp_masc2{
    height: 10px;
    position: relative;
    float: left;
    top: 0;
    /*background: -webkit-linear-gradient(bottom, rgba(231,231,231,0.1), rgba(162,162,162,0.1) 10%, rgba(231,231,231,0.3) 50%, rgba(255,255,255,0.3));
    background: -o-linear-gradient(bottom, rgba(231,231,231,0.1), rgba(162,162,162,0.1) 10%, rgba(231,231,231,0.3) 50%, rgba(255,255,255,0.3));
    background: -moz-linear-gradient(bottom, rgba(231,231,231,0.1), rgba(162,162,162,0.1) 10%, rgba(231,231,231,0.3) 50%, rgba(255,255,255,0.3));*/
    background: linear-gradient(to top, rgba(231,231,231,0.1), rgba(162,162,162,0.1) 10%, rgba(231,231,231,0.3) 70%, rgba(255,255,255,0.3));
}

/*********************************** MEDIDOR DE DISPONIBILIDAD ***********************************/






/******** tarjetas ********/

.caja_completa_tar *{
    user-select: none;
}

.btn_anadir_tar{
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    border: none;
    cursor: pointer;
    width: 184px;
    height: 30px;
    margin: 12px auto 25px;
}
.txt_anadir_tar{
    color: white;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 7px 0 0 8px;
}

.titulos_cabecera_tar{
    float: left;
    line-height: 23px;
    margin: 10px 11px 10px 14px;
}

.txt_numeracion_tar{
    float: left;
    height: 44px;
    background-color: white;
    text-align: center;
    line-height: 42px
}

.txt_numeracion_nor_tar, .txt_numeracion_cad_tar{
    width: 90px;
}
.txt_numeracion_fav_tar, .txt_numeracion_fyc_tar{
    width: 100px;
}

.color_texto_nor_tar{
    color: #505050;
}
.color_texto_fav_tar{
    color: #004567;
}
.color_texto_cad_tar,.color_texto_fyc_tar{
    color: #8A1719;
}

.input_tar{
    border-right-width: 3px !important;
    border-left-width: 3px !important;
    background-color: #FFFFFF;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 6px;
    margin-top: 10px;
}

.input_tipo_nor_tar{
    border: 1px solid #555;
    width: 186px;
    color: #555;
}

.input_tipo_cad_tar{
    border: 1px solid #8a1719;
    width: 186px;
    color: #8a1719;
}
.input_tipo_fav_tar{
    border: 1px solid #004567;
    width: 209px;
    color: #004567;
}
.input_tipo_fyc_tar{
    border: 1px solid #8a1719;
    width: 209px;
    color: #8a1719;
}
.input_caduc_nor_tar{
    border: 1px solid #505050;
    width: 65px;
    color: #555;
}
.input_caduc_cad_tar{
    border: 1px solid #8a1719;
    width: 65px;
    color: #8a1719;
}
.input_caduc_fav_tar{
    border: 1px solid #004567;
    width: 75px;
    color: #004567;
    padding: 0 11px;
}
.input_caduc_fyc_tar{
    border: 1px solid #8a1719;
    width: 75px;
    color: #8a1719;
    padding: 0 11px;
}
.caja_cabecera_tar{
    float: left;
    height: 44px;
}
.caja_cabecera_nor_tar, .caja_cabecera_cad_tar{
    width: 625px;
}
.caja_cabecera_fav_tar, .caja_cabecera_fyc_tar{
    width: 779px;
}

.txt_accion_tar {
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
    line-height: 24px;
}

.btn_accion_tar {
    height: 24px;
    margin: 10px auto;
    width: 129px;
    cursor: pointer;
}

.btn_accion_nor_tar, .btn_accion_fav_tar {
    background-color: #f48222;
}

.btn_accion_cad_tar, .btn_accion_fyc_tar {
    background-color: #8a1719;
}

.caja_datos_tar {
    border-top-width: 3px !important;
    float: left;
    height: 44px;
    margin-bottom: 35px;
    width: 1068px;
}

.caja_datos_nor_tar {
    border: 1px solid #505050;
    background-color: #bebebe;
}
.caja_datos_fav_tar {
    border: 1px solid #004567;
    background-color: #BED8E5;
}
.caja_datos_cad_tar, .caja_datos_fyc_tar {
    border: 1px solid #8A1719;
    background-color: #EED0D2;
}
.caja_icono_tarjeta_tar{
    float: left;
    width: 44px;
    height: 44px;
    background: url(../imagenes/icono_tarjetas.png) no-repeat;
    background-position-X: 3px;
}
.caja_icono_tarjeta_nor_tar {
    background-position-y: -40px;
}
.caja_icono_tarjeta_fav_tar {
    background-position-y: 5px;
}
.caja_icono_tarjeta_cad_tar, .caja_icono_tarjeta_fyc_tar {
    background-position-y: -88px;
}
.caja_tarj_estrella_tar {
    background: #DFA000 url(../imagenes/icono_direccion_favorita.jpg) no-repeat 10px 8px;
}

.caja_check_tar{
    background-color: white;
    float: left;
    height: 44px;
    width: 198px;
}

.borde_nor_tar{
    border-right: 1px solid #505050;
}
.borde_fav_tar{
    border-right: 1px solid #004567;
}
.borde_cad_tar, .borde_fyc_tar{
    border-right: 1px solid #8a1719;
}
.txt_predeterminada_tar {
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 6px 0 0 10px;
    cursor: pointer;
}
.caja_signo_mas_tar {
    background-image: url(../imagenes/signo_mas_ddf.png);
    float: left;
    height: 12px;
    width: 12px;
    margin:9px 0 0 22px;
}

.banner_aviso_caducidad_tar{
    position: absolute;
    margin-top: -18px;
    line-height: 20px;
    border: 1px solid #8a1719;
    background-color: #8a1719;
    width: 360px;
    height: 18px;
    color: white;
    text-align: center;
}
.capa_opaca_tar{
    position: absolute;
    margin: 3px 1px;
    width: 869px;
    height: 44px;
    opacity: 0.6;
}
/****************** añadir tarjeta ******************/
.caja_formulario_ata{
    margin-left: 29px;
    margin-top: 13px;
    border: 1px solid #004567;
    border-top-width: 3px;
    border-bottom-width: 5px;
    float:left;
    width: 455px;
}
.caja_datos_ata{
    border-bottom: 1px solid #004567;
    float: left;
    width: 100%;
}

.caja_cabecera_ata{
    width: 410px;
    margin: 20px auto;
    height: 99px;
}
.caja_linea_ata{
    width: 400px;
    background-color: #BED8E5;
    height: 26px;
    margin: 10px auto;
}
.titulo_linea_entera_ata{
    width: 134px;
    text-align: right;
    float: left;
    line-height: 26px;
    margin: 0 11px 0 0;
    color: #004567;
}
.titulo_linea_mitad_ata{
    float: left;
    line-height: 26px;
    color: #004567;
}
.titulo_linea_cvv_ata{
    width: 50px;
    margin-right: 11px;
    text-align: right;
}
.titulo_linea_caducidad_ata{
    width: 135px;
    margin-right: 10px;
    text-align: right;
}
.input_ata{
    border: 1px solid #004567;
    border-right-width: 3px !important;
    border-left-width: 3px !important;
    background-color: #FFFFFF;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 6px;
    margin-top: 1px;
}
#txt_numero_tar_ata{
    width: 250px;
}
#txt_tipo_tar_ata{
    width: 205px;
}
#txt_caducidadB_tar_ata{
    border: 0;
    padding: 0;
    width: 90px;
    background-color: transparent;
}
.slash_caducidad_ata{
    line-height: 16px;
    margin: 3px 5px;
}
.txt_caducidad_tar_ata {
    padding: 0 0 0 5px;
    width: 36px;
    height: 24px;
    margin-top: 0;
}

#txt_cvv_tar_ata{
    width: 54px;
}

#marca_tarjeta_ata{
    float:left;
    width: 32px;
    height: 22px;
    background: url(../imagenes/ico_tarjetas.png) no-repeat;
    margin: 2px 0 0 10px;
}
#interrogante_cvv_ata{
    float:left;
    width: 20px;
    height: 20px;
    background: url(../imagenes/icono_mas_info.png) no-repeat;
    margin: 3px 0 0 16px;
    cursor: pointer;
}
#interrogante_cvv_ata:hover{
    background-position: center;
}
#btn_guardar_ata{
    margin: 14px auto;
    color: white;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border: none;
    background-color: #f48222;
    transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    height: 18px;
    width: 102px;
}
.caja_checkbox_ata {
    float: left;
    height: 28px;
    width: 350px;
}
.checkbox_ata {
    position: relative;
    visibility: hidden;
    top: -18px;
    left: 7px;
}
.img_checkbox_ata {
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 6px 0 0 10px;
    width: 15px;
    background: url(../imagenes/checkbox_aviso_as.png) bottom;
}
.txt_checkbox_ata{
    float: left;
    margin: 5px 0 0 10px;
}
/**** CESTA TARJETA ****/
#slc_tarjeta_cesta{
    width: 130px;
    border: 1px solid #004567;
    background-color: #FFF;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
/* FORMULARIOS.CSS */

input{
    border: 1px solid #ccc;
    outline:none;
    font-family:'Ubuntu', Tahoma, Geneva, sans-serif;
    box-shadow: none;
}

select{
    border: 1px solid #ccc;
    outline:none;
    font-family:'Ubuntu', Tahoma, Geneva, sans-serif;
    box-shadow: none;
}

textarea {
    border: 1px solid #ccc;
    min-height:100px;
    resize:none;
    outline:none;
    font-family:'Oswald', Tahoma, Geneva, sans-serif;
    box-shadow: none;
}


input[type="submit"] {
    padding:6px 10px;
    border:0;
    cursor:pointer;
}

input[type="file"] {
    background-color:#fff;
}

.indent{
    padding:5px 8px;
}

.redondo{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form1 #busca_texto{
    width:320px;
    margin-top: 8px;
    height: 21px;
    font-family:'Ubuntu', Tahoma, Geneva, sans-serif;
    font-size:14px;
    color:#525050;
}
#fast_srch input{
    width: 226px;
    border: 1px solid #999;
    height: 28px;
    float: left;
    text-indent: 8px;
}
#fast_srch select{
    width: 226px;
    padding: 0 3px;
    border: 1px solid #999;
    height: 28px;
}
#fast_srch input[type="submit"]{
    width:120px;
    height:30px;
    padding:5px 30px;
    background-color:#004567;
    border:none;
    margin: 18px 0 20px 55px;
}
/* TEXTOS.CSS */
.fs_10{
    font-size:10px;
}
.fs_11{
    font-size:11px;
}
.fs_12{
    font-size:12px;
}
.fs_13{
    font-size:13px;
}
.fs_14{
    font-size:14px;
}
.fs_15{
    font-size:15px;
}
.fs_16{
    font-size:16px;
}
.fs_19{
    font-size:19px;
}
.fs_18{
    font-size:18px;
}
.fs_20{
    font-size:20px;
}
.fs_21{
    font-size:21px;
}
.fs_22{
    font-size:22px;
}
.fs_24{
    font-size:24px;
}
.fs_26{
    font-size:26px;
}
.fs_30{
    font-size:30px;
}
.fs_34{
    font-size:34px;
}
.medium{
    font-weight:500;
}

/**  Pagar_factura -  FACTURAS PENDIENTES DE PAGO **/
.btn_confirmar_pago_pf {
    background-color: #f48222;
    background: -webkit-linear-gradient(left, #d35300, #f48222, #d35300);
    background: -o-linear-gradient(left, #d35300, #f48222, #d35300);
    background: -moz-linear-gradient(left, #d35300, #f48222, #d35300);
    background: linear-gradient(to right, #d35300, #f48222, #d35300);
    border: 2px solid #913801;
    border-top-color: #fe9653;
    border-right-color: #943b03;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 500;
    float: left;
    height: 40px;
    margin: 18px 46px;
    text-shadow: 2px 2px 3px #4d1e00;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    width: 406px;
}

.btn_confirmar_pago_pf:hover {
    box-shadow: 0 4px 8px #4e1f00;
}
.btn_confirmar_pago_pf:active {
    border: none;
}
.icono_dropshipping_pf {
    float:left;
    width: 190px;
    height: 40px;
    margin-top: -12px;
    background-image: url(../imagenes/icono_envios_selected.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page_pago_facturas{
    float: left;
    margin: 23px 0 0 46px;
    width: 1136px;
}
.page_pago_facturas p {
    line-height: 16px;
}
.page_pago_facturas label{
    cursor: pointer;
    display: block;
    width: 22px;
    height: 25px;
    background: url(../imagenes/check_mensajes.png) no-repeat center bottom;
    margin: -7px auto;
}
.page_pago_facturas input[type=checkbox]{
    visibility: hidden;
    position: absolute;
    margin: 6px 0 0 17px;
}
#cabecera_listado_facturas_pf{
    background-color: #f48222;
    float: left;
    height: 36px;
    width: 1136px;
    margin-top: 18px;
}
.contenido_listado_facturas_pf {
    border-bottom: 5px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    float: left;
    width: 1134px;
    max-height: 340px;
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
}
.linea_factura_pf{
    float: left;
    width: 100%;
}
.linea_factura_campo1_pf{
    float: left;
    width: 135px;
    text-align: center;
}
.linea_factura_campo2_pf{
    float: left;
    width: 190px;
    text-align: center;
}
.linea_factura_campo3_pf{
    float: left;
    width: 76px;
}
.linea_factura_estado_pf{
    background-color: white;
    padding: 12px 0;
    margin-top: -12px;
    height: 16px;
}
.contenedor_totales_pago_pf{
    float: right;
    width: 100%;
    margin-bottom: 40px;
}
.linea_estado_entidad_pf{
    background-color: white;
    padding: 9px 0 12px 0;
    margin-top: 0;
    height: 21px;
    float: right;
}
.linea_general_entidad_pf{
    background-color: white;
    float: left;
    width: 100%;
    height: 42px;
}
