@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.w100 { width: 100%; }

.h100 { height: 100%; }

.flex {
    display: flex;
}

.flexcolumn {
    flex-direction: column;
}

.flexcenter {
    justify-content: center;
}

.flexbetween {
    justify-content: space-between;
}
.flexaround {
    justify-content: space-around;
}

.flexaligncenter {
    align-items: center;
}



body{
    /*background:url("../imagenes/background.jpg");*/
    background:#E1E1E1;
    color:#666666;
    font-family: Arial;
    overflow-x:hidden;
    overflow-y:hidden;     
}

.bordes{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}

.sombras{
    -webkit-box-shadow: #666 0px 3px 5px;
    -moz-box-shadow: #666 0px 3px 5px;
    box-shadow: #666 0px 3px 5px;
}

.wrapper{
    width:100%;
    height:99.5%;
    border:1px solid #CCCCCC;
    margin:0px auto;
    overflow:auto;
    background:#FFFFFF;
}

.cab{
    /*float:left;*/
    width:100%;
    /*height:13%;*/
}

.icono{
    float:left;
    margin-left:20px;
    margin-top:3px;
    cursor: pointer;
}
.titulocab{
    float:left;
    width:auto;
    font-size:20px;
    padding-left:10px;
    padding-right:10px;
    font-weight: bold;
    margin-top:5px;
    color:#999999;
}
.menucab{
    float:right;
    width:auto;
    padding-right:5px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:right;
    display: flex !important;
}
.enlacemenucab{
    text-decoration:none;
    font-weight: bold;
    font-size:12px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    background:#2C86F3;
    border:1px solid #2C86F3;
    cursor:pointer;
    transition-duration: 0.7s;
    color:#FFF;
}
.enlacemenucab:hover{
    color:#2C86F3;
    padding-left:10px;
    padding-right:10px;
    border:1px solid #85ABC5;
    background:#FFF;
    transition-duration: 0.7s;
}

.menu{
    /*float:left;*/
    width:100%;
    background:url("../imagenes/backcab.png");
    border-bottom: 1px solid #B0C5E4;
    border-top: 1px solid #B0C5E4;
}

.itemmenu{
    float:left;
    font-size:12px;
/*    padding-top:10px;
    padding-bottom:7px;
    padding-left:20px;
    padding-right:20px;*/
    cursor:pointer;
} 
.itemmenu:hover{
    background:#2C86F3;
    border-left:1px solid #85ABC5;
    border-right:1px solid #85ABC5;
    transition-duration: 0.7s;
}

.enlaceitem{
    display: inline-block;
    padding: 10px 20px 7px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
    font-size:16px;
}

.contenido{
    position: relative;
    height:calc(100% - 115px);
    overflow:auto;
}

.contenidoarchivado{
    float:left;
    width:24%;
    height:80%;
    border-left: 1px solid #E1E1E1;
    padding:5px;
    overflow:auto;
    background:#E6E6E6;
}

.sincambios{
    float:left;
    width:100%;
    text-align:center;
    font-weight: bold;
    font-size: 12px;
}

.menuhome{
    /*float:left;*/
    width:97%;
    height:calc(100% - 16px);
    /*margin-top:.3%;*/
    margin-left:1.5%;
}

.menuhome2{
    float:left;
    width:97%;
    height:99%;
    margin-top:.3%;
    margin-left:1.5%;
}

.itemmenuhome{
    float:left;
    width:auto;
    height:auto;
    padding:10px;
    text-align:center;
    font-size:12px;
    font-weight: bold;
    border:1px solid #CCCCCC;
    margin:5px;
    margin-right:50px;
    margin-bottom:25px;
    margin-top:25px;
    background:url("../imagenes/backitem.png");
    cursor: pointer;                            
}
.itemmenuhome:hover{
    background:url("../imagenes/backitem2.png");
    color:#094EA3;
}

.copyright{
    float:right;
    width:45%;
    color:#999999;
    font-size:12px;
    padding-right:20px;
    text-align:right;
}

.cuadrocontenedor{
    float:left;
    width:450px;
    height:auto;
    margin-left:40%;
    margin-top:10%;
}

