﻿/*
@font-face {
    font-family: 'OpenSansRegular';
    src: URL('OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: URL('OpenSans-Semibold.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'Helvetica';
    src: URL('../fonts/Helvetica-Normal.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: URL('../Styles/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova';
    src: URL('../Styles/fonts/Fontspring-DEMO-proximanovacond-regular.otf') format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}



div#site {
}

.main {
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, p,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, main, section, summary, time, mark, audio, video, object {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

#dvContenidosWeb p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


h1, h2, h3, h4, h5 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-transform: initial;
}


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
    font-weight: 800;
}

h3 {
    font-weight: normal;
    line-height: 13px;
    font-size: 0.76em;
}

h4 {
}

h5 {
    display: inline;
    font-weight: normal;
}

h6 {
}



ul {
    margin: 0;
}

hr {
    border-top: 1px solid #dddddd;
}

.hrDefault {
    display: none;
}

body {
    font-family: 'proxima-nova', sans-serif;
    font-weight:400;
    font-style:normal;
    margin: 0;
    background-image: url(../Images/FondoPortadaPaginaPrincipal.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    color: #000;
}

header, footer, hgroup,
nav, section {
    display: block;
}

footer {
}

    footer a {
        color: #000;
    }

.footer {
    font-size: 0.85em;
    width: auto;
    vertical-align: top;
    text-align: center;
    /*background-image: url(../Images/FondoFooter.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: rgba(221, 236, 254, 1);  
    padding-bottom:2%;
    text-align: left;
}

#imgLogoFooter{
   /* zoom:75%;*/
}

button {
    -webkit-appearance: none; /* Eliminar apariencia predeterminada en Safari iOS */
    -moz-appearance: none; /* Eliminar apariencia predeterminada en Firefox */
    appearance: none; /* Eliminar apariencia predeterminada en otros navegadores */
    border: none; /* Quita cualquier borde por defecto */
}

.seccionesFooter {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
    line-height: 1.8em;
    font-size: 0.9em;
    width: 101%;
}

.txtDerechosFooter {
    margin-left: 18%;
    margin-right: 18%;
    margin-top: 3%;
    text-align: left;
}

.seccionesFooter p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
    color: #0050CD;
}

.seccionesFooterLogoEdisoft {
    text-align: left;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

#boton-ver-siguiente {
    display: none;
}

.seccionesFooterCreditos {
    text-align: left;
    padding-top: 2%;
    font-weight: bold;
    font-size: 0.9em;
}


.seccionesFooterLeft {
    display: inline-block;
    width: 32%;
    text-align: left;
}

.seccionesFooterRight {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-left: 5%;
}

#icnPhoneDist {
    color: #000;
    font-size: 24px;
}

#icnEmailDist {
    color: #000;
    font-size: 24px;
}

#lblEmailDist {
    font-size: 13px;
}

.FormasPagoInfo {
    display: inline-block;
    width: 60px;
    margin: 5px;
    margin-top: 10px;
}

#icnHorarioDist {
    color: #000;
    font-size: 24px;
}

#dvRedesSocialesFooter {
    margin-top: 5px;
}

#creditosSoftLine {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: smaller;
}


.img25 {
    width: 25%;
}

.img50 {
    width: 50%;
}

.img75 {
    width: 75%;
}

.img {
    width: 100%;
}

.imgSlider {
    width: 100%;
}

.width20 {
    width: 40%;
}


.width100 {
    width: 120px;
}

.width5prc {
    width: 5%;
}

.width10prc {
    width: 10%;
}

.width15prc {
    width: 15%;
}

.width20prc {
    width: 20%;
}

.width50prc {
    width: 50%
}

.height50 {
    height: 50px;
}


.height30 {
    height: 30px;
}

.fontsizeLarger {
    font-size: larger;
}

.fontweightbold {
    font-weight: bold;
}

.margintop5 {
    margin-top: 5px;
}


.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}


.margintop50 {
    margin-top: 50px;
}

.margintopCustom {
    margin-top: 30px;
}


.marginbottom5 {
    margin-bottom: 5px;
}


.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom40 {
    margin-bottom: 40px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.marginleftright2 {
    margin-left: 2%;
    margin-right: 2%;
}

.marginleftright3 {
    margin-left: 3%;
    margin-right: 3%;
}

.marginleftright4 {
    margin-left: 4%;
    margin-right: 4%;
}

.verticalaligntop {
    vertical-align: top;
}

.verticalalignmiddle {
    vertical-align: middle;
}

.displayinline {
    display: inline-block;
    vertical-align: middle;
    /*margin:3px;*/
}

.displaynone {
    display: none;
}

.centerGroupDivs {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.colorGrisClaro {
    color: #fff;
}

.colorBlue {
    color: blue;
}

.fondorojo {
    background-color: #ff4d4d;
}


.fondoverde {
    background-color: #80ffaa;
}

.fondoDBDBDB {
    background-color: #999999;
}

.fuentecolorrojo {
    color: #ff4d4d;
}

.fuentecolorverde {
    color: lightseagreen;
}


.textalignleft {
    text-align: left;
}

.textalignright {
    text-align: right;
}

.textaligncenter {
    text-align: center;
}


.tablacabecera {
}

.editarproducto {
    margin-left: 20%;
    margin-right: 20%;
    background-color: #999999;
    color: red;
}

    .editarproducto a {
        color: #e62e00;
    }


.buttondisabled {
    background-color: #6c757d;
    padding: 6px 12px;
    font-style: italic;
    color: aliceblue;
    cursor: none;
}


/* Material Icons*/

.material-icons {
    background-color: unset !important;
    font-family: 'Material Icons';
    color: #0050CD !important;
    font-size: 20px;
    margin-left: -9px;
}

.material-icons::before {
    content: attr(data-icon);
}


i {
    margin-top: 0;
    font-size: 30px;
    color: #000;
    /*color:#364c74; /*Color corporatiu principal 75%*/
}

.material-icons.orange600 {
    color: #e1e1cd;
}

.material-icons.tomato {
    color: tomato;
}

.material-icons.#F7BE81 {
    color: #F7BE81;
}

.material-icons.genx {
    color: #000;
}

.material-icons.chocolate {
    color: chocolate;
}

.material-icons.green {
    color: #8bc8b9
}

.material-icons.white {
    color: #FFF
}

.material-icons.blue {
    color: #31708f;
}

.material-icons.red {
    color: red;
}


.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.inline-icon {
    vertical-align: middle;
}

.arrowdown {
    color: gray;
    font-size: 1em;
}


.keyboardarrow {
    margin-top: -3px;
}


.settingsMateriaIcons {
    font-size: 30px;
}


div#UnitsTAdded {
    position: absolute;
    bottom: 60px;
    left: 45px;
}

.MiniaturaPorcDto {
    position: absolute;
    top: -20px;
    left: -20px;
}

div#MiniaturaPorcDtoBuscaLibros {
    position: absolute;
    bottom: 310px;
    left: 110px;
}

div#MiniaturaPorcDtoFichaArt {
    position: absolute;
    bottom: 350px;
    left: 230px;
}

#pagination{
    display: none;
}
/*Formularios*/
#containerPoliticaPrivacidad {
    margin-top: 3%;
    margin-bottom: 5%;
}

    #containerPoliticaPrivacidad h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        color: #0050CD;
    }

.tituloPP {
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    display: block;
    margin-top: 5%;
}

.txtPP {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    display: block;
    margin-top: 3%;
}

.txtPP2 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: block;
}


.displayOnlyMobile {
    display: none;
}


::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic;
    font-weight: bold;
    color: #999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-style: italic;
    font-weight: bold;
    color: #999;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.label-danger {
    background-color: #d9534f;
}

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: small;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#containerAdemasEditores {
    margin-bottom: 20%;
}

#containerAdemasLibrerias {
    margin-bottom: 15%;
}

#containerAdemasDistribuidores {
    margin-bottom: 20%;
}

#containerAdemasCRM {
    margin-bottom: 20%;
}

#imgLogo{
    width: 243px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 6px 12px 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#alertinfo{
    color:red !important;
}

.containerSocialMedia {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
}



.ItemSocialMedia {
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 50px;
}

.imgIconoSocialMedia {
    width: 100%;
}



.dvformulariosusuarios {
    background-color: #F5F9FC;
    padding: 20px;
    margin-top: 20px;
    /*border-top: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3px;*/
}

.fondoformulariosusuarios {
    background-color: #F4F6F7;
}



.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.hidden1 {
    display: none;
}

.visible1 {
    display: block;
}

.has-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error {
    border-color: #ff4d4d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.btnRecuperarPassword {
    display: inline-block;
    background-color: #999;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
}

.btnNuevoUsuario {
    display: inline-block;
    background-color: #999;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
}

.number_loc {
    float: left;
    background: #9F9792;
    padding: 8px 15px;
    margin: 0 0 0 0;
    font-size: 1.3333em;
    font-weight: 700;
    color: lightgray;
    font-style: italic;
}

.number_loc_ok {
    float: left;
    background-color: darkgray;
    padding: 8px 15px;
    margin: 0 0 0 0;
    font-size: 1.3333em;
    font-weight: 700;
    color: white;
    font-style: italic;
}

.number_loc_inproc {
    float: left;
    background-color: #4CAF50;
    padding: 8px 15px;
    margin: 0 0 0 0;
    font-size: 1.3333em;
    font-weight: 700;
    color: white;
}

.texto_validaciones_loc {
    float: left;
    padding: 11px 12px;
    margin: 0 10px 0 0;
    font-weight: 700;
}

.texto_validaciones {
    float: left;
    padding: 11px 12px;
    margin: 0 10px 0 0;
    color: #9F9792;
    font-style: italic;
}

.number {
    float: left;
    background: #fff;
    padding: 8px 15px;
    margin: 0 0 0 0;
    font-size: 1.3333em;
}


.displayinlineItinerario {
    display: inline-block;
    vertical-align: middle;
}


/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E6E6E6;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #E6E6E6;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #E6E6E6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*end formularios*/

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=tel] {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: small;
    border-radius: 4px;
    border: 1px solid #7FB5FF;
}


    input[type=text]:focus, input[type=button]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus {
        outline: none !important;
        border-color: #7FB5FF;
    }


textarea {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: small;
    border-radius: 4px;
    border: 1px solid #7FB5FF;
}


    textarea:focus {
        width: 100%;
        padding: 7px;
        box-sizing: border-box;
        font-size: small;
        border-radius: 4px;
        border: 1px solid #7FB5FF;
    }


.buttonsCart {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 1px 1px 1px 1px;
    border-width: 2px;
    border: 1px solid transparent;
    background-color: #F5F9FC;
}

    .buttonsCart:focus {
        outline: none !important;
        border-color: transparent;
    }


.buttonsCartCestaGlobal {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 1px 1px 1px 1px;
    border-width: 2px;
    border: 1px solid transparent;
    background-color: #fff;
}

    .buttonsCartCestaGlobal:focus {
        outline: none !important;
        border-color: transparent;
    }


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.dropdowncontent {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}



#dropdownMemnuLogin{
    text-align: left;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.btn-warning {
    color: #fff;
    background-color: #8bc8b9;
    border-color: #8bc8b9;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #8bc8b9;
        border-color: #8bc8b9;
    }

.btn-cancel {
    color: #999;
    background-color: #fff;
    border: 1px solid #7FB5FF;
}

    .btn-cancel:hover, .btn-cancel:focus, .btn-cancel.focus, .btn-cancel:active, .btn-cancel.active, .open > .dropdown-toggle.btn-cancel {
        color: #999;
        background-color: #fff;
        border: 1px solid #7FB5FF;
    }

.btn-primary {
    color: #fff;
    background-color: #0050CD;
    border-color: #0050CD;
}

.btn-default {
    color: #0050CD;
    background-color: #fff;
    border-color: #fff;
}

.btn-plus {
    padding: 7px 18px 7px 18px;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #0050CD;
}


/*input:focus { 
	outline: none !important;
	border-color: #719ECE;
	box-shadow: 0 0 10px #719ECE;
}
textarea:focus { 
	outline: none !important;
	border-color: #719ECE;
	box-shadow: 0 0 10px #719ECE;
}*/


.EnStock {
    border: 1px solid #8bc8b9;
    border-radius: 8px;
    font-size: 0.6em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background-color: #8bc8b9;
}

.DispEditor {
    border: 1px solid #f3c64f;
    border-radius: 8px;
    font-size: 0.6em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background-color: #f3c64f;
}

.NoDisponible {
    border: 1px solid #a33e4b;
    border-radius: 8px;
    font-size: 0.6em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background-color: #a33e4b;
}

.Preventa {
    border: 1px solid #5bc0de;
    border-radius: 0.6px;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #5bc0de;
}


select {
    width: 100%;
    padding: 7px;
    border: none;
    background-color: #E6E6E6;
    font-size: small;
}

/*
button[type=button] {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 6px 12px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}
	*/

/*
input[type=button], input[type=submit], input[type=reset] {
    background-color: #0050CD;
    border: none;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
*/

.menubuttons {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 18px;
    color: #fafafa !important;
    line-height: 40px;
    text-align: center;
    /*border:1px solid #000;*/
    background-color: #F7BE81;
    margin: 0px;
    padding: 0px;
}

    .menubuttons a {
        color: #F5F9FC;
    }

.textomenubuttons {
    margin-top: 3px;
    margin-bottom: 8px;
    width: 55px;
    text-align: center;
    border: 0 solid lightgray;
    padding: 3px;
    color: #FE2E2E !important;
    font-size: 11px;
    text-transform: uppercase;
}

    .textomenubuttons a {
        color: #FE2E2E !important;
    }


.btnBuscar {
    display: inline-block;
    background-color: #000;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    /*line-height: 1.42857143;*/
    vertical-align: middle;
    border-radius: 0 0 0 0;
    width: 50px;
    padding: 0.1px;
}

.btnBuscarAvanzada {
    display: inline-block;
    background-color: #F5F9FC;
    border: none;
    color: darkgray;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
    vertical-align: middle;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}


    .btnBuscarAvanzada i {
        font-size: 1.5em;
    }

    .btnBuscarAvanzada i {
        color: darkgray;
    }

#dvCampoBusquedaAvanzada {
    background-color: #E6E6E6;
    padding: 20px;
}

#ddlBuscarPor {
    border-radius: 10px 0 0 10px;
    width: 150px;
    background-color: #F5F9FC;
    color: #F5F9FC;
    display: none;
}


.wordwrap {
    word-break: normal;
}

/* Header  
----------------------------------------------------------*/


div#identity {
    display: inline-block;
    width: 50%;
    text-align: left;
    background-color: #2E2E1F;
    color: White;
}

    div#identity a {
        color: White;
    }

#SelectorLanguage {
    display: none;
    position: absolute;
    right: 200px;
}


#SelectorIdioma {
    display: inline-block;
    position: absolute;
    right: 20px;
}

#cmbIdioma {
    padding: 3px;
    width: 90px;
}

div#micarritoglobal {
    position: absolute;
    right: 10%;
    top: 50px;
}

div#usuario {
    position: absolute;
    right: 10%;
}

#preheader {
    width: auto;
    height: 30px;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
    z-index: 1000;
    color: #000;
}



.displayinlinepreheader {
    display: inline-block;
}

.displayinline0 {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
}


.displayunitscartdisabled {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    font-size: 0.8em;
    text-align: center;
    background: #E6E6E6;
    margin: 0;
    padding: 0;
    color: #FE2E2E
}


