﻿/*------------------------------------------------- Reseteo --------------------------------------------------------------------------*/




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i, * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 1em;
}



body {
    line-height: 1;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, textarea {
    margin: 0;
    padding: 0px;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}

i {
    font-style: italic;
}

.tablaCentrada tr td {
    vertical-align: middle;
}

/*------------------------------------------------- Fin de Reseteo --------------------------------------------------------------------------*/

/*rojo::after#cc0000;
morado:#cc00cc;
    verde:#669900;
    */

:root {
    --colorLetrasAzules: #333333;
}


.redondas15 {
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}


.redondas5 {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}


/*TRANSPARENCIAS:*/

elemento {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5; /* khtml, version anterior de safari */
    -moz-opacity: 0.5; /* firefox, mozilla, netscape */
    opacity: 0.5; /* safari, chrome, opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*internet explorer 8 */
}

a {
    font-size: 1em;
    color: var(--colorLetrasAzules);
}

    a:hover {
        color: #666666;
    }

body {
    width: 100%;
    height: 100%;
    font-family: Arial;
    /* background-image: url(ImgsIntranet/fondo.jpg); */
}



@media(max-width: 2000px) {
    html {
        font-size: 16px;
    }
}

@media(max-width: 1000px) {
    html {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    html {
        font-size: 0.75em;
    }
}

/*.centradorGrande {
        height:20%;
        width:100%;

    }

    .centrador {
        position: relative;
        width: 95%;
        margin: auto;
    }*/

.container {
    width: 100%;
    float: left;
}

.header {
    float: left;
    width: 98%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1%;
    padding-left: 1%;
    background-color:#111111;
}




.centradorLogo {
    float: left;
    width: 100%;
    height: 100%;
}

.celdaLogoHeader {
    vertical-align: middle;
    width: 50%;
}

.logo {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-width: 12em;
    max-height: 6em;
    vertical-align: middle;
    
}


    .logo img {
        Object-fit: cover;
        width: 100%;
        vertical-align:middle;
    }


.celdaFechaHeader {
    vertical-align: bottom;
    width: 50%;
}



.fechaHeader {
    margin-left: 2em;
    float: left;
    font-size: 1em;
    color: #999;
    margin-top: 5.5%;
}

.areaIzqCabecera {
    float: left;
    height: 100%;
    width: 65%;
}

.areaDchaCabecera {
    float: right;
    height: 100%;
    margin-right: 2%;
    width: 30%;
}


.areaLoginCabecera {
    float: right;
    height: 40%;
    width: 100%;
    margin-top: 2%;
}

    .areaLoginCabecera span {
        float: right;
        text-align: right;
        color: #999;
        margin-top: 2%;
        width: 88%;
    }

.btnLogCabecera {
    float: right;
    width: 5%;
    margin-left: 1%;
}


    .btnLogCabecera img {
        float: right;
        width: 100%;
    }


.tituloSeccionActual {
    float: right;
    font-weight: bold;
    color: #000;
    width: 100%;
    text-align: right;
    margin-top: 2%;
}



.auxIzq {
    float: left;
    width: 12%;
}


.footer {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 25px;
    margin-bottom: 2%;
}

    .footer a {
        float: right;
        color: #666;
        font-size: 1em;
        margin-left: 0.94em;
    }

        .footer a:hover {
            color: var(--colorLetrasAzules);
        }

.decopie {
    float: right;
    margin-left: 0.94em;
    margin-top: 3px;
}

.areaAnchoTotal {
    float: left;
    width: 100%;
}


.areaSobreTransp {
    position: absolute;
    background-color: transparent;
    width: 95%;
    padding: 2%;
    z-index: 1;
}

.areaFondoRedondasTransp {
    float: left;
    width: 100%;
    padding: 2%;
    background-color: #fff;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    filter: alpha(opacity=60); /* internet explorer */
    -khtml-opacity: 0.6; /* khtml, version anterior de safari */
    -moz-opacity: 0.6; /* firefox, mozilla, netscape */
    opacity: 0.6; /* safari, chrome, opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*internet explorer 8 */
    -webkit-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
}


.areaFondoRedondas {
    float: left;
    width: 95%;
    padding: 2%;
    background-color: #fff;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    -webkit-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.3);
}

.marcaAguaInfo {
    background-image: url(ImgsIntranet/marcaAguaInfo.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}


.marcaAguaCalendario {
    background-image: url(ImgsIntranet/marcaAguaCalendario.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.marcaAguaBombilla {
    background-image: url(ImgsIntranet/marcaAguaBombilla.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.marcaAguaInterrogante {
    background-image: url(ImgsIntranet/marcaAguaInterrogante.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.marcaAguaLapiz {
    background-image: url(ImgsIntranet/marcaAguaLapiz.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 12.5em;
}

.marcaAguaLlave {
    background-image: url(ImgsIntranet/marcaAguaLlave.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.marcaAguaLlaveIngl {
    background-image: url(ImgsIntranet/marcaAguaLlaveIngl.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.marcaAguaVer {
    background-image: url(ImgsIntranet/marcaAguaVer.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 12.5em;
}


.lineaEnContenido {
    float: left;
    width: 100%;
    margin-bottom: 1%;
}

.cajaInteriorIzq {
    float: left;
    width: 49%;
    border: 0.3em solid #ccc;
    margin-bottom: 0.3em;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.cajaInteriorDerecha {
    float: right;
    width: 49%;
    border: 0.3em solid #ccc;
    margin-bottom: 0.3em;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.areaWidget {
    float: left;
    
    border: 0.1em solid #ccc;
    padding:1em;
    margin-right:1em;
    margin-bottom:1em;
}

.areaTituloCajaInterior {
    float: left;
    width: 100%;
    border-bottom: 0.1em solid #ccc;
    margin-bottom: 1em;
    margin-right:5em;
}

.areaBotonesCajaInterior {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.tituloCajaInterior {
    float: left;
    width: 30%;
    margin-left: 2%;
    font-size: 1.2em;
    color: var(--colorLetrasAzules);
    margin-top: 2%;
    margin-bottom: 2%;
}

.textoTituloCajaInterior {
    float: right;
    width: 65%;
    margin-right: 2%;
    margin-top: 2%;
    font-size: 1em;
    color: #333;
    text-align: right;
    margin-bottom: 2%;
}

.textoAzul {
    color: var(--colorLetrasAzules);
}


.areaContenidoCajaInterior {
    float: left;
    width: 100%;
    margin-bottom: 2%;
}

.nombreItemCajaInterior {
    padding-left: 1.25em;
    vertical-align: middle;
    width: 45%;
    padding-top: 2%;
}

.celdaCursoCalendario {
    padding-left: 1.25em;
    vertical-align: middle;
    width: 45%;
    padding-top: 2%;
}

.nombreItemCajaInterior span {
    float: left;
    margin-left: 2%;
    font-size: 1em;
    color: #333;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 1.2em;
}

    .nombreItemCajaInterior span a {
        color: #333;
    }


.celdaHora {
    width: 15%;
    vertical-align: middle;
    /*text-align: center;*/
    padding-right: 4px;
    text-align: right;
    font-size: 1em;
}

.celdaFlecha {
    width: 15%;
    vertical-align: middle;
    text-align: center;
    font-size: 1em;
    padding-top: 2%;
}

.btnFlecha {
    width: 100%;
}

.fondoGris {
    background-color: #f1f1f1;
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
}

.enlaceIrACajaInterior {
    float: right;
    margin-right: 3%;
    margin-bottom: 2%;
    font-size: 1em;
    font-weight: bold;
}

.cajaInteriorSinFondo {
    float: left;
    width: 99%;
}

.cajaInteriorSinFondoIzq {
    float: left;
    width: 49%;
}

.cajaInteriorSinFondoDcha {
    float: right;
    width: 49%;
}

.areaTituloCajaInteriorSinFondo {
    float: left;
    width: 100%;
    border-bottom: 0.3em solid #ccc;
}

.tituloFavoritos {
    float: left;
    max-width: 60%;
    margin-top: 2.5%;
}

    .tituloFavoritos span {
        float: left;
        font-size: 1.2em;
        color: #000;
        margin-bottom: 2%;
    }

    .tituloFavoritos img {
        float: left;
        width: 9%;
        margin-left: 3%;
        margin-top: -1%;
    }

.enlaceFavoritos {
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin-top: 4%;
    margin-left: 1.25em;
}

.btnFavoritos {
    float: left;
    padding: 3%;
    min-width: 15%;
    text-align: center;
    border: 0.3em solid #ccc;
    color: var(--colorLetrasAzules);
    background-color: #fff;
    /*font-size: 1em;*/
    font-size: 1em;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    margin-right: 2%;
    margin-top: 2%;
    height: 1.25em;
}


    .btnFavoritos:hover {
        border: 0.3em solid var(--colorLetrasAzules);
    }

.boton {
    float: left;
    padding: 1em;
    min-width: 6em;
    text-align: center;
    border: 0.1em solid #333;
    color: var(--colorLetrasAzules);
    background-color: #ccc;
    *behavior: url();
    margin-right: 1em;
    margin-top: 0.5em;
    font-size: 1em;
    vertical-align: middle !important;
}

    .boton:disabled{
        color:#fff;
    }

    .bonton:default{
        color:red;
    }

    .boton:hover {
        background-color: #aaa;
        color: #fff;
    }

.textoLogin {
    float: left;
    font-size: 1.5em;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 0%;
}

.areaLoginPortada {
    float: left;
    width: 100%;
    margin-top: 12%;
    text-align: center;
}

.logoPortada {
   float:left;
    padding: 0%;
    
    margin: auto;
    margin-top:7%;
    margin-bottom: 3%;
    
    width:100% !important;
}

.logoPortada div
{
    float:left;
    width:100%;
    position:relative;
}


    .logoPortada img {
        float:left;
        width: 30em;
        margin:auto;
        margin-left:35%;
        
       
    }

.areaLogin {
    position: relative;
    padding: 2%;
    width: 30%;
    margin: auto;
}

.tablaLogin {
    position: relative;
    
    margin: auto;
}

.etiquetaLogin {
    width: 40%;
    vertical-align: middle;
}

    .etiquetaLogin span {
        float: left;
        color: #000;
        font-size: 1.3em;
    }

.celdaTbLogin {
    width: 60%;
    vertical-align: middle;
}

.tbLogin {
    float: left;
    width: 15em;
    height: 2em;
    border: 1px solid #333;
    margin-top: -2%;
    padding: 0.3em;
    font-size:1rem;
}
#ddlInstanciasMAX {
    text-align: left;
    border: #333 1px solid;
    float: left;
    height: 2em;
    margin-top: -2%;
    width: 20em;
    padding: 0.3em;
    font-size: 1rem;
    
}

field,select
{
    background-color:white;
}

.separador {
    float: left;
    height: 1em;
}

.enlaceLogin {
    float: left;
    color: #333;
    font-size: 0.9em;
}

    .enlaceLogin:hover {
        color: #000;
    }

.chBxLogin {
    float: left;
    color: #333;
    font-size: 0.9em;
    margin-top: 5%;
}



.btnListado {
    float: left;
    padding: 1% 1.5% 1% 1%;
    background-color: #fff;
    border: 1px solid #666;
    margin-right: 2%;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}


    .btnListado img {
        float: left;
        width: 20%;
        margin-right: 4%;
    }


    .btnListado span {
        float: right;
        /*  width: 95%;
        margin-left: 4%;*/
        font-size: 1em;
        font-weight: bold;
        color: #666;
        text-decoration: underline;
    }

    .btnListado:hover {
        border: 1px solid var(--colorLetrasAzules);
    }

        .btnListado:hover span {
            color: var(--colorLetrasAzules);
        }

.buscadorListado {
    float: left;
}

.tbBuscadorListado {
    border: 1px solid #666;
    height: 2em;
    margin-top: 4%;
    color: #999;
    width: 75%;
    padding-left: 1%;
}


.buscadorListado img {
    float: right;
    width: 19%;
    margin-top: 2%;
}

.areaGeneralTablaListado {
    float: left;
    width: 100%;
    margin-top: 1%;
    border-bottom: 1px solid var(--colorLetrasAzules);
}

.areaTablaListadoMovil {
    float: left;
    width: 90%;
    overflow-x: auto;
}

.areaTablaListadoMovil100 {
    float: left;
    width: 100%;
    height: 40%;
    overflow-y: hidden;
    overflow-x: auto;
}

.tablaListadoMovil {
    float: left;
    width: 100%;
}



.areaTablaListadoFija {
    float: left;
    width: 10%;
}

.tablaListadoFijo {
    float: left;
    width: 100%;
    border-left: 0px solid #999;
    border-right: 0px solid #999;
}

.nombreCampo {
    width: 85%;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    padding-left: 2%;
}

.nombreCampoSimple {
    font-size: 1em;
    font-weight: bold;
    padding-right: 5%;
    color: #000;
    vertical-align: middle;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
}

.nombreAcciones {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    padding-left: 2%;
    /*padding-top:11%;*/
}



.cajaFlechasOrden {
    border-right: 1px solid #ccc;
    padding-right: 2%;
    width: 15%;
    padding-top: 2%;
}

.enlaceFlechaOrden {
    float: right;
    margin-bottom: 5px;
    margin-right: 10%;
    text-decoration: none;
    /*width:100%;*/
    width: 14px;
}


    .enlaceFlechaOrden img {
        float: right;
        /*width:100%;*/
        width: 14px;
    }

.celdaSignosCriterio {
    float: left;
    width: 40%;
    vertical-align: middle;
    padding-top: 5%;
    padding-left: 3%;
}

.enlaceSignosCriterio {
    float: left;
    /*width:100%;*/
    width: 1.25em;
}

    .enlaceSignosCriterio img {
        float: left;
        /*width:100%;*/
        width: 1.25em;
    }

.celdaTextboxCriterio {
    width: 58%;
    padding-right: 1%;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.tbCriterioTablaListado {
    float: left;
    border: 1px solid #ccc;
    width: 90%;
    /*margin-bottom:5%;*/
}

.tablaListadoMovil tr td {
    vertical-align: middle;
}

.btnSepiaListado {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8%;
    text-decoration: none;
    text-align: center;
    background-color: #ffcc99;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    font-size: 1em;
    color: #000;
    margin-right: 8%;
}

.btnVerdeListado {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8%;
    text-decoration: none;
    text-align: center;
    background-color: #99cc99;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    font-size: 1em;
    color: #000;
    margin-right: 8%;
}

.btnRojoListado {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8%;
    text-decoration: none;
    text-align: center;
    background-color: #cc9999;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    font-size: 1em;
    color: #000;
    margin-right: 8%;
}

.btnNegroListado {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8%;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    font-size: 1em;
    color: #FFF;
    margin-right: 8%;
}

.btnAzulListado {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 8%;
    text-decoration: none;
    text-align: center;
    background-color: var(--colorLetrasAzules);
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    font-size: 1em;
    color: #000;
    margin-right: 8%;
}

.itemsTablaListado {
}

    .itemsTablaListado td {
        border-top: 0px solid #999;
        font-size: 1em;
        text-align: left;
        padding: 5px;
        white-space: nowrap;
    }

    
.itemsTablaListadoLeft td {
    font-size: 1em;
    text-align: left;
    padding-top: 1%;
    padding-bottom: 1%;
}


.negrita {
    font-weight: bold;
}

.celdaBtnAccionesListado {
    padding: 5px;
    vertical-align: middle;
}




.btnAccionesListado {
    float: left;
    /*margin-top:2%;*/
    /*margin-top:16px;
    padding-bottom:0.94em;*/
}

    .btnAccionesListado img {
        float: left;
        width: 100%;
    }


.areaElegirItemsAMostrar {
    float: left;
    width: 30%;
    font-size: 0.9em;
    color: #666;
}


    .areaElegirItemsAMostrar span {
        float: left;
        font-size: 1em;
        color: #666;
        margin-top: 1%;
    }

.ddl {
    float: left;
    border: 1px solid #ccc;
    margin-left: 2%;
    margin-right: 2%;
}



.paginadorListado {
    float: right;
    width: 40%;
}

.enlacePaginador {
    float: right;
    width: 23%;
    color: #666;
    font-size: 1em;
    margin-top: 1%;
}

.areaNumerosPaginador {
    float: right;
    width: 40%;
    font-size: 1em;
    color: #666;
}


.numeroPaginaInactivo {
    float: left;
    margin-right: 4%;
    color: #666;
    border: 1px solid #ccc;
    padding: 3% 4% 3% 4%;
    text-decoration: none;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

    .numeroPaginaInactivo:hover {
        color: var(--colorLetrasAzules);
        font-weight: bold;
    }

.numeroPaginaActivo {
    float: left;
    margin-right: 4%;
    color: var(--colorLetrasAzules);
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 3% 4% 3% 4%;
    text-decoration: none;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}


.etiquetaDetalleVer {
    float: left;
    color: var(--colorLetrasAzules);
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0.3em;
    margin-top: 0.94em;
}


.tituloBloque {
    float: left;
    width: 100%;
    color: #000;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 2%;
}

.botoneraDetalleTop {
    float: left;
    width: 100%;
}

.botoneraDetalleBottom {
    float: left;
    width: 100%;
    margin-top: 2%;
    border-top: 1px solid #666;
    padding-top: 1%;
}

.btnPequeActivo {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 0.3em solid #ccc;
    font-weight: bold;
    color: #390;
    font-size: 1em;
    text-align: center;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and Chrome */
    border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    text-decoration: none;
    padding: 10px;
    background-color: #eaeaea;
}

    .btnPequeActivo:hover {
        cursor: pointer;
    }

.btnAyuda {
    float: left;
    width: 10%;
    margin-right: 2%;
    margin-bottom: 2%;
    font-weight: bold;
    color: #390;
    font-size: 1em;
    text-align: center;
    padding: 1%;
    background-color: #eaeaea;
}

    .btnAyuda img {
        float: left;
        width: 100%;
    }


.btnPequeActivo:hover {
    color: #000;
}


.detalle10 {
    float: left;
    min-width: 6%;
    margin-right: 2%;
    min-height: 4em;
    min-width: 75px;
}

    .detalle10 .tbEditable {
        max-width: 70.3em;
    }

.detalle20 {
    float: left;
    min-width: 20%;
    margin-right: 2%;
    min-height: 4em;
}

.detalle30 {
    float: left;
    min-width: 20%;
    margin-right: 2%;
    min-height: 4em;
}


.detalle25 {
    float: left;
    min-width: 20%;
    margin-right: 2%;
    min-height: 4em;
}

.detalle50 {
    float: left;
    min-width: 40%;
    margin-right: 2%;
    min-height: 4em;
}

.detalle100 {
    float: left;
    width: 96%;
    margin-right: 2%;
    min-height: 4em;
}

.ddlNoEditable {
    background-color: #eaeaea;
    color: #000;
    border: 1px solid #999;
    float: left;
    width: 98%;
    padding: 0.3em;
    height: 24px;
    font-size: 1em;
}

.tbNoEditable {
    float: left;
    width: 98%;
    background-color: #eaeaea;
    color: #111;
    border: 1px solid #999;
    font-size: 1em;
    padding: 0.3em;
    height: 18px;
}

.tbNoEditableGrande {
    float: left;
    width: 98%;
    min-height: 50%;
    background-color: #eaeaea;
    color: #333;
    border: 1px solid #333;
    font-size: 1em;
    padding: 0.3em;
    overflow-y: scroll;
    height: 150px;
}


.imagenDetalle {
    float: left;
    width: 100%;
}

    .imagenDetalle img {
        float: left;
        width: 100%;
    }

.nombreImagen {
    float: left;
    width: 100%;
    color: #000;
    font-size: 1em;
    margin-top: 4px;
    margin-bottom: 4px;
}


.galeriaImg100 {
    float: left;
    width: 100%;
    height: 9em;
    margin-top: 1em;
}

.areaMiniaturaGaleria {
    float: left;
    height: 100%;
    margin-right: 1em;
    height: 8em;
}

.miniaturaGaleria {
    float: left;
    height: 80%;
}

    .miniaturaGaleria img {
        float: left;
        height: 100%;
    }

.botonesMiniaturasGaleria {
    float: left;
    height: 18%;
    width: 100%;
    margin-top: 2%;
}

    .botonesMiniaturasGaleria a, .botonesMiniaturasGaleria a img {
        float: left;
        height: 100%;
        margin-right: 5%;
    }

.borrarMiniatura, .borrarMiniatura img {
    float: right;
    height: 100%;
}

.flechaGaleria {
    float: left;
    height: 100%;
}

    .flechaGaleria img {
        float: left;
        height: 100%;
    }

.flechaIzq {
    margin-right: 1em;
}


.tbEditable {
    float: left;
    width: 96%;
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    font-size: 1em;
    padding: 0.3em;
    height: 18px;
    clear: left;
}


.cbEditable {
    float: left;
    width: 96%;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    padding: 0.3em;
    height: 18px;
    clear: left;
}

.ddlEditable {
    background-color: #fff;
    color: #000;
    float: left;
    width: 96%;
    border: 1px solid #999;
    padding: 0.3em;
    font-size: 1em;
    height: 2em;
    clear: left;
}

    .ddlEditable input {
        float: left;
        margin-right: 0.3em;
    }

.tablaFechasEditable {
    float: left;
    width: 96%;
    border: 1px solid #999;
    padding: 0.3em;
    font-size: 1em;
    height: 24px;
    clear: left;
    max-width: 15em;
    border: 0px;
    vertical-align: top;
}

.tablaFechasEditable {
}

.rblEditable {
    background-color: #fff;
    color: #000;
    float: left;
    width: 96%;
    border: 1px solid #999;
    padding: 0.3em;
    font-size: 1em;
    height: 24px;
    clear: left;
}

    .rblEditable input {
        margin-top: 0.3em;
    }

    .rblEditable label {
        margin-left: 0.3em;
        margin-right: 5px;
    }

.tbEditableGrande {
    float: left;
    width: 96%;
    min-height: 50px;
    background-color: #ffffff;
    border: 1px solid #999;
    color: #000;
    font-size: 1em;
    padding: 0.3em;
    overflow-y: scroll;
    clear: left;
}

.tbObligatorioPendiente {
    float: left;
    width: 96%;
    background-color: #ffcccc;
    border: 1px solid #999;
    color: #000;
    font-size: 1em;
    padding: 0.3em;
}

.tbObligatorioCompletado {
    float: left;
    width: 96%;
    background-color: #ccffcc;
    border: 1px solid #999;
    color: #000;
    font-size: 1em;
    padding: 0.3em;
}

.opcionesGeneralesGaleria {
    float: left;
    width: 100%;
}

    .opcionesGeneralesGaleria a {
        float: left;
        margin-right: 2%;
        font-weight: bold;
        margin-top: 0.5em;
        font-size: 0.7em;
        color: #390;
    }

.borderTop {
    border-top: 1px solid #999;
}

.borderBottom {
    border-bottom: 1px solid #999;
}

.areaGaleria {
    float: left;
    width: 96%;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #eaeaea;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.areaImagen {
    font-size: 1em;
    float: left;
    margin-right: 2%;
    min-height: 3.5em;
    padding: 2%;
    width: 90%;
    background-color: #eaeaea;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
    margin-bottom: 2%;
    padding-bottom: 1%;
    clear: left;
}

.pestanasFicha {
    float: left;
    width: 100%;
    margin-top: 1%;
    border-bottom: 1px solid #000;
}

.pestanaFicha {
    float: left;
    padding: 1%;
    font-size: 0.7em;
    margin-right: 1%;
    font-weight: bold;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    -moz-border-radius: 0.94em 0.94em 0px 0px; /* Firefox */
    -webkit-border-radius: 0.94em 0.94em 0px 0px; /* Safari and Chrome */
    border-radius: 0.94em 0.94em 0px 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.pestanaFichaActiva {
    float: left;
    padding: 1%;
    font-size: 0.7em;
    background-color: var(--colorLetrasAzules);
    color: #fff;
    margin-right: 1%;
    font-weight: bold;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    -moz-border-radius: 0.94em 0.94em 0px 0px; /* Firefox */
    -webkit-border-radius: 0.94em 0.94em 0px 0px; /* Safari and Chrome */
    border-radius: 0.94em 0.94em 0px 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}


.cajaAcciones {
}

#fondoParaAnular {
    position: fixed !important;
    width: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    background-color: #333;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 2000;
}

#capaContenidoExtra {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    padding: 50px 50px 50px 50px;
    text-align: left;
    z-index: 2001;
    font-size: 13px;
    border: 0.3em solid #666;
    color: #000;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.capaContenidoExtra {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    padding: 50px 50px 50px 50px;
    text-align: left;
    z-index: 2001;
    font-size: 13px;
    border: 0.3em solid #666;
    color: #000;
    -moz-border-radius: 0.94em; /* Firefox */
    -webkit-border-radius: 0.94em; /* Safari and Chrome */
    border-radius: 0.94em; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.contenedorBotones {
    float: left;
    width: 150px;
    margin-right: 30px;
    margin-top: 30px;
}

.desactivado {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #666;
}



/*******************************Heredados*/

.anularMensajePrincipal {
    position: fixed !important;
    width: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: #ccc;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

#capaFlotanteMensajePrincipal {
    width: 31.25em;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15em;
    top: 15em;
    padding: 3em;
    text-align: left;
    z-index: 1000;
    border: 0.06em solid #DDD;
    color: #000;
}

.falsoPopUp {
    width: 80%;
    background-color: #ffffff;
    position: absolute;
    left: 5%;
    /*margin-left: -400px;*/
    top: 100px;
    padding: 50px 50px 50px 50px;
    text-align: left;
    z-index: 1000;
    border: 1px solid #000;
    /*color: #fff;*/
}


.imgEstadoViviendas {
    width: 30px;
    margin-top: 10px;
}

.tablaViviendas {
    width: 100%;
    margin-top: 30px;
    border: solid 1px #ddd;
    color: #000000;
}

    .tablaViviendas tr td {
        border: solid 1px #ddd;
        padding: 3px;
        text-align: center;
        vertical-align: middle;
    }

.tablaViviendas2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    border: solid 1px #ddd;
    color: #000000;
}

    .tablaViviendas2 tr td {
        border: solid 1px #ddd;
        padding: 3px;
        text-align: left;
        vertical-align: middle;
        color: #000000;
    }



#ctl00_ContentPlaceHolder1_rblIDiomaAtencion input {
    width: 60px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.1em solid #D2D2D2;
    color: #000000;
    padding: 0.5em;
}

.dCampo {
}

    .dCampo input, select {
    }


.dBotonEnviar {
    float: right;
    margin-right: 50px;
}

.dCampoTitularAsterisco {
    color: #FF0000;
}

.dAceptarPolitica {
    width: 300px;
    margin-left: 12.5em;
    text-align: center;
    margin-top: 10px;
}

.cbAceaptar {
    width: 1.25em;
    float: left;
}

.dAceptarPolitica input {
    width: 1.25em;
    float: left;
}

.dBotonEnviar {
    float: left;
    clear: both;
    margin-left: 300px;
    margin-top: 30px;
}

.btnEnviar {
    color: #EEEEEE;
    background: url(https://www.mcp.es/sites/default/themes/mcp/images/bk.boton.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E6E4E4;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 50%;
    padding: 0.5em 1em;
    width: auto;
    text-decoration: none;
}

    .btnEnviar:hover {
        background: none #005D4A;
    }

.btnGrande {
    width: 150px;
    height: 80px;
    background-color: #F4A460;
    border: solid 1px #000000;
    cursor: pointer;
    margin: 17px;
}

    .btnGrande:hover {
        background-color: #999999;
    }



.btnViviendas {
    background-color: #F4A460;
    border: solid 1px #000000;
    cursor: pointer;
    float: left;
    margin: 10px;
    padding: 1.25em;
}

    .btnViviendas:hover {
        background-color: #bbbbbb;
    }



.titular {
    padding: 10px;
    float: left;
    width: 100%;
    color: #000000;
    font-size: 1.25em;
    font-weight: bold;
}




.tablaHorario tr td {
    padding: 1.25em;
}

.HorarioDia {
    width: 65px;
}

.HorarioLineaOscura td {
    background-color: #eee;
}


.flotante {
    position: absolute;
    top: 100px;
    z-index: 1000;
    width: 80%;
    left: 10%;
    border: solid 1px #000000;
    background-color: #FFFFFF;
}

.cb input {
    width: 1.25em;
    float: left;
    padding: 10px;
}

.saltodelinea {
    float: left;
    width: 100%;
    height: 1px;
}

.botonesParaIgualar {
    height: 63px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 10px;
}

.faseActivaEnProtocolo {
    border: solid 3px black;
    width: 144px;
    height: 57px;
}

b {
    font-weight: bold;
}

.enlaceEnListado {
}


.subbalance {
    float: left;
    margin-left: 5%;
    margin-bottom: 2%;
    margin-top: 2%;
    font-size: 11px;
    width: 90%;
}

    .subbalance table {
        float: left;
        width: 100%;
    }

        .subbalance table tr th {
            padding: 0.3em;
            font-weight: bold;
        }

        .subbalance table tr td {
            padding: 0.3em;
        }

.areaImagen {
}

.imagenDetalle {
    float: left;
}

    .imagenDetalle img {
        float: left;
    }

.diaConEvento {
    background-color: coral;
    vertical-align: middle;
}

.diaEnCalendario {
    vertical-align: middle;
}

.MensajeEnCampo {
    text-align: left;
    padding: 5px;
    width: 80%;
    font-size: 1em;
    color: #000;
    clear: left;
    float: left;
}

.tablaRelaciones {
    font-size: 1em;
    color: #000;
    float: left;
    width: 100%;
    clear: left;
}

    .tablaRelaciones td {
        border: solid 1px #000;
        padding: 3px;
    }



/* Asistentes */
.asistente {
    background-color: #fff;
    position: fixed;
    padding: 2em;
    text-align: left;
    z-index: 905 !important;
    border: 0.1em solid #666;
    
}

.asistentePequeño {
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    height: 50%;
    margin-top: -17%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

    .asistentePequeño .cuerpoWizard {
        height: 77%;
        margin-bottom: 1em;
    }

.botoneraWizard {
    float: right;
    margin-bottom: 1em;
}

.anularFondo {
    position: fixed !important;
    width: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    background-color: #333;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 900;
}

.tablaLisa
{
    float:left;
    clear:left;
}

.tablaLisa tr td
{
    border: 0.02em solid #333;
    padding: 0.2em;
}

.divLogo h1, .logoPortada div h1
{
    font-size: 3em;
    margin-top: 0.5em;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1em;
    font-weight: bold;
}

.chosen-container
{
    font-size:1em;
}