.cuadrolog{
    float:left;
    width:450px;
    height:150px;
    border:1px solid #CCCCCC;
    background:#E1E1E1;
}

.passbuttons{
    float:left;
    width:450px;
    height:auto;
}
.botonpass{
    float:left;
    width:25px;
    height:25px;
    margin:5px;
    border:1px solid #333333;
    background:#094EA3;
    color:#FFFFFF;
    font-weight: bold;
    cursor:pointer;
}

#login {
    display: flex;
    flex-direction: column;
}

.titulologin{
    width:80%;
    margin-bottom:20px;
    margin-left:50px;
    margin-top:20px;
}

.inputpass{
    align-self: center;
    box-sizing: border-box;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.botonerialogin{
    width:95%;
    margin-left:10px;
    margin-top:30px;
}

.botonbaseDisabled{
    height:25px;
    margin:5px;
    border:1px solid #333333;
    background:#CCCCCC;
    color:#FFFFFF;
    font-weight: bold;
}
.botonbase, .addPHP{
    height: 25px;
    margin: 5px;
    font-weight: bold;
    border: 1px solid #0867dc;
    background: #0867dc;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 10px;
    padding: 4px 15px;
}
.botonbase:hover{
    /* background:#2C86F3; */
    transition-duration: 0.5s;
}
.btuploadCMS{
    background:#094EA3;
    color:#FFFFFF;    
}
.btuploadCMS:hover{
    background:#2C86F3;  
}

.barraidiomas{
    float:left;
    width:100%;
    height:25px;
    background:#EFEFEF;
    border:1px solid #CCCCCC;
    border-bottom:0px;
    margin-top:20px;
}

.selector{
    width:400px;
    border:1px solid #CCCCCC;
}
.textoasunto{
    width:400px;
    border:1px solid #CCCCCC;
}
.textoreporte{
    width:400px;
    height:100px;
    border:1px solid #CCCCCC;
    resize:none;
}

.btimagenes{
    float:left;
    padding:15px;   
    cursor:pointer;
}

.cuadroasoc{
    float:left;
    width:290px;
    padding:5px;
    border:1px solid #CCCCCC;
    margin-left:10px;
    margin-top:10px;
}
.nombreasociado{
    float:left;
    width:100%;
    font-weight: bold;
    font-size:12px;
}
.btasociado{
    float:right;
    border:1px solid #333333;
    background:#094EA3;
    margin-right:5px;
    color:#FFFFFF;
    cursor:pointer;
    margin-top:10px;
}
.btasociado:hover{
    float:right;
    border:1px solid #333333;
    background:#2C86F3;
    margin-right:5px;
    margin-top:10px;
}

.titulocampo{
    float:left;
    width:25%;
    margin-top:15px;
    font-weight:bold;
}
.campo{
    float:left;
    width:74%;
    margin-top:15px;
}
.campotexto{
    width:100%;
}

.fadeIn{
    opacity:1;
    transition-duration: 1s;
}

.fadeOut{
    opacity:0;
}
.necesitasAyuda {
    text-decoration: none;
    text-align: center;
}
.necesitasAyuda:hover {
    text-shadow: 0px 0px 3px #ccc;
}
.ayuda1{
    font-weight: bolder;
}
.ayuda2{
    color: red;
}

#newMenuIdiomas {
    background: url('../imagenes/backtransopaca.png');
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#contenidonewMenuIdiomas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:500px;
    height:auto;
    padding:20px;
    background:#FFFFFF;
    border:2px solid #333333;
}

#contenedorListado .ui-sortable-handle {
    display: flex;
    align-items: center;
}

#contenedorListado .ui-sortable-handle > span[style*=right]:last-child {
    margin-left: auto;
}

#lista_R\.G\.P\.D .ui-sortable-handle,
#lista_PIE_DESCRIPCIONES .ui-sortable-handle {
    background: linear-gradient(to bottom,  #B0C5E4 0%,#e2ecfb 47%,#B0C5E4 100%) !important;
}