.displayunitscartenabled {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50px;
    font-size: 0.8em;
    text-align: center;
    background: #FE2E2E;
    margin: 0;
    padding: 0;
    color: #fff;
}


.displayunitswishlist {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 17px;
    border-radius: 50px;
    font-size: 0.7em;
    color: #FE2E2E;
    text-align: center;
    background-color: #e6e6e6;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 22px;
    top: 3px;
}


.displayunitswishlistAuth {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 17px;
    border-radius: 50px;
    font-size: 0.7em;
    color: #fff;
    text-align: center;
    background: #8bc8b9;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 22px;
    top: 12px;
}

.displayunitscartAdded {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: medium;
    color: #fff;
    text-align: center;
    background: #FE2E2E;
    margin: 0;
    padding: 0;
    color: #fff;
}


.displayPctDtoArticulo {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    background: #ff0000;
    margin: 0;
    padding: 0;
    font-size: 0.6em;
}

.displayPctDtoArticuloFichaArt {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: medium;
    color: #fff;
    text-align: center;
    background: #ff0000;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 19px;
}

#dvheaderLogIn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 80px;
    /*
    background-image: url(../Imagenes/ImgsPlus/FondoDegradado.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    */
    background: rgb(0,80,205);
    background: linear-gradient(90deg, rgba(0,80,205,1) 0%, rgba(127,181,255,1) 50%, rgba(215,233,254,1) 100%);
}

#containerContentHeader {
    position: relative;
    margin-left: 12.6%;
    margin-right: 12.6%;
   
}

#menuAccesosDirectos {
    position: absolute;
    left: 9%;
    display: inline-block;
    text-align: center;
    color: darkgray;
}


    #menuAccesosDirectos i {
        color: darkgray;
        font-size: 30px;
    }

#dvWishList {
    position: absolute;
    right: 25%;
    display: inline-block;
    top: 50px;
}

#WishListLight {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    right: 0;
    background-color: #e1e1cd;
}


div#dvtuWishList {
    position: relative;
    margin-top: 15px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

.closeModalWishList {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}


.closeModalValeTienda {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}

.dvListDeseos {
    position: relative;
    border-top: 0px solid #CCC;
    margin-top: 3px;
    color: #000;
    border-bottom: 1px dashed #000;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.dvListPedidoInitSession {
    text-align: center;
    padding: 25px;
    color: #000;
}

    .dvListPedidoInitSession p a {
        color: blue;
        text-decoration: underline;
    }

#dvFree {
    position: absolute;
    top: 5px;
    right: 1%;
    width: 145px;
    height: 65px;
    background-image: url(../Contenidos/Distribuidores/);
    background-repeat: no-repeat;
    background-position: center;
}

div#logo {
    position: absolute;
    display: inline-block;
    margin-top:1.3%;
}


    div#logo a {
    }

#imgDistribuidor {
    height: auto;
    margin-top: 15px;
}



#subheaderLogIn {
    width: auto;
    height: 0;
    background-color: #1C1C1C;
}



/* Navegacion  
----------------------------------------------------------*/

div#btnMenuMobile {
    display: none;
}

#chkLabelPrva a {
    color: blue;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration-line: underline;
}

div#menubarLogIn {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 997;
    width: 57%
}

#dvMenuLogIn {
    position: relative;
    /*text-align:right;*/
    margin-left: 12.5%;
}

.dropdowncontent {
    text-align: left;
    background-color: white;
    color: #7FB5FF;
    width: auto;
    border-radius: 5px;
    border: 1px solid #7FB5FF;
}

    .dropdowncontent a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        color: #0050CD !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-family: 'Inter';
        border-bottom: 1px solid #7FB5FF;
    }

    .dropdowncontent a:last-child {
        border-bottom: 0;
    }


    #EDWMenuCustom {
        position: relative;
    }

/* Menu en Lista*/

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    #menu li {
        display: block;
        position: relative;
        z-index: 15;
        float: left;
        width: 200px;
    }

        #menu li ul {
            display: none;
        }

        #menu li a {
            display: block;
            background-color: #F5F9FC;
            padding: 5px 10px 5px 10px;
            text-decoration: none;
            white-space: nowrap;
            color: #000;
        }

            #menu li a:hover {
                background: #000;
                color: white;
            }

        #menu li i:hover {
            background: #000;
            color: white;
        }

        #menu li:hover ul {
            display: block;
            position: absolute;
        }

        #menu li:hover li {
            float: none;
        }

        #menu li:hover a {
            background: #000;
            color: white;
        }

        #menu li:hover i {
            background: #000;
            color: white;
        }

        #menu li:hover li a:hover {
            background: #F5F9FC;
            color: #000;
        }


/* fin menu */


/* MENU DROPDOWNS*/
.displayinlineblock{
    display: inline-block;
}

.margin-left10pc{
    margin-left: 10%;
}

.iconmenu {
    color: white;
}

.dropdown {
    display: inline-block;
    width: auto;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 0.9em;
    border: none;
    outline: none;
    margin-right: 3%;
    color: #000;
    text-align:center;
}

.identificate {
    padding: 4px 13px 4px 13px;
    border-radius: 5px;
    border: 1px solid #0050CD;
}

.lineheight20{
    line-height: 20px !important;
}

#selecciondistribuidor a {
    border-top: 1px solid #7FB5FF;
    background-color: white;
    /* color: #0050CD; */
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    font-family: 'Inter';
    /*border-radius: 5px*/
}

#flechaIdiomas{
    margin-left: -3px;
}

#SelectedIdioma {
    color: #0050CD;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    font-family: 'Inter';
}

#lblTituloContacto {
    padding-top: 3%;
    margin-left: 3%;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    text-align: left;
    display: block;
}

.tlfContactar {
    margin-left: 3%;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
}




.txtIdiomas {
    color: #0050CD;
    font-size: 14px;
    text-align: left;
    font-family: 'Inter';
    font-weight: 500;
}

#ulOpcionesContacto a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: black;
}

#div_RecordarClaves a{
    color:black;
    text-decoration: underline;
}

.dropdown a {
    color: #0050CD;
    display: block;
    padding: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
}


        .dropdown a:hover {
            /*color: #000;*/
        }

    .dropdown i {
        color: #fff;
        background-color: #F7BE81;
        padding: 6px;
        border-radius: 50px;
    }



    .dropdown a:hover i, .dropdown:hover i {
        /*color: #000;*/
    }

    .dropdown a:hover span, .dropdown:hover span {
       /*color: #000;*/
    }

.dropdownpadding {
    padding: 3px;
}

.dropdown-content {
    display: none;
    background-color: #E6E6E6;
    color: #000;
    padding: 5px;
    position: absolute;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
    top: 24px;
    text-align: left;
}



.dropdown:hover .dropdown-content {
    display: block;
    overflow-y: auto;
}

.row {
}

.dropdownCategory {
    border-bottom: 1px solid #fff;
    padding: 5px;
    color: #fff;
    text-align: center;
}

/* Create three equal columns that floats next to each other */

.column {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 10px;
    width: 220px;
    font-weight: normal;
    font-size: 0.8em;
}

    .column a {
        color: #fff;
        padding: 5px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .column h4 {
        font-weight: bold;
        font-size: 12px;
    }

    .column a:hover {
        background-color: #F5F9FC;
        color: #F5F9FC;
    }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



/*FIN MENU DROPDOWNS*/



/*  buscador  */

.imgBusc {
    width: 30px;
    height: 45px;
}

#dvComboTipoArticulo {
    display: inline-block;
    vertical-align: middle;
}

#dvCajaBuscar {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
}

#dvBotonElastic {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    text-align: center;
}


#dvBotonBusquedaAvanzada {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

#pnBuscar {
    position: absolute;
    top: 25px;
    left: 23%;
    text-align: center;
}

#dvBarraBuscar {
    display: inline-block;
}

div#dvResultsAutocomplete {
    margin-left: auto;
    margin-right: auto;
}

#container {
    display: block;
    position: absolute;
    z-index: 20;
    background-color: white;
    text-align: left;
    left: 0;
    right: 0;
    overflow-y: auto;
}


    #container label {
        font-weight: normal;
    }

.dvVerTodosTitulos {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

    .dvVerTodosTitulos a {
        color: dodgerblue !important;
    }

.dvResults {
    width: 100%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: smaller;
    vertical-align: top;
}

.dvResults1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

#imgArticulo {
    /*margin-left: 20px;*/
    width: 100%;
    height: 100%;
}

#scrollBar {
    scrollbar-color: #0050CD #D9D9D9;
}

#lblTitFichaDisponibilidad {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.txtDisponibilidadTit {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

#div_gvresultados {
    margin-top: 1%;
    border: 1px solid #7FB5FF;
}

.txtTablaDisponibilidad {
    color: black !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17.05px !important;
    text-align: justified !important;
}

#gvResultados td {
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.dvResults2 {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

.dvResults3 {
    width: 20%;
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
}


#PVPAutocomplete {
    width: 60px;
    border-radius: 7px;
    font-size: 15px;
    padding: 4px;
    background-color: #8bc8b9;
    color: #E6E6E6;
    font-weight: bold;
    margin-left: 40px;
}

.dvResults:hover {
    background-color: #F8F8F8;
}

.dvResultsAutor {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

    .dvResultsAutor:hover {
        background-color: #F8F8F8;
    }


.dvResultsEditorial {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

    .dvResultsEditorial:hover {
        background-color: #F8F8F8;
    }



.dvTituloAutoComplete {
    background-color: #000;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    color: white;
}

.cursorLabels {
    cursor: pointer;
}

#txtBuscar {
    width: 60%;
    background-color: #D7E9FE;
    border: 1px solid #D7E9FE;
    font-size: 1.3em;
    padding: 0.76% 0% 0.76% 3%;
    font-family: 'Proxima-Nova';
}

    #txtBuscar::placeholder {
        color: black;
    }


    #lnkBuscarSpinner {
        background-color: #0050CD;
        padding: 1.1% 1.1%;
        vertical-align: middle;
        margin-left: -5px;
        z-index: 500;
        position: relative;
    }

#spinnercontainer {
    display: inline-block;
    position: absolute;
    left: 5%;
    z-index: 20;
    width: 38px;
    height: 31px;
    margin-top: 0.8%;
}

#spinnerpatch {
    display: inline-block;
    position: absolute;
    left: 5%;
    z-index: 500;
    background-color: white;
    width: 38px;
    height: 31px;
    margin-top: 0.8%;
}

#lnkBuscar i {
    color: #fff;
}

#dvbusqueda {
    width: 100%;
    display: inline-block;
    position: relative;
}

#lnkBuscar :hover {
}

#lnkAvanzada {
    padding: 1% 1% 0.95% 1%;
    vertical-align: middle;
    margin-left: -4px;
    background-color: #D7E9FE;
}


/* login home*/
#flotante{
    display: none;
}

#flotanteLogin {
    display: none;
    position: fixed;
    z-index: 1750;
    right: 0;
    top: 18px;
    width: auto;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

#dvDatosUsuarioRegistrado {
    display: none;
}

#dvDatosAccesoZonalibros {
    display: block;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #0050CD;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
    margin-left: 5px;
    margin-top: 1px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* site sections 
----------------------------------------------------------*/


div#sitesections {
    margin-top: 75px;
    min-height: 800px;
}

.frameSections, .txtDerechosFooter {
    position: relative;
    margin-left: 12%;
    margin-right: 12%;
}

div#leftColumn {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid darkgray;
    min-height: 800px;
    width: 18%;
    padding-right: 20px;
}

div#centralColumn {
    position: static;
    display: inline-block;
    vertical-align: top;
    /*margin-left: 10px;
    margin-right: 10px;
    padding: 5px;*/
    width: 100%;
    text-align: center;
}

div#rightColumn {
    width: 10px;
    display: inline-block;
    vertical-align: top;
}


div#rotuloCategorias {
    margin-top: 20px;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: bold;
}



.itemMenu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 2px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
}

    .itemMenu:hover {
        background-color: #FF0000;
    }


.titulopagina {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.rotuloNov {
    background-color: #404241;
    color: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 25px;
    line-height: 25px;
}

.itemsParentRotuloNov {
    line-height: 25px;
    text-indent: 5px;
    height: 25px;
    font-size: 11px;
    border-bottom: 1px solid tomato;
}

.itemsChildRotuloNov {
    border-bottom: 1px solid tomato;
    line-height: 25px;
    text-indent: 5px;
    height: 25px;
    font-size: 11px;
    background-color: #fff;
}

/* footer 
----------------------------------------------------------*/

#prefooter {
    width: auto;
    height: 3px;
    margin-top: 25px;
}

#footer {
    width: auto;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

    #footer a {
        color: #000;
    }

.txtFooter {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
/*  homepage */
#bannerEdisoft {
    /*
    background-image: url(../Imagenes/ImgsPlus/FondoDegradado.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    */
    background: rgb(0,80,205);
    background: linear-gradient(90deg, rgba(0,80,205,1) 0%, rgba(127,181,255,1) 50%, rgba(215,233,254,1) 100%);
    height: 385px;
    position: relative;
}

#bannerEdisoft2 {
    /*
    background-image: url(../Imagenes/ImgsPlus/FondoDegradado.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    */
    background: rgb(0,80,205);
    background: linear-gradient(90deg, rgba(127,181,255,1) 0%, rgba(0,80,205,1) 100%);
    height: 385px;
    position: relative;
    border-radius: 10px;
}

#containerAdemasIncluye {
    border-radius: 10px;
   /* box-shadow: 0 0 10px 7px rgba(127,181,255,1);*/
    box-shadow: 0px 0px 10px 7px #0050CD0D;
    margin-left: 9%;
    width: 82%;
    background-color: white;
    position: absolute;
    margin-top: 5%;
}

#containerAdemasIncluye2 {
    border-radius: 10px;
    /* box-shadow: 0 0 10px 7px rgba(127,181,255,1);*/
    box-shadow: 0px 0px 10px 7px #0050CD0D;
    margin-left: 18.5%;
    width: 63%;
    background-color: white;
    position: absolute;
    margin-top: 5%;
}

#bannerEdisoftTexto {
    margin-top: 8%;
    position: absolute;
    left: 0;
    width: 49.5%;
    vertical-align: top;
    text-align: left;
    padding-top: 2%;
    padding-right: 2%;
    color: #fff;
}

    #bannerEdisoftTexto h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
        text-align: left;
        width: auto;
    }

    #bannerEdisoftTexto p {
        margin-top: 5%;
        font-size: 18px;
        line-height: 32px;
    }

.w60 {
    width: 60%;
}

#bannerEdisoftTextoLogin {
    position: absolute;
    left: 0;
    width: 49.5%;
    vertical-align: top;
    text-align: left;
    padding-top: 5%;
    padding-right: 2%;
    color: #fff;
}

    #bannerEdisoftTextoLogin h1 {
        font-size: 40px;
        width: 100%;
    }

    #bannerEdisoftTextoLogin p {
        margin-top: 5%;
        font-size: 18px;
        line-height: 32px;
    }

#bannerEdisoftImagen {
    position: absolute;
    right: 0;
    width: 49.5%;
    vertical-align: top;
    text-align: right;
}


.TituloSeccion {
    font-size: 1.7em;
    font-weight: bold;
}

.checkMark {
    color: #0050CD;
    font-size:1.7em;
    position:absolute;
    top:12%;
}

.dvInfoZonalibros {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    text-align: center;
    margin: 1%;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px 7px #0050CD0D;
    border-radius: 8px;
}

.dvSubTituloInfoZonalibros {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    font-size: 0.88em;
    position: relative;
}

#lbTitulo, #lbAutor, #lblISBN, #lbEditorial, #lblSinopsis {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.containerBA{
    width: 85%;
    margin-left: 7.5%;
}

#btnCerrarBA {
    border: 1px solid #7FB5FF;
    color: #ADADAD;
}

.hoverCursor:hover{
    cursor: pointer;
}

.dvInfoEdisoft {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-top: 1%;
    padding-bottom: 20px;
    /*box-shadow: 0 0 10px #d8d8d8;*/
}

.dvInfoEdisoft2 {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-top: 1%;
    padding-bottom: 20px;
    /*box-shadow: 0 0 10px #d8d8d8;*/
}

.iconosInfoEdisoft {
   /*width: 6%;*/
}

.dvTituloInfoEdisoft {
    padding: 10px;
    /*background-color: #F7BE81;*/
    color: #000;
    font-weight: bold;
}

.imagenesSectores{
    margin-bottom: 5%;
}

.imagenesSectores2 {
    display: inline-block !important;
    margin-bottom: 5%;
}

.dvSubTituloInfoEdisoft {
    width: 24.7%;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    font-size: 0.88em;
    position: relative;
    text-align: center;
}

.dvSubTituloInfoEdisoft2 {
    width: 100%;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    font-size: 0.88em;
    position: relative;
    text-align: center;
}

.dvSubTituloInfoEdisoftcheckMark{
   display:inline-block;
   width:5%;
   vertical-align:top;
}

.marginbottomneg2 {
    margin-bottom: -2% !important;
}

.marginbottomneg5 {
    margin-bottom: -5%;
}

.marginbottomneg7 {
    margin-bottom: -7%;
}

.marginbottomneg9 {
    margin-bottom: -9%;
}

.marginbottomneg10 {
    margin-bottom: -10%;
}

.dvSubTituloInfoEdisoftcheckText {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

    .dvSubTituloInfoEdisoftcheckText p {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
    }

    .containerMitadAdemasIncluye {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

.dvSubTituloInfoEdisoftcheckText2 {
    text-align: left;
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-left: 2%;
}

    .dvSubTituloInfoEdisoftcheckText2 p {
        font-size: 18px;
        line-height: 32px;
        text-align: left;
    }

    #dvSectores {
        background-color: #F5F9FC;
        position: relative;
        padding-top: 40px;
    }

    #dvSectores a {
        color: #FF6C08;
        font-size: 0.8em;
    }

.dvInfoSectores {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: center;
    margin: 0.5%;
    padding-bottom: 2%;
}

.dvTituloInfoSectores {
    padding: 2%;
    color: #000;
    font-weight: bold;
}

.dvSubTituloInfoSectores {
    font-size: 0.88em;
    padding-top: 2%;
    padding-bottom: 4.5%;
    width: 80%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#dvProductos {
    position: relative;
    padding-top: 40px;
    background-image: url(../Images/FondoProductos.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    #dvProductos a {
        color: #fff;
    }

.dvInfoProductos {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: center;
    margin: 0.5%;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #d8d8d8;
    padding-top: 1%;
}

.dvTituloInfoProductos {
    padding: 1.5%;
    color: #000;
    font-weight: bold;
}

.dvSubTituloInfoProductos {
    padding-top: 2%;
    padding-bottom: 5%;
    font-size: 0.88em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}


#dvProductosComplementarios {
    background-color: #fff;
    position: relative;
    padding-top: 40px;
    background-image: url(../Images/FondoProductos.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    #dvProductosComplementarios p {
        font-size: 1.7em;
        font-weight: bold;
    }

    #dvProductosComplementarios a {
        color: #FF6C08;
        font-size: 0.8em;
    }

.ImagenProductosComplementarios {
    position: absolute;
    right: 6.5%;
    width: 35px;
    top: 10.5%;
}

.dvInfoProductosComplementarios {
    display: inline-block;
    vertical-align: top;
    width: 18.9%;
    text-align: center;
    margin: 0.5%;
    padding-bottom: 20px;
    background-color: #fff;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    box-shadow: 0 0 10px #d8d8d8;
}

.dvTituloInfoProductosComplementarios {
    padding-top: 8%;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.dvSubTituloInfoProductosComplementarios {
    padding-top: 10%;
    padding-bottom: 8%;
    text-align: left;
    font-size: 0.8em;
}

#dvClientesEdisoft {
    margin-top: 4%;
    margin-bottom: 4%;
}

    #dvClientesEdisoft p {
        font-size: 1.5em;
        font-weight: bold;
    }

.dvImgClientesEdisoft {
    display: table-cell;
    margin-left: 18.3%;
    margin-right: 18.3%;
}

#dvContactar {
    text-align: left;
    position: relative;
    background-color: #0050CD;
    color:#fff;
    padding-top:4.2%;
    padding-bottom:4.2%;
    /*margin-top: 25%;*/
}

.btnContactar {
    position: absolute;
    right: 7%;
    bottom: 2%;
}

.ContactarLeft {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 55%;
    font-size: 1.2em;
}


.pghContactarTitulo {
    font-size: 35px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
}

.pghContactarSubtitulo {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}


.ContactarRight {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-top: 80px;
}

.pghSlogan {
    margin-bottom: 2%;
    margin-top: 3%;
    font-size: 1.7em;
    font-weight: bold;
}


/* Página Producto */


.dvIdentificacionProducto {
}

.dvNombreProducto {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: left;
    padding-top: 7%;
}

    .dvNombreProducto p {
        margin-bottom: 20px;
    }

.spnTituloProducto {
    font-size: 1.7em;
    font-weight: bold;
}

.spnSubtituloProducto {
}

.dvImagenGrandeProducto {
    display: inline-block;
    vertical-align: top;
    width: 69.6%;
    text-align: right;
}

.dvCaracteristicasProducto {
    text-align: center;
    background-color: #F5F9FC;
    padding-bottom: 5%;
}

.pghTituloSeccionCaracteristicasProducto {
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 4%;
    margin-bottom: 4%;
}

.dvItemCaracteristicasProducto {
    display: inline-block;
    text-align: left;
    width: 43%;
    margin: 1%;
}

.imgIconoCaracteristicasProducto {
    position: absolute;
    width: 20px;
}

.pghTituloCaracteristicasProducto {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5%;
    padding-top: 0.2%;
}

.pghSubTituloCaracteristicasProducto {
    margin-left: 5%;
    margin-top: 1%;
    font-size: 0.8em;
}



/* Pagina Sectores*/

.TituloSectoresPage {
    text-align: left;
    margin-bottom: 2%
}


#dvSectoresPage {
    padding-top: 40px;
}

    #dvSectoresPage a {
        color: #fff;
    }

.btnSectoresPage {
    position: absolute;
    bottom: 14%;
}


.dvInfoSectoresPage {
    position: relative;
    display: block;
    vertical-align: top;
    width: auto;
    text-align: left;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    box-shadow: 0 0 10px #d8d8d8;
    background-color: #fff;
}

#txtBusquedaAvanzada {
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #0050CD;
    margin-bottom: 2%;
}


.dvInfoSectoresPageImg {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 3%;
}

.dvInfoSectoresPageDatos {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 30%;
    margin-left: 30%;
}

.dvTituloInfoSectoresPage {
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 10%;
}

.dvSubTituloInfoSectoresPage {
    font-size: 0.88em;
    padding-top: 2%;
    padding-bottom: 4.5%;
    text-align: justify;
}


/* Página Productos*/

.TituloProductosPage {
    text-align: left;
    margin-bottom: 2%
}


#dvProductosComplementariosPage {
    background-color: #fff;
    position: relative;
    padding-top: 6%;
    background-image: url(../Images/FondoProductos.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}


/* Empresa Edisoft */

#dvEmpresaEdisoft {
    padding-top: 40px;
}

.TituloEmpresaEdisoft {
    text-align: left;
    margin-bottom: 2%;
}

.dvSloganEdisoft {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

    .dvSloganEdisoft p {
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        font-style: italic;
        font-size: 1.6em;
    }

.dvSloganEdisoftItems {
}

.dvSloganEdisoftItem {
    display: inline-block;
    vertical-align: top;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 33%;
}

.separadorSloganEdisoftItem {
    border-left: 1px solid #FF6C08;
    border-right: 1px solid #FF6C08;
}

.dvSloganEdisoftItemSubtitulo {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
}

.dvTrayectoriaEdisoft {
}

.dvTrayectoriaEdisoftItems {
    margin-top: 5%;
    background-color: #F5F9FC;
}


.dvTrayectoriaEdisoftItem {
    display: inline-block;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 49%;
}


.dvEquipoEdisoft {
    text-align: left;
    padding-top: 3%;
    padding-bottom: 3%;
}

    .dvEquipoEdisoft p {
        font-size: 0.8em;
        width: 25%;
        line-height: 1.3em;
    }

.dvFilosofiaEdisoft {
    text-align: right;
    padding-top: 3%;
    padding-bottom: 3%;
}

    .dvFilosofiaEdisoft p {
        font-size: 0.8em;
        width: 25%;
        margin-left: auto;
        line-height: 1.3em;
    }

.dvMisionEdisoft {
    text-align: left;
    padding-top: 3%;
    padding-bottom: 3%;
}

    .dvMisionEdisoft p {
        font-size: 0.8em;
        width: 25%;
        line-height: 1.3em;
    }

.textoDestacado {
    font-weight: bold;
    font-size: 1.6em;
    color: #FF6C08;
}


/* Sectores Detalle */

.dvInfoSectoresPageDetalle {
    position: relative;
    display: block;
    vertical-align: top;
    width: auto;
    text-align: left;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.dvInfoSectoresPageDatosDetalle {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 35%;
}

.dvTituloInfoSectoresPageDetalle {
    color: #000;
    font-weight: bold;
    font-size: 1.7em;
    padding-top: 10%;
}

.dvSubTituloInfoSectoresPageDetalle {
    font-size: 0.88em;
    padding-top: 7%;
    padding-bottom: 4.5%;
    text-align: justify;
}

.dvInfoSectoresPageImgDetalle {
    display: inline-block;
    vertical-align: top;
    width: 61%;
    text-align: right;
}

#dvSectoresPageProductosRelacionados {
    background-color: #F5F9FC;
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
}

    #dvSectoresPageProductosRelacionados a {
        color: #FF6C08;
        font-size: 0.8em;
    }

.dvInfoSectoresProductos {
    background-color: #fff;
    width: 100%;
    padding-top: 1%;
    margin-bottom: 1%;
}

.dvInfoSectoresProductosImg {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

.dvTituloInfoProductosDatos {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    text-align: left;
}

    .dvTituloInfoProductosDatos a {
        color: #fff !important;
    }


.dvInfoSectoresProductosTitulo {
    font-size: 1.4em;
    font-weight: bold;
}

.dvInfoSectoresProductosSubtitulo {
    font-size: 0.8em;
    padding-top: 7%;
    padding-bottom: 7%;
}

#dvfaqs {
    display: none;
}

#dvContactarHome {
    display: none;
}

#dvBlog {
    display: none;
}

#dvProcesoAvisaNoStockOK {
    margin-top: 20px;
    text-align: center;
}

#dvAddClienteValeTiendaOK {
    margin-top: 20px;
    text-align: center;
}


#dvAddClienteValeTiendaKO {
    margin-top: 20px;
    text-align: center;
}

.closeModalAvismeNoStock {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}

#dvContainerFormNoStock {
    position: relative;
    margin-top: 10px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
}

#dvContainerValeTienda {
    position: relative;
    margin-top: 10px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
}

div#dvAvisoNoStock {
    position: relative;
    margin-top: 15px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 23px;
}

div#dvValeTienda {
    position: relative;
    margin-top: 15px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 23px;
}

#dvFormAvisameNoStock {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    right: 0;
    background-color: aliceblue;
}

#dvFormValeTienda {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    right: 0;
    background-color: gainsboro;
}


.closeModal {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}

.btnAvismeNoStock {
    display: inline-block;
    width: 100%;
    background-color: lightsteelblue;
    color: #F7BE81;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
}

.btnAvismeNoStockBig {
    display: inline-block;
    width: 100%;
    background-color: lightsteelblue;
    color: #F7BE81;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
}

.btnValeTienda {
    display: inline-block;
    width: 100%;
    background-color: #F5F9FC;
    color: #F7BE81;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
}


.divTitulo-2 {
    font-size: 20px;
    text-align: left;
    background-color: #000;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-indent: 15px;
}


.div_imagen_6 {
    /*
	border: none;
	text-align: left;
	width: 200px;
	*/
    /*height: 153px;*/


    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto; /* to keep proportions */
    height: auto; /* to keep proportions */
    max-width: 100%; /* not to stand out from div */
    max-height: 100%; /* not to stand out from div */
    margin: auto auto 0; /* position to bottom and center */
}

#btnDondeComprar {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
}

.fileproduct {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-left: -6px; /*margin-bottom: 30px;*/
    width: 40%;
    border: 1px solid #7FB5FF;
    text-align: left;
    height: 315px;
}

#lblTituloFicha {
    color: black;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 10%;
}

#lblResultadosInf{
    display: none;
}

#lblAutorFicha {
    color: #0050CD;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 7%;
}

#lblEditorialFicha {
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 7%;
}

#lblISBNFicha {
    color: #636363;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 7%;
}

.lblPvpFicha {
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 7%;
}

.lblPrecioFicha {
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;

}

#ddlDistribuidoresContacto {
    background: white;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: small;
    border-radius: 4px;
    border: 1px solid #7FB5FF;
}

#divTlfContactar {
    color: white;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}

#lblSinopsisFicha {
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: justified;
}

.details {
    display: inline-block;
    width: 180px;
    position: relative;
    margin-top: 15px;
    margin-left: 5%;
}

.filetitle {
    margin-bottom: 10%;
    height: auto;
    font-size: 0.77em;
    font-weight: bolder;
    line-height: 1.2;
    color: #0050CD;
}

    .filetitle a {
        color: black;
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
        text-align: left;
    }

    .filetitle h2 {
        /*
	font-size: 0.77em;
    font-weight: bolder;
    line-height: 1.2;
	*/
    }

.filemaker {
    margin-bottom: 7%;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #0050CD;
}

.filePublisher {
    margin-block:7%;
    height: auto;
    color:black;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;
}

.fileEAN {
    margin-bottom: 7%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;
    color: #636363;
}

    .filemaker h3 {
        /*
	font-size: 0.75em;
    line-height: 1.1em;
	*/
    }

.fileavailability {
    height: 30px;
}

.fileprice {
    margin-bottom: 7%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}

.filepriceIVA {
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    text-align: left;
}

.fileaction {
}







#txtTitulo {
   
   /* text-transform: uppercase;*/
  
}

.txtAutor {
    font-size: 1em;
    text-transform: initial;
    color: black;
}


#txtISBN {
    text-transform: uppercase;
}

#txtEditorial {
    text-transform: initial;
}


#etq1Precio {
    font-size: small;
    text-transform: uppercase;
}


#importe1Precio {
    font-size: small;
    text-transform: uppercase;
}


#importe1PVP {
    font-size: small;
    text-transform: uppercase;
}


#etq3Precio {
    font-size: small;
    text-transform: uppercase;
}


#importe3Precio {
    font-size: small;
    text-transform: uppercase;
}


.etq3PVPIni {
    font-size: small;
    text-transform: uppercase;
}