#lista_R\.G\.P\.D\. .nombreSpan,
#lista_R\.G\.P\.D\. .nombreOriginal {
    text-transform: capitalize;
    font-weight: bold;
}

#contenidoRGPD {
    clear: both
}

#contenidoRGPD form {
    display: flex;
    justify-content: space-around;
}

#contenidoRGPD label {
    font-size: 16px;
    font-weight: bold;
}


#contenidoRGPD textarea {
    width: 400px;
    height: 100px;
}

#rpgdOpciones {
    display: flex;
}

#responsableOpcion,
#emailRPGDOpcion {
    margin-left: 20px;
}

#responsableOpcion button {
    cursor: pointer;
}

#responsableOpcionInput,
#responsableOpcionOk,
#emailRPGDOpcionInput,
#emailRPGDOpcionOk {
    display: none;
}

.cajaNegraLoading {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.cajaNegraLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cajaNegraAlerta {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.cajaNegraAlerta .cajaAlertaContenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
}

.cajaNegraAlerta .cajaAlertaContenedor.cajaAlertaContenedorModal {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaTxt {
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    color: #333;
}

.cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaAceptar {
    width: auto;
    border: 0;
    background-color: #ddd;
    padding: 8px 15px;
    color: #333;
    border-radius: 10px;
    font-weight: bold;
    cursor:pointer;
}

.cajaAlertaContenedor iframe {
    border: none;
}

.menu_desplegable {
    /*display: none;*/
    /*position: absolute;*/
    z-index: 20;
    top: 100%;
    left: 0;
    margin-top: 0;
    padding: 0;
    background-color: #81b4d6/*#ddd*/;
    width: max-content;
}


.menu_desplegable li {
    list-style-type: none;
    list-style-position: inside;
    border-bottom: 1px solid #fff;
}

.menu_desplegable li {
    cursor: pointer;
}

.cajaNegraLoading {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.cajaNegraLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sombreado {
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.22);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.d-none {
    display: none;
}

#option-select-video input[type=text],#option-select-video input[type=file], .inp-text-admin {
    width: 100%;
    padding: 7px 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #CCCCCC !important;
}
#option-select-video progress{
    border: 1px solid #CCCCCC !important;
}
#color_1, #color_2, #color_3{
    border-radius: 5px;
}

/* The container */
.rd-container {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rd-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rd-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rd-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.container-bordered{
    border: 1px solid #d6d6d6;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
#content-galeria-imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content-galeria-paginacion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content-galeria-paginacion i {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    color: #5287ab;
    font-size: 1.3em;
}

#content-galeria-paginacion i:hover {
    color: #4ec4f1;
}

#content-galeria-imagenes .thumbnail {
    width: 120px;
    height: 100px;
    margin: 5px;
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.selected {
    border: 2px solid #63e063 !important;
}

.tooltip{
    position: relative !important;
    cursor: pointer;
}

.tooltip:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #5287ab;
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    border-radius: 2px;
    display: block;
    font-family: 'Roboto', helvetica, arial, verdana;
    left: 50%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
}

.tooltip:after {
    content: attr(data-tooltip);
    padding: 5px 10px;
    color: #FFF;
    background: #5287ab;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    font-size: 13px !important;
    font-weight: normal !important;
    z-index: 3;
    width: 100%;
    min-width: 75px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.tooltip:hover:after, .tooltip:hover:before {
    visibility: visible;
    opacity: 1;
    display: inline-block;
}


.divConfSections #logodiv {
    margin: 10px;
    padding: 10px;
    width: 400px;
    float:left;
}
.divConfSections #favicondiv {
    margin: 10px;
    padding: 10px;
    width: 400px;
    float: left;
}
.divConfSections #formSubirImagenesPerson {
    width: 100%;
    padding-top: 2em;
    display: table;
}
.divConfSections #formSubirImagenesPerson .imagenActual{
    max-width: 140px;
}
.divConfSections #formSubirImagenesPerson .restaurar {
    background-color: green;
    border: none;
    border-radius: 2px;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.divConfSections #uploadFavico, #uploadLogo {
    background-color: green;
    border: none;
    border-radius: 2px;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.divConfSections #sectionType {
    font-size: 18px;
    font-weight: bold;
}