.importe3PVPIni {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.importe3PVPIniSinDTO {
    font-size: 0.6em;
    color: #FE2E2E;
    text-decoration: line-through;
    text-decoration-color: #FE2E2E;
}

#dvEditorialesEnDistribucion {
    display: none;
    position: static;
    margin-top: 5px;
}

.imgEditorialesDistribucion {
    border: 1px solid #F5F9FC;
    width: 120px;
    height: 68px;
    border-radius: 4px;
}

/*SLIDER*/

#fondo_slider {
    border-radius: 10px;
    margin-top: 200px;
}


div#SliderMiniaturas {
    text-align: center;
    margin-top: 20px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.2s ease;*/
}

    .active, .dot:hover {
        background-color: #0050CD !important;
        color: #fff !important;
    }

        .active a {
            color: #fff !important;
        }

#sliderContainer {
    /*height: 350px;*/
    position: relative;
}

#slider {
    border: 0 solid #999;
    overflow: hidden;
    position: relative;
    background-color: #F5F9FC;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.slide {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 10px;
    color: #636362;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
    background-color: white;
    opacity: 0.5;
}

/* Position the "next button" to the right */
.next {
    right: 1%;
    border-radius: 3px;
}

.prev {
    left: 1%;
    border-radius: 3px;
}

    /* On hover, add a #000 background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: #fff;
        opacity: 1;
    }

.transicionSliderLeft {
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

/* Fading animation */
.escenarioLeft {
    -webkit-animation-name: escenarioLeft;
    -webkit-animation-duration: 4s;
    animation-name: escenarioLeft;
    animation-duration: 2s;
}


@-webkit-keyframes escenarioLeft {
    from {
        width: 0;
        height: 100%;
    }

    to {
        width: 100%;
        height: 100%;
    }
}

@keyframes escenarioLeft {
    from {
        width: 0;
        height: 100%;
    }

    to {
        width: 100%;
        height: 100%;
    }
}

/*FIN SLIDER*/


.menuarrows {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    font-size: 23px;
    color: #F7BE81;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 1px solid #999;
    background-color: #F5F9FC;
    font-family: arial;
    margin-top: 12px;
}

/******************************************/
/*****      EDITORIALES      **************/

.divSlideEditoriales {
    -ms-behavior: url(//www.punxes.es/Styles/PIE.htc);
    behavior: url(//www.punxes.es/Styles/PIE.htc);
    position: relative;
    /*background-image: url('Master/redox_02.png');
	background-repeat: repeat;*/
    /*background-color: #F5F9FC;*/
    margin-bottom: 10px;
    /*width: 790px;*/
    height: 85px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*-moz-box-shadow: 0px 0px 2px 3px #464646;
	-o-box-shadow: 0px 0px 2px 3px #464646;
	-webkit-box-shadow: 0px 0px 2px 3px #464646;
	box-shadow: 0px 0px 2px 3px #464646;*/
    margin-left: auto;
    margin-right: auto;
}

.divImgEditorial {
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
    width: 10px;
    height: 100px;
}

.stepcarousel-inicio {
    position: relative;
    overflow: auto;
    margin-left: 25px;
    padding-top: 10px;
    width: 940px;
    height: 80px;
}

    .stepcarousel-inicio .belt {
        position: absolute;
        top: 0;
        left: 0;
    }

    .stepcarousel-inicio .panel {
        float: left;
        overflow: hidden;
        margin: 5px;
        padding-top: 7px;
        width: 80px;
        height: 70px;
    }

/* CAROUSEL AUTOMATICO IMAGENES */
/* On the main scroller, use relative positioning. This allows the option of adding things such as edge overlays later if desired. */
#scroller {
    position: relative;
}

    /* For the inner holder, we clip anything that runs over, via "overflow: hidden".  We position the holder to fully fill its parent, the #scroller div. */
    #scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    /* On the unordered list that holds our photos, we remove the default margin and padding.  We also use "position: relative" so the list items can be laid out in a horizontal row. */
    #scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
    }

    /* On the individual list items, we remove the default padding, margin and list bullets.  The position is set to absolute; we'll use JavaScript to set the precise left positioning value.*/
    #scroller li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
    }

        #scroller li img {
            /*width: 90px;*/
            height: 70px;
            margin-left: 15px;
            margin-top: 12px;
            /*azimuth: -moz-box-shadow: 2px 3px 5px #696969;
	-webkit-box-shadow: 2px 3px 5px #696969;
	-o-box-shadow: 2px 3px 5px #696969;
	-ms-box-shadow: 2px 3px 5px #696969;
	box-shadow: 2px 3px 5px #696969;
	
	position:relative;
	behavior: url(//www.zonalibros.com/Styles/PIE.htc);*/
        }


#lblNoticias {
}

#divNoticias {
    vertical-align: top;
    position: relative;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
}

    #divNoticias p {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }


#dvNoticiasCarrousel {
    padding: 5px;
}

#FichaNoticia {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
}

span#FechaNoticia {
    font-size: 12px;
    color: chocolate;
}

#dvNoticias1 {
    vertical-align: top;
}

#dvNoticias2 {
    background-color: #F5F9FC;
    vertical-align: top;
    padding: 10px;
    margin-top: -4px;
    color: white;
}

    #dvNoticias2 a {
        color: white;
    }

.Banner {
    display: none;
    margin-top: 50px;
    vertical-align: top;
    padding: 5px;
    background-color: antiquewhite;
    border-radius: 15px;
    width: 67%;
    margin-left: 10px;
}

.BannerItem {
    padding: 5px;
    background-color: antiquewhite;
    display: inline-block;
    font-size: 12px;
    width: 23%;
}

    .BannerItem p {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-align: center;
    }

#BannerItem1 {
}

#BannerItem2 {
}

#BannerItem3 {
}

#BannerItem4 {
}


#dvRedesSociales {
    display: block;
    text-align: center;
    margin-top: 50px;
    width: auto;
    padding-top: 10px;
}


#dvRedesSocialesHeader {
    position: absolute;
    left: 20%;
    display: block;
    text-align: center;
    top: -1px;
}

.blogg {
    font-size: 12px;
    padding: 4px;
    background-color: darkgray;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    color: white;
}

.fa {
    padding: 10px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: black;
    color: white;
}

.fa-twitter {
    background: black;
    color: white;
}

.fa-google {
    background: black;
    color: white;
}

.fa-linkedin {
    background: black;
    color: white;
}

.fa-youtube {
    background: black;
    color: white;
}

.fa-instagram {
    background: black;
    color: white;
}

.fa-pinterest {
    background: black;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

.iconCarruseles {
    color: red;
    display: none;
}

.fontSizeSocialMedia {
    font-size: 0.8em;
    width: 13px;
    padding: 4px;
}

#divNovedades {
    position: relative;
    text-align: center;
}

.margintopCustomNovedades {
    margin-top: 0;
}


#divProxLanzamientos {
    position: relative;
    text-align: center;
}

#divReimpresiones {
    position: relative;
    text-align: center;
}

#divPreventas {
    position: relative;
    text-align: center;
}

#divMasVendidos {
    position: relative;
    text-align: center;
}

#divRecomendados {
    position: relative;
    text-align: center;
}

/* CARRUSEL PRINCIPAL*/


#divCarrPrincipal {
    background-image: url("../Contenidos/Distribuidores/60/fons.jpg");
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.divTituloPrincipal {
    display: none;
    font-size: 20px;
    text-align: left;
    background-color: #F5F9FC;
    color: gray;
    padding-top: 6px;
    padding-bottom: 6px;
    text-indent: 15px;
}

.divImagenPrincipal {
    display: block;
    vertical-align: top;
    position: relative;
    width: 200px;
    height: 300px;
    /*background-color: #F5F9FC;*/
}

.menuarrowsPrincipal {
    cursor: pointer;
    position: static;
    width: auto;
    padding: 10px;
    color: #636362;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    z-index: 1;
    background-color: white;
    opacity: 0.5;
}

#dvfondoCarrPrincipal {
}

.dvbtnSiguienteCarouselPrincipal {
    position: absolute;
    right: 10%;
    top: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 1;
}

.dvbtnAnteriorCarouselPrincipal {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 1;
}

.detailsPrincipal {
    display: none;
}

.containerFichaRapida {
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    margin-left: 23%;
    margin-right: 23%;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    animation-name: zoom;
    animation-duration: 0.2s;
}


.closeModalDetallesPrincipal {
    top: 5px;
    right: 5px;
    position: absolute;
}

    .closeModalDetallesPrincipal i {
        font-size: 28px;
        color: #999;
    }

.linkFichaArticuloCompleta {
    bottom: 10px;
    right: 10px;
    position: absolute;
    color: blue;
    text-decoration: underline;
    font-size: 0.7em;
}


/* CARRUSEL FICHAS */

#divCarrFichas {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.divTituloFichas {
    display: block;
    font-size: 20px;
    text-align: left;
    background-color: #000;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    text-indent: 15px;
}

.divImagenFichas {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 300px;
}

.imgFicha {
    width: 100%;
}

.imgFichaRapida {
    width: 100%;
}


.menuarrowsFichas {
    cursor: pointer;
    position: static;
    width: auto;
    padding: 10px;
    color: #636362;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
    background-color: white;
    opacity: 0.5;
}

#dvfondoCarrFichas {
    position: static;
    /*background-image: url("../Contenidos/Distribuidores/60/fons.jpg");
	background-size: cover;*/
    /*background-color: #F5F9FC;*/
    /*left:0;*/
    /*right:0;*/
    /*height:360px;*/
}

.dvbtnSiguienteCarouselFichas {
    position: absolute;
    right: 0;
    top: 35%;
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 2;
}

.dvbtnAnteriorCarouselFichas {
    position: absolute;
    left: 0;
    top: 35%;
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 2;
}

.fileproductFichas {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10%;
}

.detailsFichas {
    display: inline-block;
    width: 400px;
    position: relative;
    margin-left: 50px;
}

.filetitleFichas {
    height: 60px;
    font-size: 1.5em;
    font-weight: bolder;
    line-height: 1.8;
}

.fileDescriptionFichas {
    font-size: 1em;
    line-height: 1.1em;
}


.filemakerFichas {
    height: 38px;
    font-size: 1em;
    line-height: 1.1em;
}

.fileavailabilityFichas {
    height: 60px;
}

.filepriceFichas {
    height: 60px;
}

.fileactionFichas {
}

.importe3PVPIniFichas {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.importe3PVPIniSinDTOFichas {
    font-size: 1.3em;
    color: #FE2E2E;
    text-decoration: line-through;
    text-decoration-color: #FE2E2E;
}


div#FichasMiniaturas {
    text-align: center;
    margin-top: 20px;
}


.prevFichas, .nextFichas {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 10px;
    color: #636362;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
    background-color: white;
    opacity: 0.5;
}

/* Position the "next button" to the right */
.nextFichas {
    right: 1%;
    border-radius: 3px 0 0 3px;
}

.prevFichas {
    left: 1%;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a #000 background color with a little bit see-through */
    .prevFichas:hover, .nextFichas:hover {
        background-color: #fff;
        opacity: 1;
    }

/* The dots/bullets/indicators */
.dotFichas {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0 2px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    /*transition: background-color 0.2s ease;*/
}

    .activeFichas, .dotFichas:hover {
        background-color: #CE0000;
    }



/* CARRUSELES LIBRES */

#divCarrLibre1 {
    position: relative;
    text-align: center;
}

#divCarrLibre2 {
    position: relative;
    text-align: center;
}

#divCarrLibre3 {
    position: relative;
    text-align: center;
}

#divCarrLibre4 {
    position: relative;
    text-align: center;
}

.dvbtnSiguienteCarousel {
    position: absolute;
    right: 0;
    top: -6px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.dvbtnAnteriorCarousel {
    position: absolute;
    right: 60px;
    top: -6px;
    width: 50px;
    height: 50px;
    display: inline-block;
}


.btnFiltrarOfertas {
    display: inline-block;
    width: 100%;
    background-color: #000;
    border: none;
    color: white;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    margin-top: 20px;
}

.btnAddToCart {
    display: inline-block;
    width: 60%;
    background-color: #F5F9FC;
    border: none;
    color: #000;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #ccc;
}

    .btnAddToCart i {
        background-color: #F5F9FC;
        font-size: 1.5em;
    }

.btnAddToWishList {
    display: inline-block;
    width: 23%;
    background-color: #000;
    border: none;
    color: white;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
}

.btnAddToCartFichaArt {
    display: inline-block;
    width: 100%;
    background-color: #636362;
    border: none;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 19px;
}

.btnAddToWishListFichaArt {
    border: none;
    color: lightcoral;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.btnObtenerValeTiendaFichaArt {
    display: inline-block;
    width: 100%;
    background-color: gainsboro;
    border: none;
    color: red;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 13px;
}


/* noticiasver.aspx*/

#FichaNoticiaVer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

span#FechaNoticiaVer {
    font-size: 13px;
    color: chocolate;
}

#dvNoticias1Ver {
    width: 25%;
    vertical-align: top;
}

#dvNoticias2Ver {
    width: 68%;
    vertical-align: top;
    min-height: 300px;
    margin-left: 20px;
}


/* buscalibrosEDW.aspx*/

#dvBusqueda {
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: #F5F9FC;
    color: #000;
    margin-top: 20px;
}

.rowGrid2 {
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    height: 30px;
    border: none;
    border-bottom: 1px solid #656565;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .rowGrid2 a {
        color: #636362;
        font-family: Arial;
    }


    .rowGrid2 h3 {
        color: #636362;
        font-family: Arial;
        font-size: 13px;
    }

#btnDelEditorialSel {
    font-size: 11px;
    color: white;
    display: inline-block;
    margin-bottom: 20px;
}

    #btnDelEditorialSel i {
        font-size: 13px;
        color: white;
    }

#dvTituloEditoriales {
    background-color: #636362;
    border-radius: 5px;
    color: white;
    text-align: center;
}

#panNoResultados {
    padding-top: 2%;
    padding-bottom: 2%;
}

#dvResultadosBusquedaSup {
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 9.5%;
    text-align: left;
}

#lblResultados{
    display: inline-block;
}

.paginadorBuscador {
    vertical-align: top;
    display: inline-block;
    margin-top: 0;
}

#dvResultadosBusquedaInf {
    padding-top: 2%;
    padding-bottom: 2%;
}

.PaginadoresSup {
    position: relative;
    display: inline-block;
    width: 30%;
    padding-top: 35px;
}

#dvPagSup {
    position: absolute;
    right: 124px;
}

.busqAvanzada {
    vertical-align: middle;
    text-align: center !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    height: auto !important;
    border-radius: 7px 7px 0px 0px;
}

#Ul1 {
    right: 5px;
}


.PaginadoresInf {
    position: relative;
}

#dvEditorialesBuscaArticulos {
    margin-top: 50px;
    display: inline-block;
    width: 14%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

#dvResultadosBuscaArticulos {
    display: inline-block;
    margin-top: 50px;
    width: 83%;
    vertical-align: top;
    text-align: center;
    /*background-color: #f2f2f1;*/
}

.btnBuscarBoletin {
    display: inline-block;
    margin-top: 20px;
    background-color: #FE2E2E;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-radius: 10px 10px 10px 10px;
    width: 80px;
}


#dvPantallaBoletines {
    margin-top: 30px;
}

#dvListaBoletines {
    background-color: #F5F9FC;
    padding: 15px;
    font-size: 0.8em;
}

#dvFiltrosBoletines {
    background-color: #F5F9FC;
    padding: 15px;
    font-size: 0.8em;
}

/* buscalibrosEDW.aspx*/

ul#dvPagSup li {
    display: inline;
    border: 1px solid #7FB5FF;
    padding: 6px 12px;
    background-color: white;
}

ul#Ul1 li {
    display: inline;
    border: 1px solid #7FB5FF;
    padding: 6px 12px;
    background-color: #FAFAFA;
}

.filtrosBLib {
    width: 135px;
    display: inline-block;
    vertical-align: top;
    margin: 12px;
    font-size: 0.8em;
}


#fichaArticulo {
    width: 235px;
    display: inline-block;
    vertical-align: top;
    margin: 12px;
}

.imagen_6 {
    height: 200px;
    width: 130px;
}

#lblTitulo {
    text-transform: uppercase;
    font-weight: bold;
}

#lblAutor {
    text-transform: uppercase;
    color: darkgoldenrod;
    font-size: small;
}

#lblEditorial {
    text-transform: uppercase;
}

#lblISBN {
}

.etq3PVPBLib {
    font-size: small;
    text-transform: uppercase;
}

.importe3PVPBLib {
    text-transform: uppercase;
    font-weight: bold;
    font-size: x-large;
}

/* avanzada.aspx */

#btnBuscar2 {
    display: inline-block;
    background-color: #999;
    border: none;
    color: white;
    padding: 3px 24px;
    text-decoration: none;
    cursor: pointer;
}

.camposFormularioAvanzada {
    width: 90%;
    margin-left: 30px;
    margin-top: 10px;
}

/* cesta.aspx */

#dvChkEntregaTienda {
    display: inline-block;
    width: 20%;
    margin-top: 20px;
    vertical-align: top;
}

#dvTiendasDistribudor {
    display: inline-block;
    width: 60%;
    margin-top: 20px;
    vertical-align: top;
}


#loadingCestaLight {
    color: white;
}

#tituloMiPedido {
    border-bottom: 1px dashed #000;
    padding: 5px;
}

#tituloTotales {
    margin-top: 10px;
    padding: 5px;
}

#dvTotalesCestaLight {
    position: relative;
    margin-top: 25px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

#spnTotalUnidadesCestaLight {
}

#spnTotalImporteCestaLight {
    position: absolute;
    right: 5px;
}

#dvContainerListCestaGlobal {
}

.dvListPedidoEmpty {
    text-align: center;
    padding: 25px
}

#iconShoppingCart {
    font-size: 1.5em;
}

#lnkAcceder {
    font-size: 0.8em;
}

#iconUserStatus {
    font-size: 1.5em;
    color: #F7BE81;
}

#iconShoppingCartEmpty {
    font-size: 50px;
    color: white;
}

#iconShoppingCartEmptyCestaGlobal {
    font-size: 50px;
}


#iconWishListEmpty {
    font-size: 50px;
}

#iconWishListEmptyOK {
    font-size: 50px;
}

#iconValeTiendaErrorSend {
    font-size: 50px;
}

#dvAddListaDeseoCart {
    width: 50%;
}

#dvDeleteArticuloCart {
    width: 50%;
}

.btnEliminarArticulo {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 1px 1px 1px 1px;
    border-width: 2px;
    border: 1px solid transparent;
    background-color: #F5F9FC;
}

.btnEliminarArticuloCestaGlobal {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 1px 1px 1px 1px;
    border-width: 2px;
    border: 1px solid transparent;
    background-color: #FFF;
}


#btnEliminarArticuloListaDeseos {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 1px 1px 1px 1px;
    border-width: 2px;
    border: 1px solid transparent;
    background-color: antiquewhite;
}

.imgArticuloCesta {
    width: 100%;
}

div#dvContainerListCesta {
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
}

#cestaLight {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 21%;
    right: 0;
    background-color: #F5F9FC;
}


div#dvtuCesta {
    position: relative;
    margin-top: 15px;
    width: auto;
    color: #000;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

#dvBtnIrAPagar {
    margin-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
}


.btnIrAPagar {
    display: block;
    background-color: #FE2E2E;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
}

div#dvCerrarCestaLight {
    margin-top: 50px;
    display: inline-block;
    width: 20%;
    text-align: right;
    font-size: 50px;
}

.lblFormCesta {
    font-size: 0.8em;
}

#lblTotalImporteCesta {
    vertical-align: middle;
    font-size: 0.8em;
}

#lnkNombreUsuario {
    vertical-align: middle;
    font-size: 0.8em;
}


#iconPower {
    font-size: medium;
}


.modal-dialog {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog-avanzada {
    width: 22%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
}

.modal-body {
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.8em;
}


.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    animation-name: fadeIn;
    animation-duration: 0.4s;
}


@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modalDetailsPrincipal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}


/* The Close Button */
.closeCestaLight {
    color: white;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}

    .closeCestaLight:hover,
    .closeCestaLight:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.btnCodigosDescuento {
    border: 1px solid #E6E6E6;
    background-color: #000;
}

#dvCamposCodigoDescuento {
    padding: 10px;
}

#dvResultsValidaCodigo {
    padding: 10px;
}

#txbCodigoDescuento {
    width: 30%;
    background-color: azure;
}


#ddlTiendasDistribuidor {
    width: 75%;
}

#ddlCountry {
    width: 50%;
}

#ddlProvince {
    width: 50%;
}

#dvConectandoTPV {
    display: inline-block;
    color: #31708f;
    margin-left: auto;
    margin-right: auto;
}

#dvNombreUsuario {
    display: inline-block;
    margin: 5px;
    width: 30%;
}

#dvApellidosUsuario {
    display: inline-block;
    margin: 5px;
    width: 45%;
}

#emailClienteWeb {
    display: inline-block;
    margin: 5px;
    width: 40%;
}

#dvPasswordUsuario {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvRepeatPasswordUsuario {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvDomicilioClienteWeb {
    display: inline-block;
    width: 40%;
    margin: 5px;
}

#dvCPClienteWeb {
    display: inline-block;
    width: 24%;
    margin: 5px;
}

#dvPoblacionClienteWeb {
    display: inline-block;
    width: 39%;
    margin: 5px;
}

#dvPaisClienteWeb {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvDDLProvinceCombo {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvTelefonoClienteWeb {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvHorarioClienteWeb {
    display: inline-block;
    width: 50%;
}

#dvNIFClienteWeb {
    display: inline-block;
    width: 30%;
    margin: 5px;
}

#dvNombreFacturaClienteWeb {
    display: inline-block;
    width: 62%;
    margin: 5px;
}

#dvDomicilioFactClienteWeb {
    display: inline-block;
    width: 40%;
    margin: 5px;
}

#dvCPFactClienteWeb {
    display: inline-block;
    width: 30%;
    margin: 5px;
}

#dvPoblacionFactClienteWeb {
    display: inline-block;
    width: 39%;
    margin: 5px;
}

#dvPaisFactClienteWeb {
    display: inline-block;
    width: 25%;
    margin: 5px;
}

#dvRegionFactCllienteWeb {
    display: inline-block;
    width: 25%;
    margin: 5px;
}


.dvEresCliente {
    padding: 5px;
    width: auto;
    background-color: #F5F9FC;
    color: white;
    margin-bottom: 20px;
    border-radius: 5px;
}

    .dvEresCliente a {
        color: #FE2E2E;
        text-decoration: underline;
    }

#dvCestaGlobal {
}

#containerDatosCliente {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

#containerCesta {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: white;
    padding: 10px;
}

#pnlImportesDropShipping {
    width: auto;
    vertical-align: top;
}

#dvTotalesCesta {
    width: auto;
    vertical-align: top;
}

#containerGastosEnvioAsync {
    display: block;
}

#dvSeguirComprandoCesta {
    display: inline-block;
}


#dvContinuarProcesoCompra {
    display: inline-block;
    margin-left: 15px;
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

/* FichaArticulo */

#dvTitFichaArt {
    display: block;
    font-size: 20px;
    margin-top: 160px;
}

#divCarrArtsRelacionados {
    position: relative;
    text-align: center;
}

#tagsZone {
    margin-top: 20px;
}

.dvHashTag {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

    .dvHashTag:hover {
        display: inline-block;
        padding: 5px;
        margin: 5px;
        border: 1px solid #000;
        border-radius: 5px;
        background-color: #E6E6E6;
    }

.lblHashTag {
    color: #000;
}

#BookTrailer {
    background-color: antiquewhite;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 13px;
    cursor: pointer;
}

#dvISBN {
    display: inline-block;
}

#dvEAN {
    display: inline-block;
}

#dvFechaPublicacion {
    display: inline-block;
}

#dvIdiomaArticulo {
    display: inline-block;
}

#dvFormatoArticulo {
    display: inline-block;
}

#dvMedidasArticulo {
    display: inline-block;
}

#dvNumPagLibro {
    display: inline-block;
}

#dvCategoria {
    display: inline-block;
}

#dvPesoArticulo {
    display: none;
}

#dvBIC {
    display: none;
}


.rowDatosArticulo {
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    width: 60px;
    font-weight: normal;
    word-break: normal;
    word-wrap: normal;
}

.rowDatosArticuloGris {
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    width: 170px;
    margin-left: -4px;
    word-break: normal;
    word-wrap: normal;
}

.rowDatosArticuloRelacionado {
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    width: 170px;
    font-weight: bold;
    word-break: normal;
    word-wrap: normal;
}

.rowDatosArticuloGrisRelacionado {
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
    width: 90px;
    margin-left: -4px;
    word-break: normal;
    word-wrap: normal;
}

#txtTituloFichaArticulo {
    font-size: 30px;
    text-transform: initial;
    font-weight: bold;
}

#dvSinopsis {
    border-bottom: 1px solid #dddddd;
    padding: 5px;
    margin: 3px;
    margin-top: 50px;
}

#dvTextoSinopsis {
    /*
	border: 1px solid #dddddd;
	background-color: #dddddd;
	*/
    padding: 5px;
    margin: 3px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    font-weight: bold;
}

td {
    vertical-align: middle;
}

td, th {
    border: 0 solid #dddddd;
    text-align: left;
}

tr:nth-child(even) {
    /*background-color: #fff;*/
}

.imagen_6Ficha {
    width: 100%;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    cursor: pointer;
}

.txtTituloFicha {
    text-transform: initial;
    font-weight: bold;
}

.txtSubtitulo {
    text-transform: initial;
}

#etqEditorial {
    text-transform: initial;
    font-size: 15px;
}

.txtEditorialFicha {
    text-transform: initial;
}

.etqautores {
    text-transform: uppercase;
}

.txtAutorFicha {
    text-transform: initial;
}

    .txtAutorFicha a {
        text-transform: initial;
    }

.etqTipo {
}

.lblTipoArt {
}

.etq3PVPFicha {
    font-size: small;
    text-transform: uppercase;
    display: none;
}

.importe3PVPFicha {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.divImagen {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 164px;
    height: 232px;
    /*background-color: #F5F9FC;*/
    margin-left:5%;
}

.imgContainer {
    vertical-align: bottom;
}

#divImagenFichaArticulo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
}

#dvContainerImgFicha {
    width: 250px;
    /*height:383px;*/
}

#tblComprar {
    position: absolute;
    right: -250px;
    top: 10px;
    width: 220px;
}

#panFicha {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #dddddd;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}

#dvPrecioFicha {
}

#PVPConDTO {
}

#PVPSinDTO {
    right: 0;
    position: absolute;
    top: 10px;
}

#dvDisponibilidad {
    margin-top: 10px;
    text-align: center;
}

#dvColeccion {
    display: none;
}

#dvbtnAddToCart {
    margin-top: 20px;
}

#dvbtnAvisaNoStock {
    margin-top: 20px;
}

#dvAddListaDeseo {
    margin-top: 20px;
    text-align: center;
}

#dvPlazosEntrega {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #000;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    text-align: center;
}


    #dvPlazosEntrega p i {
        color: #000
    }


#dvObtenerValeTienda {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed #000;
    padding-top: 10px;
}

.icnPlazoEntrega {
    font-size: 25px;
}

.icnObtenerValeTienda {
    font-size: 25px;
}

.iconoDeseosPre {
    color: lightcoral;
}

.iconoDeseosPreAuth {
    color: lightcoral;
}


.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

#img_adicional {
    width: 50px
}


/* Pedido.aspx */

.ResultAddToCartVisible {
    margin-left: 2%;
    margin-bottom: 2%;
    width: 96%;
    display: block;
}

.ResultAddToCartNoVisible {
    margin-left: 2%;
    margin-bottom: 2%;
    width: 96%;
    display: none;
}


.dvListPedido {
    position: relative;
    border-top: 0px solid #CCC;
    margin-top: 3px;
    color: #000;
    border-bottom: 1px dashed #000;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dvListPedidoCestaGlobal {
    position: relative;
    margin-top: 3px;
    border-bottom: 1px dashed #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dvListPedido1 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}


.dvListPedido2 {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    margin-left: 5px;
    line-height: 15px;
    font-size: 12px;
}

.dvListPedido3 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.dvListPedido4 {
    position: absolute;
    width: 50%;
    vertical-align: top;
    top: 65%;
    left: 22%;
}

.dvListPedido5 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.dvListPedido6 {
    position: absolute;
    width: 20%;
    vertical-align: top;
    top: 40%;
    left: 80%;
    text-align: right;
}

.dvListPedido7 {
    position: absolute;
    width: 20%;
    vertical-align: top;
    top: 1px;
    left: 83%;
}



.dvListCabeceraPedido {
    /*background-color: #F4F6F7; */
    border-top: 0px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 3px;
}


.lblListPedido {
    font-weight: normal;
    margin-top: 3px;
    font-size: 11px;
}


.lblListPedido3 {
}

.lblListPedido6_1 {
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: white;
    display: block;
}

.lblListPedido6CestaGlobal_1 {
    font-size: 16px;
    text-decoration: line-through;
    display: block;
}


.lblListPedido6_2 {
    font-size: 17px;
    display: block;
}

.lblListCabeceraPedido {
    font-weight: bold;
    font-size: 14px;
}


#dvContainerListPedido {
    margin-bottom: 20px;
}

.mybutton {
    background-color: #E5E7E9;
    border: none;
    color: red;
    width: 60px;
    height: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
}

#txbQuantity {
    width: 45px;
    height: 23px;
    text-align: center;
    padding: 1px 0px;
}

#TotalesPedido1 {
    width: 19%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: #CCC;
    text-align: center;
}

#TotalesPedido2 {
    width: 79%;
    display: inline-block;
    background-color: #F4F6F7;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: right;
}


#dvSeguirComprando {
    display: inline-block;
    text-align: center;
    width: 49%;
    margin-top: 45px;
}

#dvIniciarPago {
    display: inline-block;
    text-align: center;
    width: 49%;
    margin-top: 45px;
}

.btnSeguirComprando {
    display: inline-block;
    background-color: #999;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
}

.btnIniciarPago {
    display: inline-block;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
}

/* ConfirmaDatos.aspx */


.btnContinuar {
    color: white;
    background-color: #4CAF50;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btnCancelar {
    color: white;
    background-color: #999;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btnReembolso {
    display: block;
    width: 225px;
    background-color: #8bc8b9;
    border: none;
    color: white;
    padding: 3px 3px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
}

.btnBizum {
    display: block;
    width: 225px;
    border: 1px solid darkgray;
    color: white;
    padding: 3px 3px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
}

.btnPayPal {
    display: block;
    width: 225px;
    border: 1px solid darkgray;
    color: white;
    padding: 3px 3px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
}


.btnTransf {
    display: block;
    width: 225px;
    background-color: #58D3F7;
    border: none;
    color: white;
    padding: 3px 3px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
}