.modalAlVuelo {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #00000066;
}

.contenido-modalAlVuelo {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 500px;
    max-width: 75vw;
    min-height: 400px;
    padding: 50px;
    border-radius: 20px;
    background-color: #fff;
}

#modalAlVuelo .boton-cerrar {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 100px;
    padding: 6px 8px 5px 8px;
    background-color: #00000066;
    color: #fff;
}


@media (max-width: 400px)
{

    .cajaNegraAlerta .cajaAlertaContenedor {
        width: 100%;
        border-radius: 0;
    }

    .cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaTxt {
        width: 100%;
    }


}









/* Botonera superior */

.boton-ayuda {
    background-color: #4CAF50;
    padding: 7px 12px;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-size: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.boton-ayuda:hover {
    background-color: #9c3328;
}
.boton-ayuda a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
}
.salir-boton {
    background-color: #0f74a8;
}

.ayudaModal {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
}
.ayudaModal h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5287ab;
    text-align: center;
    color: #5287ab;
}
.ayudaModal ul {
    width: 100%;
    margin-top: 5px;
    padding: 0;
}

.ayudaModal ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    list-style-position: inside;
    list-style-type: none;
}

.ayudaModal ul li::after {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-bottom: 1px solid #ddd;
    transform: translateX(-50%);
}

/*.ayudaModal ul li:last-child::after {*/
/*display: none;*/
/*}*/

.ayudaModal ul li a {
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    color: #333;
}

.ayudaModal ul li a:hover {
    text-shadow: 0 0 3px #ccc;
    font-weight: bold;
}

.ayudaModal ul li span {
    text-align: center;
    font-size: 14px;
    color: #999;
}










/* Apartado Diseño */

/*.contenido,*/ .wrapper{
    overflow-x: auto !important;
}

.frame_izq_prev {
    float:left;
    width: 20%;
    height: 100%;
    min-width: 200px;
    overflow-y: scroll;
}

.frame_de_prev {
    float:left;
    width: 80%;
    height: 100%;
    min-width: 600px;
    background-color: #cacaca;
    text-align: center;
}

.wrapper-iframe {
    margin: auto 0px;
}

.prev_plantilla_ul {
    list-style:none;
}

.prev_plantilla {
    width: 200px;
    height: 120px;
    background-color: #1f6377;
    color: white;
    font-weight: bolder;
    margin: 40px 0;
}

.prev_plantilla_li {
    margin: auto 20px;
}

.prev_plantilla {

}

.prev_plantilla {
    border: 5px solid #DCDCDC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev_plantilla:hover {
    cursor: pointer;
}

a#enlace_plantilla_0,
a#enlace_plantilla_1,
a#enlace_plantilla_2,
a#enlace_plantilla_3,
a#enlace_plantilla_4,
a#enlace_plantilla_5,
a#enlace_plantilla_6 {
    text-decoration: none;
}
















/* Editor modulos web */

/*contenido,*/ .wrapper{
   overflow-x: hidden !important;
}

#menudrag{
    width: 100%;
    box-shadow: #909090 1px 1px 4px 0px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

#capacentraldrag{
    display: flex;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 50px);
}
#moduloizqdrag{
    width: 52%;
    overflow-y: auto;
    background-color: white;
    margin-top: 20px;
}
#moduloderdrag{
    width: 48%;
    background-color: #e9edf6;
    overflow-y: auto;   
}
#vistapreviadrag{
    width: 75%;
    margin: 0 auto 0 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    padding-top: 5px;
    max-width: 600px;
}

#vistapreviadrag_sup{
    width: 75%;
    margin: 0 auto 0 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
    max-width: 600px;
}

.cajonBotones_superior{
    width: 100%;
    margin-left: 32px;
    margin-top:15px;
}
.cajonBotones_superior_izq{
    width: 100%;
    float: left;
}
.cajonBotones_superior_der{
    width: 20%;
    float: right;
    text-align: right;
}
.config {
    margin-left: 0.5%;
    font-size: 14px;
}