.btnResto {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 4px 2px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
}

.lnkVolverDatos {
    color: white;
    background-color: #4CAF50;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.lnkCancelar {
    color: white;
    background-color: #999;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



/*EditorialesDistribucion.aspx*/

#dvEditorialesDistribucionPage {
    text-align: center;
    background-color: #F5F9FC;
    padding: 20px;
}

#dvEditorialesDistribucionPageItem {
    width: 260px;
    height: 147px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 35px;
    border: 1px solid #000;
    border-radius: 4px;
}

#lblNombreEditorialPage {
    margin-top: 5px;
    padding: 5px;
    background-color: white;
    border: 1px solid #F5F9FC;
    border-radius: 5px;
}

/*Contactar.aspx*/

.btnEnviarEmail {
    display: inline-block;
    margin-top: 5px;
    background-color: #FE2E2E;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-radius: 10px 10px 10px 10px;
    width: 120px;
    padding: 5px;
}

#dvContactarPage {
    background-color: #F5F9FC;
    padding: 20px;
}

#txbTextoAsuntoFormCont {
    width: 100%;
}

#dvProteccionDatos {
    padding: 15px;
    border-radius: 10px;
}


    #dvProteccionDatos p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }


/* PuntosVenta.aspx*/

#dvCabeceraPuntosVenta {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #dvCabeceraPuntosVenta span {
        color: #000;
        font-weight: bold;
    }

#dvListaPuntosVenta {
    vertical-align: top;
    display: inline-block;
    width: 28%;
    background-color: white;
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

#dvNombreTiendaMapa {
    width: auto;
}

    #dvNombreTiendaMapa span {
        width: auto;
        font-size: 20px;
    }

#containerGoogleMaps {
    position: absolute !important;
    height: 100% !important;
    width: 58% !important;
}

#dvMapsPuntosVenta {
    display: inline-block;
    vertical-align: top;
    width: 71%;
    text-align: center;
}

.ItemPuntoVenta1 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: top;
}


.ItemPuntoVenta2 :hover {
    background-color: #FE2E2E;
}

.ItemPuntoVenta2 a {
    color: white;
}

.icnDirecconPV {
    color: #000;
    font-size: 24px;
}

.icnPhonePV {
    color: #000;
    font-size: 24px;
}

.icnDetailsPV {
    color: white;
    font-size: 32px;
}

.icnMasInfoPV {
    color: white;
    font-size: 18px;
}

.icnHorarioPV {
    color: #000;
    font-size: 24px;
}

.icnEMailPV {
    color: #000;
    font-size: 24px;
}

#scrollBar {
    max-height: 232px;
}

.btnMasInfoPV {
    display: inline-block;
    width: 100%;
    background-color: #000;
    border: none;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 10px;
}

.PhonePV {
    display: inline-block;
    width: 45%;
}

.MasInfoPV {
    display: inline-block;
    width: 40%;
}

.spnMasInfo {
    font-size: 13px;
    line-height: 13px;
}

/*NewsLetter*/

div#dvNewsLetter {
    position: relative;
    margin-top: 15px;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #000;
    font-size: 23px;
    color: #fff;
}

.closeModalNewsLetter {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 100%;
}

#dvAddClienteNewsLetterOK {
    margin-top: 20px;
    text-align: center;
    color: #FE2E2E;
}

#dvAddClienteNewsLetterKO {
    margin-top: 20px;
    text-align: center;
}

#dvContainerNewsLetter {
    position: relative;
    margin-top: 10px;
    width: auto;
    color: white;
    margin-left: 5%;
    margin-right: 5%;
}

#dvFormNewsLetter {
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    right: 0;
    background-color: #F5F9FC;
}

.btnNewsLetter {
    display: inline-block;
    width: 100%;
    background-color: #FE2E2E;
    color: white;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
}

.btnAltaNewsLetterFooter {
    display: inline-block;
    width: 100%;
    background-color: gainsboro;
    border: none;
    color: red;
    padding: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 13px;
}

#dvIconNewsLetter {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.icnNewsLetter {
    font-size: 38px;
    color: #fff;
}

#icnAltaNewsLetter {
    font-size: 14px;
    color: white;
}

#dvContenidoNewsLetter {
    display: inline-block;
    width: 68%;
    vertical-align: top;
}


#iconNewsLetterErrorSend {
    font-size: 50px;
}

#dvObtenerNewsLetter {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed #000;
    padding-top: 10px;
}

.icnObtenerNewsLetter {
    font-size: 25px;
}

#iconNewsLetterEmpty {
    font-size: 50px;
}

#lnkPolPrivNewsLetter {
    color: white;
    text-decoration: underline;
}

/* LISTA IDIOMAS */

.dvlistaIdiomas {
    display:inline-block
}

.listaIdiomas {
    display: none;
    position: absolute;
    background-color: white;
    min-width: auto;
    z-index: 1;
    margin-top: 0;
    text-align: left;
    cursor: pointer;
    border: 1px solid #7FB5FF;
    border-radius: 5px;
}

.txtTituloLogin {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.listaIdiomas li {
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
    border-bottom: 1px solid #7FB5FF;
    border-top: 0;
}

        .listaIdiomas li:last-child{
            border-bottom: 0;
        }

#listaIdioma li:hover {
    background-color: #D7E9FE;
}

.txtDropdownSectores:hover {
    background-color: #D7E9FE;
}



#SelectedImageIdioma {
    display: inline-block;
    padding-top: 5px;
}

#SelectedIdioma {
    display: inline-block;
    margin-left:3px;
    font-size: 0.9em;
}
/*-------FIN-------*/



#campos_avanzada {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
}


.campos_formulario {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}


.cabeceraFormularios {
    font-size: 1.2em;
    background-color: #0050CD;
    height: 65px;
    color: #fff;
    line-height: 2.2em;
    text-align: left;
}

#containerFormularioLogin label {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.cabeceraFormularios2 {
    font-size: 1.2em;
    background-color: #0050CD;
    height: 40px;
    color: #fff;
    line-height: 2.2em;
}

    .cabeceraFormularios2 a {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: white;
        text-align: center;
        padding-top: 2%;
    }

    .pieFormularios {
        padding-top: 3%;
        padding-bottom: 3%;
    }

.paddingFormularios {
    text-align: left;
    padding: 4% 2% 4% 2%;
}

    .paddingFormularios label{
        display: block;
        margin-bottom: 2%;
        font-size: 11px;
        font-weight: bold;
    }

#containerCamposRecPassword label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.txtFormContactar label {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    margin-bottom: -1px !important;
    background-color: #fff !important;
    border: 1px solid #7FB5FF !important;
}

    .list-group-item:first-child {
        border-radius: 5px 5px 0px 0px;
    }

    .list-group-item:last-child {
        border-radius: 0px 0px 5px 5px;
    }


.list-group-item:hover {
    background-color: #D7E9FE !important;
    color: black !important;
    cursor:pointer;
}

    .list-group-item span:hover {
        background-color: #D7E9FE !important;
        color: black !important;
    }

#btnCancelarFormContacto {
    width:20%;
}

#dvContainerCamposLogin {
    position: fixed;
    top: 0;
    /*bottom: 0;*/
    width: 21%;
    right: 0;
    background-color: #fff;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

    #dvContainerCamposLogin a {
        /*font-size: 0.85em;
        text-decoration: underline;*/
    }

    #dvContainerCamposLogin p {
        font-size:0.8em;
        
    }

    #dvContainerCamposLogin input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=tel] {

        width:100%;
    }

@keyframes slideIn {
    from {
        right: -1000px;
    }

    to {
        right: 0;
    }
}

.dvTituloResultadoReccPass {
    width: auto;
    border-bottom: 1px solid #000;
    margin-top: 3px;
    padding-left: 10px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.dvTituloResultadoReccPass1 {
    display:inline-block;

}

.dvTituloResultadoReccPass2 {
    display: inline-block;
}



.ListaAccesosWeb {
    background-color: #0050CD;
    width: auto;
    color: #fff !important;
    margin-bottom: 2%;
    padding: 3px 3px 3px 3px;
	zoom: 0.61;
}

    .ListaAccesosWeb span {
        color: #fff !important;
    }

.ListaAccesosWeb1 {
    display: inline-block;
    width: 5%;
    color: #fff !important;
}

.ListaAccesosWeb2 {
    display: inline-block;
    width: 70%;
    margin-left: -4px;
    color: #fff !important;
}

.ListaAccesosWeb3 {
    display: inline-block;
    width: 25%;
    margin-left: -4px;
    color: #fff !important;
}

#dvContainerCamposLoginAdmin {
    position: fixed;
    top: 0;
    width: 21%;
    right: 0;
    background-color: #fff;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}


#dvImgDisp {
    width: 164px;
    vertical-align: top;
    height: 232px;
}

#dvDatosLibroDisp {
    width: 30%;
    padding-left:3%;
    vertical-align:top;
}

#dvSinopsisDisp {
    width: 40%;
    padding-left: 3%;
    vertical-align: top;
}

.close {
    top: 3%;
    color: white;
    position: absolute;
    right: 2%;
    background: transparent;
    border: 0;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff;
}

    .close:hover{
        cursor: pointer;
    }

    .hidden {
        display: none !important;
        visibility: hidden !important;
    }

.bg-primary {
    color: #fff;
    background-color: #0050CD;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.borderbottom {
    border-bottom: 1px solid #BBB;
}

#lblNoDisponibilidad {
    display: block;
    font-size: 1em;
    margin-top: 2%;
}

#UsuariodDistribuidores tr {
    /*border-bottom: 1px solid #fff;*/
}

    #UsuariodDistribuidores tr:last-child {
        /*border-bottom: 0 solid #fff;*/
    }


#flotante {
    border: 1px solid #7FB5FF;
    position: absolute;
}


#panContacto {
    position: relative;
}

#LinkButtonAccder {
    /*color:#fff;*/
}

/*Nuevo usuarios*/
/* fondo animado */
/*
.area {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 69%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: #ff8331;
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

    */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 1px) and (max-width : 767px) {

    #scrollBar {
        max-height: 114px;
    }
    /* Styles */
    .dropdown:hover .dropdown-content {
        display: none;
    }

    #bbtnCancelarFormContactotnLogin {
        padding: 6px 12px;
    }

    .txtIdiomas, #SelectedIdioma {
        font-weight: 500 !important;
    }

    .tlfContactar {
        padding-top: 4%;
        display: block;
        text-align: left;
        color: white !important;
        font-weight: 100 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        font-size: 14px !important;
    }

    .dvCabeceraContacta {
        height: auto !important;
        padding-bottom: 3%;
    }

    #pagination {
        display: block;
    }

    .numeroPaginador {
        padding: 6px 10px 6px 10px;
        margin: 5px 0px 5px 0px;
        border: 1px solid #7FB5FF;
        background-color: white;
    }

    .fila-activa {
        background-color: #0050CD;
        color: white;
    }

    #pagination {
        text-align: center;
    }

    .seccionesFooterLeft p, .seccionesFooterRight p {
        margin-bottom: 10px;
    }

    .cabeceraFormularios2 a {
        font-size: 18px;
    }

    .cabeceraFormularios2 {
        background-color: #D7E9FE;
    }

    #dvContainerCamposLogin a {
        color: #0050CD;
    }

    .txtDropdownSectores:hover {
        background-color: none;
    }

    #listaIdioma li:hover {
        background-color: none;
    }

    #containerAdemasIncluye, #containerAdemasIncluye2 {
        margin-left: 4%;
        width: 92%;
    }

    .imagenesSectores2{
        margin-bottom: 0;
    }

    .dvSubTituloInfoEdisoft2{
        padding-top: 0;
        padding-bottom: 0;
    }

    .dvInfoEdisoft2{
        margin-bottom: 0 !important;
        padding-bottom: 30px;
    }

    .pghSlogan {
        margin-bottom: 7%;
        margin-top: 11%;
    }


    #imgLogo {
        width: 169px;
        margin-top: 1.5%;
    }

    #bannerEdisoftTextoLogin {
        padding-top: 10% !important;
        margin-left: 11% !important;
        margin-right: 11% !important;
        width: 78% !important;
    }
    #bannerEdisoftTexto {
        padding-top: 13% !important;
        margin-left: 11% !important;
        margin-right: 11% !important;
        width: 78% !important;
    }


    #dvMenuLogIn {
        margin-left: 0;
    }

    #modalCamposLogin{
        visibility: visible;
    }

    #containerPoliticaPrivacidad {
        margin-left: 5%;
        margin-top: 25%;
        margin-bottom: 10%;
        margin-right: 5%;
    }

        #btnCancelarFormContacto {
            width: auto;
        }

    #imgLogoFooter{
        width: 197px;
    }

    #containerPoliticaPrivacidad h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }

.tituloPP {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-top: 10%;
}

.txtPP {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 7%;
}

    .txtPP2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    #panContacto {
        max-height: 540px;
        overflow: scroll;
    }

    #div_nif1, #div_idweb1, #div_pass1, #containerCamposRecPassword, #dvFormContacto {
        color: black;
    }

    #btnLogin, #btnLogin2, #btnCancel, #btnEnviar, #btnCerrarRecuperar, #btnEnviaContacto, #btnCancelarFormContacto, #btnBuscarAvanzada, #btnCerrarBA {
        padding: 6px 12px;
    }

    #modalCamposLogin {
        background-color: rgba(0, 0, 0, 0);
    }

    #flotante {
        position: relative;
        border: 0;
    }

    #UsuariodDistribuidores{
        width: 90%;
    }

    #selecciondistribuidor a {
        background-color: unset;
        border-top: 0;
        padding-left: 10px;
    }

    #dropdownMemnuLogin:hover .dropdowncontent {
        display: unset;
    }

    .dropdowncontent a, .txtIdentificate, .dropdown i {
        color: white !important;
        border-bottom: 0;
        font-weight: 300 !important;
    }

    .menuClickMobile {
        color: white !important;
        position: absolute;
        font-size: 30px;
        left: 25px;
        top: 4px;
    }

    .campos_formulario{
        width: 85%;
    }

    .dropdowncontent{
        position: relative;
    }

    .dropdowncontent {
        text-align: left;
        background-color: unset;
        color: white;
        width: auto;
        border-radius: 5px;
        border: 0;
    }

        .hrmenu {
            width: 89%;
            border: 1px solid white;
        }

    .displayOnlyMobile {
        display: block;
    }

    .modal-dialog {
        width: 89%;
    }

    #dvImgDisp {
        width: 127px;
        height: 180px;
    }

    #dvDatosLibroDisp{
        width: 54%;
        padding-left: 2%;
    }

    #dvheaderLogIn {
        background: linear-gradient(180deg, rgba(0, 80, 205, 1) 0%, rgba(0, 80, 205, 1) 50%, rgba(0, 80, 205, 1) 100%);
    }

    #bannerEdisoft{
        background: linear-gradient(180deg, rgba(0,80,205,1) 0%, rgba(127,181,255,1) 50%, rgba(215,233,254,1) 100%);
        margin-top: 15%;
        height: auto;
    }

    #bannerEdisoft2 {
        background: linear-gradient(90deg, #7FB5FF 0%, #0050CD 100%);
        margin-top: 15%;
        border-radius: 10px;
    }

    .seccionesFooterLeft {
        width: 95%;
        display: block;
        margin-left: 1%;
        margin-top: 3%;
    }

    .pghSlogan {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        width: 85%;
        margin-left: 7.5%;
    }

    .pghContactarTitulo {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 8%;
    }

    .pghContactarSubtitulo {
        width: 55%;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-left: 22.5%;
    }

    .dvSubTituloInfoEdisoftcheckText p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .dvSubTituloInfoEdisoftcheckText2 p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .btnContactar {
        right: 0;
        position: relative;
        margin-top: 10%;
    }

    .seccionesFooterLogoEdisoft{
        margin-left: 4%;
    }

    .containerMitadAdemasIncluye {
        width: 100%;
    }

    #dvContactar {
        margin-top: 0;
        height: auto;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    #spinnercontainer, #spinnerpatch {
        display: none;
    }

    #containerAdemasEditores {
        margin-bottom: 150%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 45%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 95%;
    }

    #containerAdemasCRM {
        margin-bottom: 140%;
    }

    #dvClientesEdisoft {
        margin-bottom: 10%;
    }

    .dvSubTituloInfoEdisoft {
        width: 49%;
    }

    .btnContactar {
        padding: 7px 18px 7px 18px !important;
    }

    .iconosInfoZonalibros {
        width: 84%;
        height: 84%;
    }

    #bannerEdisoftTexto, #bannerEdisoftTextoLogin {
        width: 98%;
        position: relative;
        height: auto;
    }

        #bannerEdisoftTexto h1, #bannerEdisoftTextoLogin h1 {
            font-size: 20px;
            line-height: 24px;
            text-align: center;
        }

        #bannerEdisoftTextoLogin p {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            text-align: center;
        }

        #bannerEdisoftTexto p {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            text-align: center;
            margin-top: 2%;
        }

        .seccionesFooterRight {
            display: block;
            margin-left: 0;
            margin-left: 1%;
            width: 95%;
        }

    .paddingFormularios {
        padding: 4% 5% 4% 5%;
    }

    #div_RecordarClaves a {
        color: black !important;
        font-weight: 100;
        font-size: 14px;
    }

    #modal_contacto {
        visibility: visible;
    }

    .seccionesFooter {
        margin-right: 0;
        width: 100%;
    }

    #dvMenuLogIn {
        visibility: hidden;
        top: 55px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        position: fixed;
        background: linear-gradient(180deg, rgba(0, 80, 205, 1) 0%, rgba(127, 181, 255, 1) 50%, rgba(215, 233, 254, 1) 100%);
        padding-top: 10px;
    }

    #dropdownMemnuLogin{
        margin-bottom: -1%;
    }

    .dropdown i {
        padding: 0px 6px 0px 6px;
    }

    .flechaDownMenu {
        float: right;
        margin-right: 20px;
    }

    .dvInfoZonalibros {
        margin-bottom: 10%;
        width: 63%;
    }

    #dvheaderLogIn{
        height: 55px;
    }

    #bannerEdisoftTextoLogin {
        width: 98%;
        text-align: center;
        position: relative;
    }

    #bannerEdisoftImagen {
        width: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 3.5%;
    }

    #containerFrameSections {
        margin-top: 13px;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 0;
        margin-right: 0;
    }

    #dvheader {
        position: static;
        margin-top: 60px;
        background-color: white;
    }

        div#menubar {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 997;
        }

        #dvBarraBuscar {
            display: block;
        }

        #containerContentHeader {
            margin-left: 0;
            margin-right: 0;
        }

        #WishListLight {
            width: 100%;
            top: 38px;
        }

        #cestaLight {
            width: 100%;
            top: 38px;
        }

        #dvFormNewsLetter {
            width: 100%;
            top: 38px;
        }

    #imgDistribuidor {
        width: 199px;
        margin-top: 25px;
    }

        div#sitesections {
            width: auto;
            margin-top: 50px;
            margin-right: auto;
            margin-left: auto;
        }

    .frameSections {
        margin-top: -5px;
        margin-left: 1%;
        margin-right: 1%;
        width: auto;
        text-align: center;
    }

    .seccionesFooterLogoEdisoft {
        padding-top: 5.5%;
    }

    #campos_avanzada{
        width: 85%;
    }

    div#leftColumn {
        width: auto;
        vertical-align: top;
        border: 0 solid #CCC;
        background-color: #F0F3F4;
        min-height: 800px;
        display: none;
    }

        div#centralColumn {
            width: auto;
            display: block;
            vertical-align: top;
            border: 1px solid #CCC;
            border: 0 solid #CCC;
            margin-top: 0;
        }

        div#rightColumn {
            width: auto;
            vertical-align: top;
            border: 0 solid #CCC;
            background-color: #F0F3F4;
            min-height: 800px;
            margin-left: -5px;
            display: none;
        }

        #ddlBuscarPor {
            border-radius: 10px 0 0 10px;
            width: 80px;
        }

    #txtBuscar {
        width: 220px;
        background-color: #F5F9FC;
        padding: 2.1% 2% 2.1% 2%;
        font-size: 14px;
        border-radius: 5px 0px 0px 5px;
    }

    #lnkBuscarSpinner {
        padding: 1.85% 1.85%;
    }

    #lnkAvanzada {
        padding: 1.5% 1% 1.35% 1%;
    }

    #lblResultados {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    #dvResultadosBusquedaSup{
        text-align: center;
        margin-left: 0;
        margin-bottom: 5%;
    }

    #dvEditorialesEnDistribucion {
        display: none;
    }



    #dvSinopsisDisp {
        width: 95%;
        padding-left: 3%;
        vertical-align: top;
        margin-top: 4%;
    }

    .modal-content{
        max-height: 450px;
        overflow-x: scroll;
    }

    div#usuario {
        display: inline-block;
        position: static;
        vertical-align: top;
    }

    #gvResultados tr {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    #gvResultados tbody {
        display: flex;
        flex-direction: row;
    }

    .fila-visible{
        display: inline-block !important;
    }

    .fila-oculta{
       display: none !important;
    }

    #boton-ver-siguiente{
        display: block;
    }

    .bg-primary {
        height: auto !important;
    }

    #gvResultados td, #gvResultados td {
        display: block;
        height: 40px !important;
        border-bottom: 1px solid #7FB5FF;
        line-height: 37px !important;
        font-size: 15px !important;
        padding-left: 10px;
        overflow: scroll;
    }

    #gvResultados td:last-child, #gvResultados td:last-child {
        border-bottom: 0;
    }


    div#micarritoglobal {
        margin-left: 45px;
        display: inline-block;
        position: static;
        vertical-align: top;
    }

        #dvImporteCestaHeader {
            display: none;
        }

        #dvWishList {
            margin-left: 20px;
            display: inline-block;
            position: relative;
            vertical-align: top;
            right: 0;
        }

        #SelectorLanguage {
            display: none;
            position: static;
            vertical-align: top;
        }

        #SelectorIdioma {
            display: none;
            position: static;
            vertical-align: top;
        }

        #flotanteLogin {
            display: none;
            position: absolute;
            z-index: 900;
            background-color: #CCC;
            top: 15px;
            left: 0;
            width: auto;
            padding-bottom: 1px;
            padding-left: 1px;
            padding-right: 1px;
        }

        #menuAccesosDirectos {
            display: none;
        }


        #pnBuscar {
            text-align: center;
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            margin-left: 0;
        }

        #icnMenuMobile {
            margin-top: 4px;
            font-size: 32px;
            color: #000;
        }

        #EDWMenuCustom {
            margin-top: 50px;
        }

        div#btnMenuMobile {
            display: inline-block;
            margin-left: 5px;
            margin-right: 15px;
        }

    .dropdown {
        display: block;
        overflow: hidden;
        width: 98%;
        vertical-align: top;
        font-size: 16px;
        /*border-bottom: 1px solid #ccc;
                background-color: #F5F9FC;
            */
        outline: none;
       /* padding-top: 5px;
        padding-bottom: 5px;*/
        margin: 5px 5px 5px 20px;
        color: white;
    }

    .dvlistaIdiomas {
        margin-top: 8px;
        float: right;
        margin-right: 15px;
    }

    div#logo{
        margin-top: 2.3%;
    }

    .colorWhite, #SelectedIdioma, #flechaIdiomas {
        color: white !important;
    }
    #dvContainerCamposLogin {
        width: 100%;
        height: 100%;
        margin-top: 55px;
        animation-name: none;
    }

    .identificate {
        border: 1px solid white;
        width: 23%;
        display: inline-block;
    }

    .dropdown a {
        color: white;
        font-weight: bold;
    }

    .txtDropdownSectores {
        font-family: 'proxima-nova';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .close {
        top: 1%;
        right: 1%;
    }

    .dropdown-content {
        display: block;
        padding: 5px;
        position: static;
        box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
        background-color: #F5F9FC;
    }

        .row {
            background-color: #F5F9FC;
        }

        .column a {
            float: none;
            color: #000;
        }

        div#logo {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            position: static;
        }

        #fondo_slider {
            border-radius: 10px;
            margin-top: 10px;
            display: none;
        }

        #divNoticias {
            vertical-align: top;
            position: relative;
            border-radius: 10px;
            padding: 0;
            display: inline-block;
            width: auto;
        }

        #dvNoticiasCarrousel {
            padding: 5px;
            text-align: center;
        }

        #dvRedesSociales {
            display: none;
            text-align: center;
            width: auto;
            margin-top: 15px;
        }

        .Banner {
            margin-top: 25px;
            margin-left: 2%;
            margin-right: 2%;
            vertical-align: top;
            padding: 10px;
            background-color: antiquewhite;
            border-radius: 15px;
            display: none;
            width: auto;
        }

        .BannerItem {
            padding: 10px;
            background-color: antiquewhite;
            display: inline-block;
            font-size: 12px;
            width: 40%;
        }

            .BannerItem p {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                font: inherit;
                vertical-align: baseline;
                text-align: center;
            }

        #BannerItem1 {
        }

        #BannerItem2 {
        }

        #BannerItem3 {
        }

        #BannerItem4 {
        }

        #divImagenFichaArticulo {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

        #PVPSinDTO {
            position: absolute;
            right: 10%;
        }

        #tblComprar {
            position: static;
            right: 0;
            top: 0;
            width: auto;
        }

        #dvContainerImgFicha {
            width: auto;
            height: auto;
        }

        #txtTituloFichaArticulo {
            font-size: 30px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .importe3PVPFicha {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 35px;
        }

        #panFicha {
            position: relative;
            display: inline-block;
            vertical-align: top;
            border-right: none;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        #dvPrecioFicha {
            position: relative;
        }

        #dvDisponibilidad {
            position: static;
        }

        #dvbtnAddToCart {
            position: static;
            margin-top: 15px;
            width: 99%;
        }

        #dvAddListaDeseo {
            position: static;
        }

        div#tblLibro {
            width: 100%;
        }

        .containerSocialMedia {
            width: auto;
            margin-left: auto;
            margin-right: auto;
            margin-top: 40px;
        }

        #dvMenu {
            display: none;
            position: absolute;
            z-index: 60;
            text-align: left;
            background-color: #F5F9FC;
            width: 70%;
            top: 38px;
        }

    .fileproduct {
        /*margin: 8px;*/
        height: 370px;
        position: relative;
        text-align: left;
        margin-top: -1px;
        margin-left: -1px;
    }

    #div_resultados_disponibilidad{
        display: table;
    }

    .btn {
        padding: 0;
    }

    #btnDondeComprar {
        width: 106px !important;
        height: 25px;
        font-size: 13px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        position: absolute;
        top: 332px;
        left: 5%;
    }

    #containerAdemasIncluye, #containerAdemasIncluye2 {
        margin-top: 8%;
    }

    .details {
        width: 90%;
    }

    .imgPortada, .divImagen {
        width: 106px;
        height: 150px;
        position: unset;
    }

    #div_gvresultados{
        position: relative;
    }

    #boton-ver-siguiente {
        position: absolute;
        border: 1px solid #7FB5FF;
        top: 46%;
        right: 0px;
        background-color: white;
        border-radius: 50px;
        width: 25px;
        height: 25px;
    }

    .modal-title {
        width: 90%;
        display: block;
        overflow: hidden;
    }

    .filetitle {
        height: 45px;
        font-size: 12px;
        line-height: 13px;
        text-align: left;
        overflow: hidden;
    }

    .filemaker {
        font-size: 11px;
        line-height: 12px;
        text-align: left;
        height: 11px;
        overflow: hidden;
    }

    .filePublisher {
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        height: 11px;
        overflow: hidden;
    }

    .fileEAN {
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        height: 11px;
        overflow: hidden;
    }

    .fileprice {
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        text-align: left;
        height: 14px;
        overflow: hidden;
    }

    .filepriceIVA {
        font-size: 11px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        height: 11px;
        overflow: hidden;
    }

    .seccionesFooter {
        text-align: left;
        margin-bottom: 30px;
        margin-left: 3%;
    }

    .w60{
        width: auto !important;
    }

    .txtFooter {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .txtDerechosFooter {
        margin-left: 4%;
        width: 70%;
    }

    #dvFormAvisameNoStock {
        width: 100%;
        top: 38px;
    }

        /*cesta*/

        div#dvContainerListCesta {
            overflow-y: auto;
            overflow-x: hidden;
            height: 350px;
        }

        #containerDatosCliente {
            display: block;
            width: auto;
        }

        #containerCesta {
            display: block;
            width: auto;
        }

        /*Buscalibros y pantalla de ofertas*/

        #dvEditorialesBuscaArticulos {
            display: none;
        }

        #dvResultadosBuscaArticulos {
            display: block;
            width: auto;
        }

        .PaginadoresSup {
            position: static;
            display: block;
            width: auto;
            padding-top: 15px;
            padding-bottom: 15px;
            text-align: right;
        }

        #dvPagSup {
            position: relative;
            right: 0;
        }

            #dvPagSup a, .txtInf a {
                font-size: 13px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
            }

            .PaginadoresInf {
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
            }

    ul#dvPagSup li, ul#Ul1 li {
        padding: 2px 6px;
        margin-left: -1px;
    }

    .paginadorBuscador{
        margin-top: 4%;
        display: block;
    }

    #Ul1 {
        position: static;
        text-align: center;
        margin-top: 5%;
    }

        #dvNombreUsuario {
            width: 100%;
        }

        #dvApellidosUsuario {
            width: 100%;
        }

        #emailClienteWeb {
            width: 100%;
        }

        #dvPasswordUsuario {
            width: 100%;
        }

        #dvDomicilioClienteWeb {
            width: 100%;
        }

        #dvCPClienteWeb {
            width: 100%;
        }

        #dvTelefonoClienteWeb {
            width: 100%;
        }

        #dvPaisClienteWeb {
            width: 100%;
        }

        #dvDDLProvinceCombo {
            width: 100%;
        }

        #dvPoblacionClienteWeb {
            width: 100%;
        }

        #dvNIFClienteWeb {
            width: 100%;
        }

        #dvNombreFacturaClienteWeb {
            width: 100%;
        }

        #dvDomicilioFactClienteWeb {
            width: 100%;
        }

        #dvCPFactClienteWeb {
            width: 100%;
        }

        #dvPaisFactClienteWeb {
            width: 100%;
        }

        #dvRegionFactCllienteWeb {
            width: 100%;
        }

        #dvPoblacionFactClienteWeb {
            width: 100%;
        }


        #dvRepeatPasswordUsuario {
            width: 100%;
        }

        #ddlTiendasDistribuidor {
            width: 100%;
        }

        #dvRedesSocialesHeader {
            display: none;
        }
    }