#selectPlantilla{
    height: 33px;
    font-size: 15px;
    margin: 8px;
    cursor: pointer;
    color: #444444;
}

.slider{
    width: 75%;
    /*margin: 0 auto;*/
    margin: 40px auto;
    height: 70px;
}
.slick-arrow{
    filter:contrast(0);
    margin:10px;
}

.slick-prev{
    left: -40px !important;
}

.slick-next{
    right: -40px !important;
}

.itemslider{
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
    /*box-shadow: #868383 1px 1px 2px 1px;*/
    background-position: center;
    width: 165px;
}

.itemslider.creado span {
    color: #FFF;
    font-size: .8em;
    font-style: italic;
    margin: 17px 5px;
    text-align: center;
    display: -webkit-box;
    background-color: #0f0f0fa8;
    border: 1px solid #a1a1a17a;
    padding: 3px 10px 3px;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    vertical-align: bottom;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Muli;
}

.itemslider:hover{
    opacity: 0.9;
    cursor:pointer;
}

#moduloderdrag .modulo{
    border: #ababab 2px dotted;
    width: 90%;
    margin: 7px auto;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.modulo .modinterno{
    width: 100%;
    background-color: #e9edf6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: move;
    /* object-fit: cover; */
    height: 120px;
}

.moduloselec{
    border: #426075 3px solid !important;
    border-radius: 5px;
    margin: 7px auto !important;
}

.modinterno .imgmodulovacio{
    width: 70px;
    opacity: 0.4;
}

.modulo .imgmodulolleno{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

#capacentraldrag #moduloderdrag #vistapreviadrag .modulo .imgmodulolleno{
    max-height: none !important;
}

.modulo .cajaopcmodulos {
    position: absolute;
    right: 1px;
    top: 1px;
}