@media only screen and (min-width : 768px) and (max-width : 1023px) {
    #imgLogoFooter {
        zoom: 75%;
    }
    #dvheaderLogIn{
        height: 90px;
    }

    #dvMenuLogIn{
        margin-left: 0;
        text-align: right;
        margin-top: 1.5%;
    }
    .dropdown a, .dvSubTituloInfoEdisoftcheckText2 p, .dvSubTituloInfoEdisoftcheckText p {
        font-size: 14px;
    }

    #dvClientesEdisoft {
        margin-bottom: 4%;
    }

    div#logo {
        margin-top: 4%;
        width: 25%;
        margin-left: -15px;
    }

    .listaIdiomas li{font-size:0px;}

    .dropdowncontent {
        left: 27%;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 5%;
        margin-right: 5%;
    }

    .frameSections {
        height: 100%;
    }

    #bannerEdisoftTexto, #bannerEdisoftTextoLogin {
        text-align: left;
        width: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        padding-top: 0;
    }

    #dvContactar{
        /*margin-top: 77%;*/
    }

    .dvSubTituloInfoEdisoft {
        width: 49%;
    }

    #bannerEdisoftTexto h1 {
        font-size: 36px !important;
        line-height: 44px !important;
    }


        #bannerEdisoftTextoLogin h1 {
            font-size: 36px !important;
            line-height: 44px !important;
        }

    #bannerEdisoftImagen {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    #containerContentHeader {
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
    }

    div#menubarLogIn {
        top: 14px;
        width: 100%;
        display: block;
    }

    #bannerEdisoft, #bannerEdisoft2 {
        height: 415px;
    }

    .dropdown {
        width: auto;
        font-size: 0.75em;
        margin-right: 1%;
    }

    #SelectedIdioma {
        font-size: 0.75em;
    }

    .iconosInfoZonalibros {
        width: 65%;
    }

    #dvImgClientesEdisoft img {
        width: 65% !important;
    }

    .seccionesFooterLeft {
        width: 50%;
    }

    .seccionesFooterRight {
        width: auto;
    }

    .dvInfoZonalibros {
        font-size: 0.7em;
        width: 40%;
    }

    #imgDistribuidor {
        width: 85%;
        float: right;
        margin-top: 0;
    }

    #containerAdemasEditores {
        margin-bottom: 40%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 15%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 40%;
    }

    #containerAdemasCRM {
        margin-bottom: 45%;
    }

    #listaIdioma{
        width: 12%;
    }

        #listaIdioma .inline-icon {
            vertical-align: top !important;
        }

        #lnkBuscarSpinner {
            padding: 1.4% 1.4%;
            border-radius: 0;
            margin-left: -8px;
        }

    #containerPoliticaPrivacidad{
        margin-bottom: 5%;
    }

    .txtPP2{
        text-align: left !important;
    }

    #dvMenuLogIn .inline-icon {
        vertical-align: bottom;
    }

    .dvlistaIdiomas .inline-icon {
        vertical-align: middle !important;
    }

    #dropdownMemnuLogin{
        margin-right: 0;
    }

    .dropdown i {
        padding: 10px 0px 0px 6px;
    }

    #lnkAvanzada {
        padding: 1.2% 1% 1.2% 1%;
        border-radius: 0;
    }

    .cabeceraFormularios{
        position: relative;
    }

    .tlfContactar {
        line-height: 0;
        /*position: absolute;
        top: 45px;*/
    }

    #bannerEdisoftTexto p {
        font-size: 16px;
        line-height: 1.5em;
    }

    #bannerEdisoftTextoLogin p {
        font-size: 16px;
        line-height: 1.5em;
    }

    #dvResultadosBusquedaSup{
        margin-left: 0;
        text-align: center;
    }

    #lblResultados{
        display: block;
    }

    .paginadorBuscador {
        vertical-align: top;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #logo{
        z-index: 9999999;
    }

    #containerPoliticaPrivacidad h1 {
        font-size: 34px;
    }

    .tituloPP{font-size: 20px;}

    .filetitle a, .filemaker, .filemaker, .fileEAN, .filepriceIVA, #lblTituloFicha, #lblAutorFicha, #lblEditorialFicha, #lblISBNFicha, .lblPrecioFicha, #lblSinopsisFicha, .txtPP, .txtPP2 {
        font-size: 14px;
    }

    .fileprice, .lblPvpFicha {
        font-size: 16px;
    }

    #dvDatosLibroDisp{
        width: 25%;
    }

    .details {
        width: 130px;
    }

    .fileproduct {
        width: 50%;
        margin-left: -5px;
    }

    #dvPagSup {
        position: relative;
        right: 0;
    }


    .btn-plus {
        padding: 6px 16px 6px 16px;
    }

    .campos_formulario {
        width: 70%;
    }

    #campos_avanzada{
        width: 50%;
    }

    .txtTablaDisponibilidad{
        font-size: 11px !important;
    }

    .tableDisponibilidadArticulo td{font-size: 11px !important;}

    #dvContainerCamposLogin {
        width: 40%;
    }

    #dvContainerCamposLoginAdmin {
        width: 40%;
    }

    #imgLogo {
        width: 100%;
        /*margin-left: -18px;
        margin-top: 15px;*/
    }

    .modal-dialog {
        width: 85%;
    }

    .seccionesFooter p, .pghContactarSubtitulo {
        font-size: 16px;
    }

    .txtFooter {
        font-size: 14px;
    }

    .pghContactarTitulo{font-size:24px;}
}

@media only screen and (min-width : 1024px) and (max-width : 1151px) {
    #imgLogoFooter {
        zoom: 60%;
    }
    .listaIdiomas{
        width:14%;
    }

    #campos_avanzada {
        width: 50%;
    }

    #containerAdemasEditores {
        margin-bottom: 35%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 20%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 40%;
    }

    #containerAdemasCRM {
        margin-bottom: 45%;
    }

    #dvMenuLogIn {
        margin-left: 3%;
    }

    .fileproduct{
        width: 50%;
        margin-left: -5px;
    }

    #dvResultadosBusquedaSup{
        margin-left: 0;
    }

    #dvPagSup{
        right: 3px;
    }

    .seccionesFooter{
        width: 125%;
    }

    .seccionesFooterRight{
        margin-left: 15%;
    }

    div#logo {
        position: unset;
        display: unset;
        margin-top: 0;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 5%;
        margin-right: 5%;
    }


    .dvSubTituloInfoEdisoft{
        width: 24%;
    }

    #bannerEdisoftTexto h1 {
        /* font-size: 1.5em;*/
    }

    #dvContactar{
        /*margin-top: 57%;*/
    }

    #bannerEdisoftTextoLogin, #bannerEdisoftTexto {
        text-align: left;
        width: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        padding-top: 0;
    }

        #bannerEdisoftTextoLogin h1 {
            font-size: 36px !important;
            line-height: 44px !important;
        }

    #bannerEdisoftImagen {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    #containerContentHeader {
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        height: 100%;
    }

    div#menubarLogIn {
        width: 66%;
        text-align: right;
        top: 20px;
    }

    #containerPoliticaPrivacidad{
        margin-bottom: 3%;
    }

    #dvMenuLogIn .inline-icon {
        vertical-align: bottom;
    }

    .dvlistaIdiomas .inline-icon {
        vertical-align: middle !important;
    }

    #dropdownMemnuLogin{
        margin-right: 0;
    }

    .dropdowncontent {
        left: 2%;
    }

    #bannerEdisoft, #bannerEdisoft2 {
        height: 415px;
    }

    .dropdown {
        width: auto;
    }

    #SelectedIdioma {
        font-size: 0.75em;
    }

    .iconosInfoZonalibros {
        width: 65%;
    }

    #dvImgClientesEdisoft img {
        width: 65% !important;
    }

    .seccionesFooterLeft {
        width: 32%;
    }

    .seccionesFooterRight {
        width: auto;
    }

    .dvInfoZonalibros {
        font-size: 0.7em;
        width: 33%;
    }

    #imgDistribuidor {
        float: right;
        width: 80%;
    }

    .frameSections{
        height: 100%;
    }

    #bannerEdisoftTexto p {
        line-height: 1.5em;
        font-size: 16px;
    }

    #bannerEdisoftTextoLogin p {
        line-height: 1.5em;
        font-size: 16px;
    }

    .btn-plus {
        padding: 6px 16px 6px 16px;
    }

    .campos_formulario {
        width: 50%;
    }

    #dvModalContactar {
        overflow: scroll;
        max-height: 575px;
    }

    #dvContainerCamposLogin {
        width: 40%;
    }

    #dvContainerCamposLoginAdmin {
        width: 40%;
    }

    #imgLogo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25%;
    }

    .modal-dialog {
        width: 75%;
    }
}

@media only screen and (min-width : 1152px) and (max-width : 1279px) {
    #dropdownMemnuLogin:hover .dropdowncontent {
        display: block;
    }
    .dvlistaIdiomas:hover .listaIdiomas {
        display: block;
    }
    #containerAdemasEditores {
        margin-bottom: 50%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 30%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 50%;
    }

    #containerAdemasCRM {
        margin-bottom: 50%;
    }

    #dvMenuLogIn {
        margin-left: 6.5%;
    }

    .seccionesFooter {
        width: 111%;
    }
    div#logo {
        /*margin-top: 1.8%;*/
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 5%;
        margin-right: 5%;
    }

    #bannerEdisoftTexto {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 3%;
    }

        #bannerEdisoftTexto h1 {
            /*font-size: 1.5em;*/
        }

    #bannerEdisoftTextoLogin {
        position: absolute;
        left: 0;
        width: 49.5%;
    }

        #bannerEdisoftTextoLogin h1 {
            font-size: 1.5em;
        }

    #bannerEdisoftImagen {
        position: absolute;
        right: 0;
        width: 49.5%;
    }

    #containerContentHeader {
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
    }

    div#menubarLogIn {
        width: 63%;
        top: 20px;
    }

    #bannerEdisoft, #bannerEdisoft2 {
        height: 216px;
    }

    .dropdown {
        width: auto;
    }

    #SelectedIdioma {
        font-size: 0.75em;
    }

    .iconosInfoZonalibros {
        width: 65%;
    }

    #dvContactar{
        /*margin-top:53%;*/
    }

    #dvImgClientesEdisoft img {
        width: 65% !important;
    }

    .seccionesFooterLeft {
        width: 32%;
    }

    .seccionesFooterRight {
        width: auto;
    }

    .dvInfoZonalibros {
        font-size: 0.9em;
    }

    #imgDistribuidor {
        width: 30%;
    }

    #bannerEdisoftTexto p {
    }

    #bannerEdisoftTextoLogin p {
        font-size: 0.8em;
        line-height: 1.4em;
    }

    .btn-plus {
        padding: 6px 16px 6px 16px;
    }

    .campos_formulario {
        width: 50%;
    }

    #dvContainerCamposLogin {
        width: 40%;
    }

    #dvContainerCamposLoginAdmin {
        width: 40%;
    }

    #imgLogo {
        width: 95%;
    }

    .modal-dialog {
        width: 75%;
    }
}

@media only screen and (min-width : 1280px) and (max-width : 1399px) {
    #dropdownMemnuLogin:hover .dropdowncontent {
        display: block;
    }
    .dvlistaIdiomas:hover .listaIdiomas {
        display: block;
    }
    #containerAdemasEditores {
        margin-bottom: 30%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 15%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 30%;
    }

    #containerAdemasCRM {
        margin-bottom: 30%;
    }

    #dvMenuLogIn {
        margin-left: 7%;
    }

    #dvContactar{
        /*margin-top: 33%;*/
    }

    #scrollBar {
        height: auto !important;
    }

    .modal-dialog {
        width: 50%;
    }

    .txtTablaDisponibilidad {
        font-size: 12px !important;
    }

    #dvSinopsisDisp{
        width: 95%;
        text-align: justify;
    }

    .seccionesFooter{
        width: 111%;
    }

    div#logo {
        margin-top: 1.4%;
    }

    #containerContentHeader {
        margin-left: 9%;
        margin-right: 9%;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 9%;
        margin-right: 9%;
    }

    #bannerEdisoftTexto {
        position: absolute;
        left: 0;
        width: 49.5%;
    }

        #bannerEdisoftTexto h1 {
            
        }

    #bannerEdisoftTextoLogin {
        position: absolute;
        left: 0;
        width: 49.5%;
    }

        #bannerEdisoftTextoLogin h1 {
        }

    #bannerEdisoftImagen {
        position: absolute;
        right: 0;
        width: 49.5%;
    }

    div#menubarLogIn {
        width: 61%;
        top: 21px;
    }

}

@media only screen and (min-width : 1400px) and (max-width : 1679px) {
    #dropdownMemnuLogin:hover .dropdowncontent {
        display: block;
    }
    .dvlistaIdiomas:hover .listaIdiomas {
        display: block;
    }
    #containerAdemasEditores {
        margin-bottom: 25%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 15%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 25%;
    }

    #containerAdemasCRM {
        margin-bottom: 25%;
    }

    div#menubarLogIn {
        width: 57%;
    }

    #dvMenuLogIn {
        margin-left: 7.5%;
    }

/* Styles */
    #scrollBar{
        height: auto !important;
    }
    .modal-dialog {
        width: 50%;
    }

    .txtTablaDisponibilidad {
        font-size: 12px !important;
    }

    #dvDatosLibroDisp {
        width: 40%;
        padding-left: 3%;
        vertical-align: top;
    }

    #dvSinopsisDisp {
        margin-top: 2%;
        text-align: justify;
        width: 95%;
        padding-left: 2%;
        vertical-align: top;
    }

    #lblTitFichaDisponibilidad {
        width: 95%;
        display: block;
        overflow: hidden;
    }

    div#logo {
        margin-top: 1.4%;
    }

    #containerContentHeader {
        margin-left: 9%;
        margin-right: 9%;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 9%;
        margin-right: 9%;
    }

    #bannerEdisoftTexto {
        position: absolute;
        left: 0;
        width: 49.5%;
    }

        #bannerEdisoftTexto h1 {
        }

    #bannerEdisoftTextoLogin {
        position: absolute;
        left: 0;
        width: 49.5%;
    }

        #bannerEdisoftTextoLogin h1 {
        }

    #bannerEdisoftImagen {
        position: absolute;
        right: 0;
        width: 49.5%;
    }

    div#menubarLogIn {
        top: 21px;
    }
}

@media only screen and (min-width : 1680px) and (max-width : 1919px) {
    #dropdownMemnuLogin:hover .dropdowncontent {
        display: block;
    }
    .dvlistaIdiomas:hover .listaIdiomas {
        display: block;
    }
/* Styles */
    #containerAdemasEditores {
        margin-bottom: 25%;
    }

    #containerAdemasLibrerias {
        margin-bottom: 15%;
    }

    #containerAdemasDistribuidores {
        margin-bottom: 25%;
    }

    #containerAdemasCRM {
        margin-bottom: 25%;
    }

    #dvMenuLogIn {
        margin-left: 9.5%;
    }

    .modal-dialog{
        width: 50%;
    }


    #containerContentHeader {
        margin-left: 15%;
        margin-right: 15%;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 15%;
        margin-right: 15%;
    }

}

@media only screen and (min-width : 1920px) {
    #dropdownMemnuLogin:hover .dropdowncontent {
        display: block;
    }
    .dvlistaIdiomas:hover .listaIdiomas {
        display: block;
    }

    #containerContentHeader {
        margin-left: 18%;
        margin-right: 18%;
    }

    .frameSections, .txtDerechosFooter {
        margin-left: 18%;
        margin-right: 18%;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