.modulo .divopcmodulo {
    width: 15px;
    height: 15px;
    background-color: #426075;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

.modulo .papelera{
    width: 15px;
    height: 15px;
    background-image: url(../iconos/menus/trash.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
}



.modulo .ajustesmodulo{
    width: 15px;
    height: 15px;
    background-image: url(../iconos/menus/tuercaB.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(100);
    position: relative;
    z-index: 2;
}

.moduloadd {
    width: 100%;
    height: 10px;
    /*margin-top: 20px;*/
}

.nombreModulo{
    height: 15px;
    font-size: 13px;
    background-color: #395e77;
    width: fit-content;
    color: white;
    /*padding: 2px 5px 0;*/
    padding: 5px 10px;
    left: 14px;
    top: -10px;
    position: absolute;
    border-radius: 3px;
    text-transform: capitalize;
    overflow: hidden;
}

.tituloSliders{
    margin: 5px;
    margin-left: 20px;
    margin-top: 25px;
    /*border-bottom: 2px solid #929292;*/
    color: #5287ab;
}

.nombreSlider:before{
    width: 100%;
    height: 2px;
    /*background-color: #5287ab;*/
    content: '';
    position: absolute;
    margin-top: 29px;
}

.nombreSlider{
    font-weight: bold;
    font-family: 'Niramit', sans-serif;
    margin-left: 5px;
    position: relative;
    color:#1b79b8;
    text-transform: uppercase;/*capitalize;*/
}

.textomodulo{
    font-family: 'Niramit', sans-serif;
    color:#2e414e;
}

.cajonSliders{
    min-height: 110px;
    background-color: white;
    width: 90%;
    margin: 0 auto;
}

.tituloInfoVentana {
    font-size: 12px;
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
    color: black;
    font-family: Niramit, sans-serif;
    text-align: justify;
    margin-top:-20px;
}

.cajonBotonColores{
    margin-bottom: 5px;
    margin-top: 20px;
    position: fixed;
    right: 40px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.cajonBotonLogos{
    margin-bottom: 5px;
    margin-top: 60px;
    position: fixed;
    right: 40px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.botonColoresModulos, .desplegableColoresModulos, .botonLogosModulos{
    cursor: pointer;
    border: solid 1px #bfbfbf;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    box-shadow: #afaeae 1px 1px 1px 0px;
    font-weight: bold;
    background-color: white;
    margin-left: 5px;
    margin-top: 5px;
    width: 100px;
}

#desplegableColoresModulos {
    display: none;
}

.botonColoresModulos:hover, desplegableColoresModulos:hover, .botonLogosModulos:hover{
    box-shadow:#afaeae 1px 2px 1px 0px;
}

.datacolorModulos{
    display:none;
    margin-top: 55px;
    position: fixed;
    right: 30px;
    z-index: 4;
}

.desplegableColores{
    height: auto;
    background: white;
    border: solid 1px #cac9c9;
    border-radius: 10px;
    width: 205px !important;
    padding: 5px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.desplegableColores span{
    font-size: 0.7em;
    margin: 5px;
    font-weight: bold;
}

.desplegableColores div{
    display: flex;
    margin-bottom: 10px;
}

.coloresflecha{
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-top: solid 1px #cac9c9;
    border-left: solid 1px #cac9c9;
    margin: 0 auto;
    margin-bottom: -5px;
    position: absolute;
    right: 15px;
}

.inputcolorModulos{
    margin: 0 auto;
    border-radius: 5px;
    background: transparent;
    border: 0;
    box-shadow: #ABA9A4 1px 1px 1px 1px;
    cursor: pointer;
}


.hovering {
    border: #276cbc 5px dotted !important;
    background-color: #b6d6fb !important;
    opacity:0.8;
    margin-top: -5px;
    margin-left: -5px;
}

.desplegabletuerca{
    background-color: #426075;
    border-radius: 5px 0px 5px 5px;
    cursor: pointer;
    float: right;
    color: white;
    font-size: 0.8em;
    position: relative;
    top: -5px;
    left: 3px;
    padding: 10px 10px 5px 10px;
    z-index: 1;
    display: none;
    width: max-content;
}

.desplegabletuerca div{
    margin-bottom: 5px;
}

.lupavistaprevia{
    width: fit-content;
    border-radius: 3px;
    background-color: #484646bf;
    padding: 3px;
    color: #e2d9d9;
    font-size: 15px;
}

#leyendaMapaBuscador {
    color: #394861;
    font-weight: bold;
    padding: 5px 10px;
    font-size: .9em;
}


#leyendaMapaBuscador span {
    font-size: 1.2em;
    color: #444;
}

#leyendaMapaBuscador li {
    padding-left: 22px;
    padding-top: 5px;
    margin-top: 5px;
    background: #FFF no-repeat center left;
    background-size: 18px;
}

#leyendaMapaBuscador ul {
    margin-top: 8px;
}

#leyendaMapaBuscador li.leyendaExacta{
    background-image: url(../../img/mapas/marker_propiedad.png);
}

#leyendaMapaBuscador li.leyendaAprox{
    background-image: url(../../img/mapas/marker_propiedad_circ.png);
}

#seccionesModulos{
    display: none;
}

#seccionesFlecha{
    cursor:pointer;
}

@media only screen and (max-width: 1000px) {
    .botonColoresModulos span, .botonLogosModulos span{
        display: none;
    }

    .botonColoresModulos, .botonLogosModulos {
        right:30px;
        width: 12px;
    }

    .desplegableColores{
        width: min-content;
    }
    .coloresflecha{
        margin-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .cajonBotonColores {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .botonColoresModulos{
        margin-bottom: 5px;
    }

    .cajonBotonLogos{
        margin-top: 90px;
    }
    .datacolorModulos{
        margin-top: 90px;
    }
    .coloresflecha{
        right: 5px;
    }

    .cajaAlertaContenedor.cajaAlertaContenedorModal{
        width: 100% !important;
    }
}


@media only screen and (max-width: 720px) {
    #capacentraldrag{
        height: calc(100% - 50px);
    }
}











/* Editor de pestañas de la web (menu superior derecha) */

/*.contenido,*/ .wrapper{
    overflow-x: hidden !important;
}



#items_menu_superior .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -1px;*/
}

#items_menu_superior .mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}

#items_menu_superior ol {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

#items_menu_superior ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

#items_menu_superior ol.sortable {
    margin: 10px 0;
}

#items_menu_superior .sortable li {
    /*margin: 5px 0 0 0;*/
    margin: 0;
    padding: 0;
    height: auto;
}

#items_menu_superior .sortable li div, .addMenu, .guardarListado, .instrucciones, .cancelar  {
    display: inline-block;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    /*padding: 12px 2%;*/
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

#items_menu_superior .sortable li > div span a img {
    padding: 6px 2px;
}

#items_menu_superior .sortable li > div span {
    max-height: 29px
}

#items_menu_superior .sortable li > div span:last-child {

    padding: 0 5px;

}

#items_menu_superior .addMenu, .guardarListado, .instrucciones, .cancelar {
    width: auto;
    padding: 10 15px;
    float: right;
    color: #666;
    cursor: pointer;
    display: block;
    margin: 15px 0 15px 10px;
    font-weight: bold;
}

#items_menu_superior .cancelar {
    background: red;
    background: -moz-linear-gradient(top,  #f77777 0%, red 47%, #c30202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f77777), color-stop(47%,red), color-stop(100%,#c30202));
    background: -webkit-linear-gradient(top,  #f77777 0%,red 47%,#c30202 100%);
    background: -o-linear-gradient(top,  #f77777 0%,red 47%,#c30202 100%);
    background: -ms-linear-gradient(top,  #f77777 0%,red 47%,#c30202 100%);
    background: linear-gradient(to bottom,  #f77777 0%,red 47%,#c30202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77777', endColorstr='#c30202',GradientType=0 );
    color: #fff;
}

#items_menu_superior .guardarListado {
    background: #2C86F3 ;
    background: -moz-linear-gradient(top,  #7ab3f8 0%, #2C86F3  47%, #064a9d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ab3f8), color-stop(47%,#2C86F3 ), color-stop(100%,#064a9d));
    background: -webkit-linear-gradient(top,  #7ab3f8 0%,#2C86F3  47%,#064a9d 100%);
    background: -o-linear-gradient(top,  #7ab3f8 0%,#2C86F3  47%,#064a9d 100%);
    background: -ms-linear-gradient(top,  #7ab3f8 0%,#2C86F3  47%,#064a9d 100%);
    background: linear-gradient(to bottom,  #7ab3f8 0%,#2C86F3  47%,#064a9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab3f8', endColorstr='#064a9d',GradientType=0 );
    color: #fff;
}

#items_menu_superior .instrucciones {
    float: left;
    margin-left: 0;
}

#items_menu_superior .sortable li.mjs-nestedSortable-branch div {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);

}

#items_menu_superior .sortable li.mjs-nestedSortable-leaf div {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);

}

#items_menu_superior li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
    background: #fafafa;
}

#items_menu_superior .disclose {
    cursor: pointer;
    width: 10px;
    display: none;
}

#items_menu_superior .sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

#items_menu_superior .sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

#items_menu_superior .sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: '+ ';
}

#items_menu_superior .sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: '- ';
}

#items_menu_superior h1 {
    font-size: 2em;
    margin-bottom: 0;
}

#items_menu_superior h2 {
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    margin-top: .2em;
    margin-bottom: 1.5em;
}

#items_menu_superior h3 {
    font-size: 1em;
    margin: 1em 0 .3em;;
}

#items_menu_superior p, ol, ul, pre, form {
    margin-top: 0;
    margin-bottom: 1em;
}

#items_menu_superior dl {
    margin: 0;
}

#items_menu_superior dd {
    margin: 0;
    padding: 0 0 0 1.5em;
}

#items_menu_superior code {
    background: #e5e5e5;
}

#items_menu_superior input {
    vertical-align: text-bottom;
}

#items_menu_superior .notice {
    color: #c33;
}

#items_menu_superior ol input, .nombreSpan, .nombreOriginal  {
    padding: 6px 10px;
}

#items_menu_superior  .clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#items_menu_superior .clearfix {display:inline-block;}
/* Hide from IE Mac \*/
#items_menu_superior .clearfix {display:block;}