﻿.evo-colorind-ie {
    top: 2px !important;
}


#ContenidoAyuda {
    height: 100%;
}

.column-count {
    column-count: 2;
}


#modalAyuda {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ddd;
    box-shadow: -5px 0 8px #ddd;
    display: none;
    height: 100%;
    max-width: 850px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding-right: 10px;
    font-family: Open Sans;
    font-size: 9pt;
}

.onclick {
    cursor: pointer;
}

.tituloDetalle {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
    padding: 5px 10px;
    width: calc(100% - 22px);
    border-left: 2px solid #666;
}

ul.bloqueDetalle > li {
    line-height: 20px !important;
}

ul.bloqueDetalle {
    display: table;
    width: calc(100% - 20px);
    padding-left: 20px !important;
}

.skills {
    margin: 3px;
    padding: 5px;
    border: 1px dashed #bbb;
    display: table;
    float: left;
}



.widget-container-texto-noticia ul {
    list-style: inside !important;
    padding-left: 10px !important;
}


    .widget-container-texto-noticia ul li {
        width: 100%;
        line-height: 25px !important;
    }

/*Cookies*/
#barritacookie {
    font-size: 14px;
    background-color: #eee !important;
    border-top: 1px solid #888888 !important;
    bottom: 0 !important;
    /*max-height: 150px !important;*/
    line-height: 25px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 90 !important;
    padding: 10px !important;
}

    #barritacookie a {
        font-size: 14px !important;
        color: #444 !important;
        line-height: 20px !important;
    }

    #barritacookie p {
        font-size: 17px !important;
        color: #444 !important;
        line-height: 20px !important;
        font-family: verdana;
        margin: 0px;
    }

    #barritacookie ul {
        list-style: none;
    }

/*Fin cookies*/


a {
    color: inherit !important;
    text-decoration: inherit !important;
}

/*Detalles oferta*/

.OfertaDetalles {
    font-size: 12px;
    margin-right: 10px !important;
    display: table;
    padding: 0 5px;
    width: calc(100% - 10px);
}

    .OfertaDetalles .lineaSeparaDatosOferta {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #bbb !important;
    }

    .OfertaDetalles .botonTambien {
        padding: 5px;
        margin-left: 0px;
        color: rgb(255, 255, 255);
        background: rgb(8, 100, 171) none repeat scroll 0% 0%;
        font-weight: bold;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        text-align: center;
        font-size: 11px;
        box-shadow: 0 0 2px #444;
    }

        .OfertaDetalles .botonTambien:hover {
            background: #CEE9FD;
            color: rgb(8, 100, 171);
        }

    .OfertaDetalles .num_listado {
        line-height: 19px;
        width: 100%;
        border-width: 1px 1px 1px 0px;
        border-color: #ddd;
        border-style: solid solid solid none;
        padding: 10px;
    }

    .OfertaDetalles .parteTitulo {
        width: calc(100% - 200px);
    }

    .OfertaDetalles .parteNum {
        float: right;
        text-align: right;
        width: 200px;
    }

    .OfertaDetalles h1 {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #666;
        display: table;
        font-size: 14px;
        margin: 0 0 15px;
        max-height: 20px;
        padding: 10px;
        text-transform: lowercase;
        width: 100% /*calc(100% - 25px)*/;
    }

    .OfertaDetalles .buscador {
        background: #fff;
        margin: 0 0 15px;
        padding: 10px;
    }

    .OfertaDetalles .buscadorboton {
        margin-top: 10px;
    }


/*Fin Detalles oferta*/

/*Colores*/

.evo-pop {
    background: #fff;
    border: 1px solid #f5f5f5;
}

/*Ordenabless*/

.sortable > li .divContenido:hover .botonesCont {
    display: block;
}

.sortable .botonesCont {
    background-color: #fff;
}
/*Fin Ordenables*/
/*Formularios Editar*/
.boton_edit {
    background: rgba(0, 0, 0, 0) url("images/Icon/saveN.png") no-repeat scroll 0 0 !important;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.letraP {
    font-size: 11px;
    font-weight: normal;
}

.CssContenidos textarea, .CssContenidos input, .CssContenidos select {
    background: none;
    color: inherit;
    font-size: 10px;
    line-height: 20px;
}

.CssContenidos:hover {
    z-index: 5;
}

.menuEditar li {
    line-height: 20px;
    padding-top: 5px;
}

    .menuEditar li.sinB {
        border: none;
    }

        .menuEditar li.sinB:hover {
            border: none;
        }

    .menuEditar li:hover {
        border-bottom: 1px solid #ddd;
    }

.CssFila {
    background: #0864AB !important;
    color: #fff !important;
}

.CssBloque {
    background: gold !important;
    color: #444 !important;
    bottom: 0px;
}

.divContenido:hover .CssContenido {
    display: table !important;
}

.divContenido:hover {
    border: 1px dotted #f06464;
}


.divContenido {
    position: relative;
    border: 1px dotted transparent;
    display: table;
    width: calc(100% - 2px);
}


.CssContenido {
    border: 1px solid inherit;
    background: #444 !important;
    color: #f06464 !important;
    display: none !important;
    right: 0 !important;
    left: inherit !important;
    /*width: inherit !important;*/
    bottom: inherit !important;
    border-radius: 0px !important;
    padding: 3px !important;
    z-index: 1;
    font-size: 12px;
}


.CssContenidos .cssHeather {
    background-color: #3899ec;
    /*border-radius: 10px 10px 0 0;*/
    color: #fff;
    display: table;
    padding: 5px;
    /* width: calc(100% - 10px);*/
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height: 5%;
}

.CssContenidos .cssBody {
    display: block;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 5px 10px 5px;
    /* width: calc(100% - 10px);*/
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .CssContenidos .cssBody li {
        line-height: 30px;
    }

.CssContenidos form {
    height: 85%;
}


.CssContenidos .cssBoton {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    color: #444;
    display: table;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    width: 80%;
    cursor: pointer !important;
    margin: 10px 10% 0 10%;
}

.CssContenidos {
    font-size: 10px;
    cursor: initial !important;
    width: 100%;
    color: #444;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    clear: both;
    /*position: absolute;*/

    cursor: pointer;
    /*left:calc(50% - 125px);*/
    z-index: 4;
    /*top:-20px;*/
    height: 100%;
}



.SubBloqueOpciones,
.CabeceraBloqueOpciones {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    left: 0;
    line-height: 10px;
    opacity: 0.5;
}

.CabeceraBloqueOpciones {
    top: 100px;
}

    .SubBloqueOpciones:hover,
    .CabeceraBloqueOpciones:hover {
        opacity: 1;
    }

    .SubBloqueOpciones .OPC,
    .CabeceraBloqueOpciones .OPC {
        float: left;
        width: 20px;
        border: 1px solid #000;
        color: #444;
        padding: 3px;
        z-index: 1;
    }

.SubBloqueOpciones .OPC {
    background-color: gold !important;
}

.CabeceraBloqueOpciones .OPC {
    background-color: greenyellow !important;
}


.FilaOpciones {
    bottom: 0;
    line-height: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
}

    .FilaOpciones:hover {
        opacity: 1;
    }

    .FilaOpciones .OPC {
        float: left;
        width: 20px;
        background-color: #0864AB;
        border: 1px solid #000;
        color: #fff;
        padding: 3px;
        z-index: 1;
    }



    .FilaOpciones .opciones li, .SubBloqueOpciones .opciones li, .opciones li {
        width: 100%;
    }

        .FilaOpciones .opciones li a, .SubBloqueOpciones .opciones li a, .opciones li a {
            display: block;
            padding: 5px 10px;
        }

        .FilaOpciones .opciones li:hover, .SubBloqueOpciones .opciones li:hover, .opciones li:hover {
            background-color: #444;
            color: #fff;
        }


    .FilaOpciones .opciones, .SubBloqueOpciones .opciones, .opciones {
        /*top: -25px;
    left:5px;*/
        position: absolute;
        width: 170px;
        background-color: #f5f5f5;
        border: 1px solid #000;
        color: #444;
        z-index: 3;
        margin-top: -10px;
        font-size: 12px !important;
        text-transform: none !important;
        font-weight: bold !important;
    }

.opcionesArriba {
    top: calc(100% - 50px);
    left: -5px;
}

.opcionesAbajo {
    bottom: calc(100% - 150px);
    left: -5px;
}

.opcionesCabecera {
    bottom: calc(100% - 200px);
    left: -5px;
}


.opciones:hover {
    display: block;
}


.CssContenidosBloque li {
    line-height: 10px !important;
}

.CssContenidosBloque {
    font-size: 12px;
    color: #444;
    background-color: #fff;
    border: 1px solid #444;
    clear: both;
    padding: 3px !important;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

    .CssContenidosBloque:hover {
        opacity: 1;
    }

/*Fin Formularios Editar*/

#MenuLateral {
    margin-left: 3px;
    text-transform: uppercase;
}

    #MenuLateral > li {
        width: 100%;
        margin-bottom: 4px;
    }

        #MenuLateral > li > a {
            display: table;
            font-size: 0.8em;
            font-weight: bold;
            width: calc(100% - 10px);
            padding: 5px;
            background: #f5f5f5;
            border: 1px solid #ddd;
        }

        #MenuLateral > li:hover > ul {
            display: table;
        }

        #MenuLateral > li > ul {
            margin-top: 5px;
            width: 100%;
            font-size: 0.75em;
        }

            #MenuLateral > li > ul > li {
                width: calc(100% - 15px);
                margin-left: 15px;
                margin-bottom: 4px;
                border-bottom: 1px solid #fff;
            }

                #MenuLateral > li > ul > li::before {
                    content: "-";
                    font-size: 9px;
                    margin-right: 3px;
                }

                #MenuLateral > li > ul > li:hover {
                    border-bottom: 1px solid #f5f5f5;
                }


/*Agencias*/

.menuLateral .tit {
    display: table;
    width: 100%;
    color: #0864ab;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.menuLateral .desc {
    padding-top: 5px;
    padding-left: 15px;
    width: calc(100% - 15px);
    text-align: justify;
    display: table
}

.menuLateral {
    display: table;
    width: 100%;
    margin-bottom: 20px !important;
}

    .menuLateral li {
        padding: 5px 10px;
        width: calc(100% - 20px);
        border-bottom: 1px solid #f5f5f5;
    }


        .menuLateral li a {
            opacity: 1;
            width: 100%;
            color: #444;
            font-size: 11px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
        }

.bloqueAdd22 {
    background: gold none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    box-shadow: 2px -2px 0 rgba(0, 0, 0, 0.1);
    color: #777;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: calc(50% - 10px);
    transform: rotate(90deg);
}

.bloqueAdd2 {
    background: gold none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    height: 100%;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.ui-sortable > li {
    min-height: 50px;
}

.bloqueAdd3 {
    color: #fff !important;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    line-height: 10px;
    background-color: #444;
    text-align: center;
    display: none;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
}

.sub-bloque:hover .bloqueAdd3,
.sub-bloqueImg:hover .bloqueAdd3 {
    display: table;
}

ul.bloqueAddOpciones > li.ancho100 {
    width: calc(100% - 3px);
}

ul.bloqueAddOpciones > li.ancho50 {
    width: calc(50% - 3px);
    margin-right: 3px;
}

ul.bloqueAddOpciones > li:hover {
    border: 1px solid #bbb;
}

ul.bloqueAddOpciones > li {
    box-shadow: 0 0 5px #ddd inset;
    margin-bottom: 3px;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.bloqueOpciones {
    z-index: 4 !important;
}

.bloqueEditarContenido {
    background: #fff none repeat scroll 0 0;
    color: #444;
    height: auto;
    position: absolute;
    right: calc(50% - 200px);
    bottom: -90px;
    max-width: 400px;
}

.bloque {
    border: 1px solid transparent;
    width: calc(100% - 2px);
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}

.sortable .bloque:hover, .sortable .bloqueImg:hover, .ui-sortable > .divContenido {
    width: calc(100% - 2px);
    border: 1px solid #ddd;
    cursor: move !important;
    box-shadow: 1px 1px 15px #ddd;
}

.subbloque {
    box-shadow: 0px 0px 2px gold;
    /*border:1px dotted gold;*/
}

.sinEditar .subbloque {
    box-shadow: none !important;
    /*border:0 !important;*/
}

.bloqueImg {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



.bBoton {
    line-height: normal;
    margin: 0 auto;
    display: table;
    cursor: pointer;
    width: 100%;
}

.bBotonSpan {
    padding: 10px 15px;
    display: table;
    border-radius: 6px;
    margin: 5px;
}

.bBoton span:hover {
    opacity: .7;
    box-shadow: 0px 0px 15px #fff;
}

.bTexto {
    line-height: normal;
    width: 100%;
    display: table;
}

.bTextoHtml {
    line-height: initial !important;
}

.editarTexto {
    cursor: pointer !important;
    display: block;
}

.bImagen, .bImagenRedonda, .bImagenRedondaPoco, .bImagenRedondaMedio {
    text-align: center;
    width: 100%;
}

..bImagenRedonda, .bImagenRedondaPoco, .bImagenRedondaMedio {
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .bImagenRedonda img {
        border-radius: 800px;
    }

    .bImagenRedondaPoco img {
        border-radius: 15px;
    }

    .bImagenRedondaMedio img {
        border-radius: 50px;
    }

.sub-bloque {
    width: 100%;
    float: left;
    display: table-cell;
}

.pieAgencia {
    background: #ddd;
}

    .pieAgencia .bloque .B_titulo {
        text-align: left;
        font-size: 17px;
        font-weight: normal;
        color: #000;
    }

    .pieAgencia .bloque .B_texto {
        text-align: left;
        font-size: 15px;
        font-weight: normal;
    }



#contenido {
    margin-bottom: 0px !important;
}


.sinEditar {
    border: 0px;
    width: 100%;
}

    .sinEditar .divContenido {
        border: 0px;
        width: 100%;
    }

        .sinEditar .divContenido:hover {
            border: 0px;
        }


.pieEnlaces {
    width: 100%;
    display: table;
    text-align: right;
    font-family: monospace;
}

    .pieEnlaces a {
        color: #fff !important;
        font-weight: bold;
        text-decoration: none;
        padding: 10px;
    }

    .pieEnlaces .copyright {
        padding-right: 10px;
        font-size: 10px !important;
    }

/*Fin Agencias*/

/*Fuentes*/
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/open-sans-v13-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('/fonts/open-sans-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open-sans-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open-sans-v13-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/*Fin Fuentes*/



/*REVISADO*/


.BusOfer {
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    width: 150px;
    cursor: pointer;
    letter-spacing: 1.2pt;
}


#cabecera_home.ottom .BusOfer {
    border: 1px solid rgb(183, 55, 4);
    background-color: rgb(183, 55, 4);
    color: rgb(255, 255, 255);
}

#cabecera_home.winter .BusOfer {
    border: 1px solid #D3FFFF;
    background-color: #D3FFFF;
    color: rgb(68, 68, 68);
}

#cabecera_home.spring .BusOfer {
    background-color: #ff1351;
    border: 1px solid #fff;
    color: #fff;
}

#cabecera_home.summer .BusOfer {
    border: 1px solid #444;
    background-color: #0864ab;
    color: #fff;
}


#cabecera_home.ottom .BusOfer:hover {
    background-color: rgb(252, 206, 73);
    color: rgb(68, 68, 68);
}

#cabecera_home.winter .BusOfer:hover {
    background-color: #fff;
    color: #000;
}

#cabecera_home.spring .BusOfer:hover {
    background-color: #fff;
    color: #000;
}

#cabecera_home.summer .BusOfer:hover {
    background-color: #fff;
    color: #0864ab;
}

.ul-resp {
    display: table;
    width: 100%;
}

/*Listado FORMACION*/
#cabecera_home.formacion .BusOfer:hover {
    background-color: #303632;
    color: #fff;
}

#cabecera_home.formacion .BusOfer {
    border: 1px solid #40664d;
    background-color: #7EA660;
    color: #fff;
}

#cabecera_home.formacion .busqueda {
    border: 1px solid #40664d;
}

#cabecera_home.formacion {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/formacion.jpg") repeat scroll 0 0;
}
/*Fin FORMACION*/


/*Listado Agencias*/
#cabecera_home.listAgencias .BusOfer:hover {
    background-color: #081406;
    color: #fff;
}

#cabecera_home.listAgencias .BusOfer {
    border: 1px solid #65761A;
    background-color: #65761A;
    color: #fff;
}

#cabecera_home.listAgencias .busqueda {
    border: 1px solid #65761A;
}

#cabecera_home.listAgencias {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/agencias.jpg") repeat scroll 0 0;
}
/*Fin Listado Agencias*/


#cabecera_home.ottom {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/otom.jpg") repeat scroll 0 0;
}

#cabecera_home.winter {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/winter.jpg") repeat scroll 0 0;
}

#cabecera_home.spring {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/spring.jpg") repeat scroll 0 0px;
}

#cabecera_home.summer {
    background: rgba(0, 0, 0, 0) url("https://software.gestionandote.com/Content/images/banners/verano.jpg") repeat scroll 0 0;
}

#cabecera_home.ottom .busqueda {
    border: 1px solid rgb(183, 55, 4);
}

#cabecera_home.winter .busqueda {
    border: 1px solid #D3FFFF;
}

#cabecera_home.spring .busqueda {
    border: 1px solid #FF1351;
}

#cabecera_home.summer .busqueda {
    border: 1px solid #0864ab;
}



#cabecera_home .busqueda {
    font-size: 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 10px;
}

#cabecera_home {
    border-bottom: 1px solid #ddd;
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin-top: 57px;
    width: 100%;
}

#contenido {
    background: #fff none repeat scroll 0 0 !important;
    float: left;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
}

.cabecera {
    background: #0864ab none repeat scroll 0 center;
    min-height: 60px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

/*FIN REVISADO*/

/*PAGINACION*/

.listado_item .paginacion:hover {
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.listado_item .paginacion {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-family: monospace;
}

    .listado_item .paginacion .actual {
        padding: 5px;
        font-weight: bold;
        color: #fff;
        background-color: #0864AB;
    }

    .listado_item .paginacion .id_usuario {
        padding: 5px;
        background-color: #fff;
        font-weight: bold;
    }

        .listado_item .paginacion .id_usuario a {
            color: #777 !important;
        }

    .listado_item .paginacion > ul {
        display: table;
        padding: 10px;
        width: calc(100% - 20px);
    }

/*FIN PAGINACION*/



/*Formularios*/
ul.formulario li.noheight {
    min-height: 0px;
}

ul.formulario > li > ul > li {
    min-height: 25px;
}

ul.formulario {
    padding: 0px;
    width: 100%;
    display: table;
    line-height: 2em;
}

.listadoCheck {
    margin-top: 10px;
    display: table;
    border: 1px solid #ddd;
}

    .listadoCheck > li.cuerpo {
        padding: 5px;
    }

    .listadoCheck > li.titulo p {
        margin: 0;
        padding: 5px;
        color: #fff;
        font-weight: bold;
    }

    .listadoCheck > li.titulo {
        padding: 0px;
        background: url("images/gradient2.png") repeat-x scroll 0 -0px #696969;
    }
/*FIN FORMULARIOS*/

/*Cajas ofertas*/
.widget_imagen {
    padding: 5px;
    display: table;
}

    .widget_imagen img {
        max-width: 100px !important;
        max-height: 70px !important;
    }

.widget_fecha .dia {
    font-size: 45px;
    line-height: 45px;
}

.widget_fecha .mes_ano {
    font-family: verdana;
    /*font-size:10px;*/
    font-size: 0.75em;
    font-weight: bold !important;
    line-height: 10px;
    margin-left: 5px;
}

.widget_fecha {
    /*font-size:10px;*/
    font-size: 0.75em;
    color: #444;
}

.widget_poblacion {
    /*font-size:10px;*/
    font-size: 0.75em;
    color: #888;
}

    .widget_poblacion li {
        text-transform: uppercase;
        font-weight: bold !important;
    }


.widget_organizacion {
    /*font-size:12px;*/
    font-size: 0.9em;
    color: #0864ab;
    padding: 5px;
}

.widget_observaciones {
    font-style: italic;
    /*font-size:11px;*/
    font-size: 0.9em;
    color: #666;
    display: table;
    padding: 5px;
    width: calc(100% - 10px);
}
/*Fin cajas ofertas*/

/*Fin estilos Noticias*/
.widget-container-item-noticias {
    padding: 5px 5px 5px 20px;
    background-color: #fff;
    font-family: Verdana;
    font-size: 11px;
    display: table;
    width: calc(100% - 27px);
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}

    .widget-container-item-noticias:hover {
        border: 1px solid #cccccc;
    }


    .widget-container-item-noticias > ul {
        width: 100%;
    }

    .widget-container-item-noticias h2 {
        font-size: 20px;
        margin-top: 0.3em;
        font-weight: bold;
        line-height: 1;
    }

        .widget-container-item-noticias h2 a {
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 30px;
        }

    .widget-container-item-noticias div.widget-container-fecha {
        border-top: 1px dotted #666666;
        border-bottom: 1px dotted #666666;
        color: #646464;
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        display: table;
        width: 100%;
    }

    .widget-container-item-noticias div.widget-container-entradilla {
        padding: 15px 5px 5px 20px;
        color: #3c3d3c;
        font-family: Verdana;
        font-size: 11px;
        display: table;
        width: 95%;
    }

    .widget-container-item-noticias div.widget-container-texto-noticia {
        padding: 15px 5px 5px 5px;
        color: #000000;
        font-family: Verdana;
        font-size: 11px;
        display: table;
        width: 98%;
    }

/*Fin estilos Noticias*/


/*Menu desplegar*/
.btn-navbar .icon-bar, .btn-navbargris .icon-bar, .btn-navbarazul .icon-bar {
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}

.icon-bar + .icon-bar {
    margin-top: 3px;
}

.btn-navbar {
    margin-top: 10px;
    cursor: pointer;
    background-color: #A1D0FF;
    background-image: linear-gradient(to bottom, #A1D0FF, #A1D0FF);
    border: 1px solid #A1D0FF;
}

.btn-navbargris {
    margin-top: 10px;
    cursor: pointer;
    background-color: #ddd !important;
    background-image: linear-gradient(to bottom, #ddd, #ddd) !important;
    border: 1px solid #ddd !important;
}

.btn-navbarazul {
    margin-top: 10px;
    cursor: pointer;
    background-color: #0864ab !important;
    background-image: linear-gradient(to bottom, #0864ab, #0864ab) !important;
    border: 1px solid #0864ab !important;
}


#detalle_pagina_portal li {
    float: none !important;
}

canvas {
    border: 1px solid #666666;
}


/*TABLAS*/
table.table_create {
    border: 1px solid #888;
    border-top: none;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    margin-bottom: 10px;
    color: #888;
}

    table.table_create > tbody > tr > td {
        padding: 10px;
    }

    table.table_create > caption .caption {
        padding: 5px;
    }

    table.table_create > caption {
        max-height: 35px;
        color: #444;
        font-size: 1.2em;
        text-align: left;
        font-weight: bold;
        border: 1px solid #888;
        background: url("images/gradient.png") repeat-x scroll 0 -51px #3399FF;
        text-transform: uppercase;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
    }

/*FIN TABLAS*/
.List > li > ul > li {
    margin-top: 5px;
}

.ancho1024 {
    display: table;
    margin: 0 auto;
    text-align: left;
    max-width: 1024px;
    width: 100%;
}



a {
    color: #333;
}

    a:hover {
        text-decoration: none;
    }





body {
    color: #444;
    font-family: Verdana;
    font-size: 9pt;
    line-height: 1em;
    /* text-align: center;*/
    margin: 0;
    padding: 0;
}

.widget-container-item {
    font-size: 12px;
    font-family: Verdana;
}

    .widget-container-item h2 {
        padding: 0 5px !important;
        margin: 0 !important;
    }

    .widget-container-item .listado_hover a img {
        display: none;
    }

    .widget-container-item .listado_hover:hover a img {
        display: table;
    }




/*ListadoAgenciasRedes*/
#ListadoAgenciasRedesGlobal .barraBusquedaAgenciasRedes {
    text-align: left;
    font-size: 12px;
    border: 1px solid #9ccdff;
    background-color: white;
    border-radius: 4px;
    height: 50px;
    margin: 5px;
    padding: 5px;
}

#ListadoAgenciasRedesGlobal div.comunidadAgenciasRedes {
    text-align: left;
    font-size: 14px;
    background-color: #9ccdff;
    border-radius: 4px;
    height: 30px;
    margin: 5px;
    padding: 5px;
}

    #ListadoAgenciasRedesGlobal div.comunidadAgenciasRedes a {
        text-align: left;
        color: white;
        font-weight: bold;
        text-decoration: none;
        display: block;
        padding: 4px 0 0 0;
    }

#ListadoAgenciasRedesGlobal div.provinciaAgenciasRedes {
    text-align: left;
    font-size: 14px;
    height: 40px;
    margin-left: 25px;
}

    #ListadoAgenciasRedesGlobal div.provinciaAgenciasRedes a {
        text-align: left;
        color: #b7b7b7;
        font-weight: bold;
        text-decoration: none;
        display: block;
        padding: 8px 0 0 0;
    }

#ListadoAgenciasRedesGlobal div.poblacionAgenciasRedes {
    text-align: left;
    font-size: 12px;
    height: 40px;
    margin-left: 50px;
}

    #ListadoAgenciasRedesGlobal div.poblacionAgenciasRedes a {
        text-align: left;
        color: #9d9d9d;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        display: block;
        padding: 8px 0 0 0;
    }

#ListadoAgenciasRedesGlobal div.residenciaAgenciasRedes {
    text-align: left;
    min-height: 80px;
    border: 1px solid #cccccc;
    margin: 10px;
    padding: 10px;
}

    #ListadoAgenciasRedesGlobal div.residenciaAgenciasRedes h2 {
        font-size: 1.1em;
    }

/*FinListadoAgenciasRedes*/



/* Estilos Migas de Pan */

li.migasPan {
    background-color: #E6EEEE;
    border: 1px solid #DDDDDD;
}

    li.migasPan ul li div {
        color: #AAAAAA;
        font-weight: bold;
        /*   margin-left: 1em;*/
    }


        li.migasPan ul li div a {
            font-size: 10px;
            font-weight: bold;
            color: #AAAAAA;
            line-height: 200%;
            text-decoration: none;
        }

/*Fin estilos Migas de Pan*/

/*MIgas de pan*/


#migas_pan li {
    line-height: 30px;
    text-transform: capitalize;
    margin-left: 15px;
}

#migas_pan a {
    color: #444;
}

#migas_pan {
    min-height: 10px;
    border-bottom: 3px solid #B5DAFF;
    margin-bottom: 5px;
    min-height: 36px;
    position: relative;
    width: 100%;
    line-height: 30px;
    color: #444;
    font-weight: bold;
}



/*navNuevo*/

#MenuHorBot {
    display: none;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 200;
}

    #MenuHorBot > div {
        border-bottom: 10px double #fff;
        border-top: 3px solid #fff;
        content: "";
        height: 4px;
        width: 30px;
    }

.MenuHorizontalLateral a {
    color: #444 !important;
}

#MenuLateral.MenuHorizontalLateral {
    display: none;
    position: fixed;
    top: 50px;
    z-index: 200;
    background: #fff;
}

    #MenuLateral.MenuHorizontalLateral li {
        background: #fff;
    }

.botonNav {
    margin-left: 35px !important;
    margin-right: 10px !important;
}

    .botonNav a {
        background-color: #fff;
        border-radius: 6px;
        display: table;
        font-family: verdana !important;
        font-size: 0.9em;
        font-weight: bold;
        margin: -6px;
        padding: 7px 10px;
        text-align: center;
        color: transparent !important;
    }

#navNuevoPeq {
    display: none;
}

#navNuevo {
    font-family: "open sans";
    margin: 0 auto;
    font-size: 13px;
    /*width:calc(100% - 20px)*/
}

    #navNuevo li {
        float: left;
        position: relative;
        list-style: none;
        margin-left: 20px;
    }

    /*#navNuevo > li::before { content: "#"; color: #fff; font-size: 10px;margin-right:3px }*/

    /* main level link */
    #navNuevo a {
        text-decoration: none;
        /*display: block;	*/
        color: #fff !important;
    }

    /* dropdown */
    #navNuevo li:hover > ul {
        display: block;
        z-index: 3;
    }


    /* level 2 list */
    #navNuevo ul {
        display: none;
        width: 200px;
        position: absolute;
        top: 18px;
        left: 0;
        box-shadow: 0 0 3px rgba(255,255,255, 1);
        background: #fff none repeat scroll 0 0 !important;
    }


        #navNuevo ul li a {
            line-height: 30px;
            color: #444 !important;
        }

        #navNuevo ul li:hover {
            border-bottom: 1px solid #ddd;
        }


        #navNuevo ul li {
            line-height: 30px;
            text-align: left !important;
            width: calc(100% - 10px);
            float: none;
            margin: 0;
            padding: 0;
            padding-left: 10px;
        }

        /* level 3+ list */
        #navNuevo ul ul {
            left: 181px;
            top: -3px;
        }


#navNuevo {
    display: table;
}

* html #navNuevo {
    height: 1%;
}

/*fin navNuevo*/



/*NAV*/

#nav {
    font-family: Arial;
    margin: 0;
    padding: 0px 6px 0;
    line-height: 100%;
}

    #nav li {
        margin: 0 5px;
        /*	padding: 0 0 8px;*/
        float: left;
        position: relative;
        list-style: none;
        /*z-index:3;*/
    }


    /* main level link */
    #nav a {
        border: 1px solid transparent;
        font-weight: bold;
        color: white !important;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

    #nav li a {
        margin-top: 9px;
    }

    #nav a:hover {
        background: #000;
        color: #fff;
    }

    /* main level link hover */
    #nav .current a, #nav li:hover > a {
        background-color: #888;
        color: #fff;
        border: solid 1px white;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 10px white;
        -moz-box-shadow: 0px 0px 10px white;
        box-shadow: 0px 0px 10px white;
    }

    /* sub levels link hover */
    #nav ul li:hover a, #nav li:hover li a {
        background: none;
        border: none;
        color: #666;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    #nav ul a:hover {
        background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
        color: #fff !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        text-shadow: 0 1px 1px rgba(0,0,0, .1);
    }

    /* dropdown */
    #nav li:hover > ul {
        display: block;
        z-index: 3;
    }

    /* level 2 list */
    #nav ul {
        display: none;
        margin: 0;
        padding: 0;
        width: 200px;
        position: absolute;
        top: 35px;
        left: 0;
        background: #ddd url(images/gradient.png) repeat-x 0 0;
        border: solid 1px #b4b4b4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
        box-shadow: 0 1px 3px rgba(0,0,0, .3);
    }

        #nav ul li {
            float: none;
            margin: 0;
            padding: 0;
        }

        #nav ul a {
            font-weight: normal;
            text-shadow: 0 1px 0 #fff;
        }

        /* level 3+ list */
        #nav ul ul {
            left: 181px;
            top: -3px;
        }

        /* rounded corners of first and last link */
        #nav ul li:first-child > a {
            -webkit-border-top-left-radius: 9px;
            -moz-border-radius-topleft: 9px;
            -webkit-border-top-right-radius: 9px;
            -moz-border-radius-topright: 9px;
        }

        #nav ul li:last-child > a {
            -webkit-border-bottom-left-radius: 9px;
            -moz-border-radius-bottomleft: 9px;
            -webkit-border-bottom-right-radius: 9px;
            -moz-border-radius-bottomright: 9px;
        }

    /* clearfix */
    #nav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#nav {
    display: inline-block;
    /*line-height: 30px;*/
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}


/*ANCHOS*/


.anchoauto {
    width: auto;
}

.anchoresto2 {
    width: 1%;
}

.ancho14 {
    width: 14%;
}

.ancho15 {
    width: 15%;
}

.ancho25 {
    width: 25%;
}

.ancho29 {
    width: 29%;
}

.ancho85 {
    width: 85%;
}

.ancho84 {
    width: 84%;
}

.ancho60 {
    width: 60%;
}

.ancho65 {
    width: 65%;
}

.ancho66 {
    width: 66%;
}

.ancho80 {
    width: 80%;
}

.ancho5 {
    width: 5%;
}

.ancho10 {
    width: 10%;
}

.ancho50 {
    width: 50%;
}

.ancho45 {
    width: 45%;
}

.ancho49 {
    width: 49%;
}

.ancho30 {
    width: 30%;
}

.ancho33 {
    width: 33%;
}

.ancho35 {
    width: 35%;
}

.ancho39 {
    width: 39%;
}

.ancho19 {
    width: 19%;
}

.ancho20 {
    width: 20%;
}

.ancho14 {
    width: 14%;
}

.ancho12 {
    width: 12%;
}

.ancho1 {
    width: 1%;
}


.ancho20px {
    width: 20px;
}

.ancho70 {
    width: 70%;
}

.ancho75 {
    width: 75%;
}

.ancho40 {
    width: 40%;
}

.anchoDes {
    width: 150px;
}

.anchoFecha {
    font-size: 1.0em;
    width: 60px;
}

.ancho100 {
    width: 100%;
}

.ancho99 {
    width: 99%;
}

.ancho95 {
    width: 95%;
}

.ancho5 {
    width: 5%;
}

.ancho90 {
    width: 90%;
}

.ancho98 {
    width: 98%;
}

.ancho25px {
    width: 25px;
}

.anchoBot {
    width: 20px;
}


/*Quitar stylo listados*/


ul.noUL {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

    ul.noUL > li {
        float: left;
        line-height: 20px;
    }


#modal ul {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

    #modal ul li {
        float: left;
        line-height: 20px;
    }

#modal1 ul {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

    #modal1 ul li {
        float: left;
        line-height: 20px;
    }

.noAllUL ul {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

    .noAllUL ul li {
        float: left;
        line-height: 20px;
    }

.noAllULCab ul li {
    line-height: 25px !important;
    text-align: center !important;
    padding: 0;
}

.centrado {
    text-align: center !important;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
    background: #444 none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    color: #fff;
    padding: 10px 0;
    position: relative !important;
    width: 100%;
}

.nav-footer {
    position: relative;
    _height: 1px;
    /*margin:0 200px;*/
    text-align: center;
    clear: both;
}

    .nav-footer ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .nav-footer li {
        background: none;
        display: inline;
        border-right: 1px dotted #686868;
        padding: 0 10px;
        float: none !important;
    }

        .nav-footer li.first {
            border-left: 1px dotted #686868;
        }

.copyright {
    color: #fff;
    font-size: .8em;
    clear: both;
}

.nav-footer a:link,
.nav-footer a:visited {
    color: #fff;
}






.cabecera2 {
    background: url("images/gradient.png") repeat-x scroll 0 -51px #3399FF;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    /*min-height: 60px;
position:relative;
text-align: left;*/
    min-height: 45px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #AAAAAA;
}

#content-main-home {
    background-color: White;
    min-height: 500px;
    margin-top: 65px;
}

.content-container {
    position: relative;
    display: table;
    width: 100%;
}

.content-container-inner {
    _height: 1px;
    min-height: 1px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.content-main {
    padding: 0px 0px 0px 0px;
    position: relative;
    min-height: 600px;
    _height: 1px;
    float: inherit;
    width: 100%;
}


.content-right {
    padding: 15px 10px 20px 10px;
    float: left;
    width: 0px;
    position: relative;
}

table {
    border-spacing: 0;
    text-align: left;
}

.tabla_head > tbody > tr > td {
    height: 40px;
}

table td {
    vertical-align: middle;
}



#menu_agencias {
    background: url("images/gradient.png") repeat-x scroll 0 -51px #ddd;
}

a.boton_menu_home {
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bolder;
    height: 20px;
    line-height: 32px;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
}


.sign {
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background: url("images/gradient2.png") repeat-x scroll 0 0 gold;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: helvetica;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 30px;
    max-width: 250px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}


.titulo_home {
    color: white;
    font-family: helvetica;
    font-size: 1.1em;
    font-weight: bold;
    background: url("images/gradient.png") repeat-x scroll 0 -81px black;
    min-height: 40px;
    margin-top: -40px;
    vertical-align: middle;
    line-height: 40px;
}

.titulo_home_1 {
    color: #444;
    font-family: 'Limelight',cursive;
    font-size: 2.8em;
    font-weight: bold;
    padding-left: 30px;
    text-transform: uppercase;
    line-height: 36px;
}

/* Inicio Estilos Ofertas de Empleo*/
.cabeceraOferta {
    color: #BBBBBB;
    font-size: 1.8em;
    font-family: verdana;
    text-align: center;
    border: 2px solid #E5E5E3;
    /* height: 2em;*/
    line-height: 200%;
    text-transform: uppercase;
}

.lineaSeparaDatosOferta {
    border-top: 2px solid #E5E5E3;
}

.cabeceraSeccionOferta {
    border: 1px solid #E5E5E3;
    background: url("images/gradient.png") repeat-x scroll 0 -72px #3399FF;
    color: #FFFFFF;
    font-size: 1.5em;
    height: 2em;
    line-height: 200%;
}

    .cabeceraSeccionOferta h2 {
        margin-left: 1em;
        text-transform: uppercase;
    }

#filtrosTexto span {
    padding: 5px;
}



.filtrosOferta {
    line-height: 100%;
}

#Filtros.filtrosOferta ul {
    margin: -2px 5px 10px 5px;
}

table.tabla_ofertas tr th,
table.tabla_ofertas tr td {
    line-height: 2em;
}
/* Fin Estilos Ofertas de Empleo*/

/* Menú vertical desplegable
----------------------------------------------- */
#menuPortalP {
    padding: 2%;
    width: 96%;
}

    #menuPortalP a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        #menuPortalP a:hover {
            text-decoration: underline;
        }


#firstpane, #menuSuperior {
    top: 95px;
    line-height: 20px;
    overflow: auto;
    position: fixed;
    height: -moz-calc(100% - 150px); /* Firefox */
    height: -webkit-calc(100% - 150px); /* Chrome, Safari */
    height: calc(100% - 150px); /* IE9+ and future browsers */
    font-size: 11px;
    margin-right: 5px;
    width: calc(30% - 7px);
    border-right: 2px solid #f5f5f5;
    box-shadow: 0 0 5px #f5f5f5;
}

#firstpane {
    line-height: 25px;
    width: 100%;
}

.bordelateral {
    border-left: 10px solid #b5daff;
    margin-left: -10px;
    padding-left: 10px;
}

.menu_paginas {
    width: inherit !important;
}

    .menu_paginas .menu_head {
        border-bottom: 6px double #b5daff;
        color: #000000;
        cursor: pointer;
        font-weight: bold;
        margin: 1px 0;
        padding: 5px 0;
        position: relative;
        width: 98%;
    }

    .menu_paginas .menu_body a {
        display: block;
        color: #444; /* Color de los enlaces */
        padding-left: 10px;
        font-weight: bold;
        text-decoration: none;
    }



.menu_list {
    width: 100%;
    text-align: left;
}

.sub_menu_head {
    border-bottom: 0px !important;
    border-top: 1px solid #C6E3FF;
    padding-left: 10px !important;
    color: #444 !important;
}

.sub_menu_body {
    padding-left: 30px !important;
}

.menu_head {
    border-bottom: 1px solid #c6e3ff;
    color: #fff !important;
    cursor: pointer;
    display: table;
    float: right;
    font-weight: bold;
    margin: 1px 0;
    padding: 4px 10px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}





.menu_body > .menu_head {
    margin-left: 10px;
}

.menu_body > .menu_body {
    margin-left: 20px;
}




.menu_body {
    display: none;
}


    .menu_body a {
        border-left: 1px solid #C6E3FF;
        margin: 0 0 0 10px;
        display: block;
        color: #fff; /* Color de los enlaces */
        padding-left: 5px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu_body p a {
        margin: 0px;
        padding: 0px;
        border: 0;
    }

    .menu_body p {
        border-left: 1px solid #C6E3FF;
        margin: 0 0 0 10px;
        color: #fff; /* Color de los enlaces */
        padding-left: 5px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

/*Fin menu*/


.scroll {
    height: expression( this.scrollHeight > 149 ? "150px" : "auto" );
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*Filtros*/

#Filtros {
    display: table;
    width: 100%;
}

    #Filtros > ul.seleccionActual {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 1px solid #ddd;
        padding: 5px;
        margin: 5px;
        width: calc(100% - 20px);
        text-transform: uppercase;
    }

    #Filtros ul.seleccionActual > a > li.enlace {
        border: 1px solid transparent;
    }

        #Filtros ul.seleccionActual > a > li.enlace:hover {
            background: #FDF8EA;
            border: 1px solid #ff6a73;
        }

    #Filtros ul.seleccionActual li.enlace:hover, #Filtros ul.seleccionActual li.enlace:hover span {
        color: #ff6a73;
    }



    #Filtros ul.seleccionActual > li.titulo {
        margin-top: 0px;
        color: #444;
    }

    #Filtros > ul {
        border-bottom: 1px solid #eee;
        display: table;
        width: calc(100% - 30px);
        padding: 10px;
        padding-right: 20px;
    }

    #Filtros ul li > span {
        text-transform: uppercase;
    }

    #Filtros ul li {
        padding: 0px;
        display: table-cell;
        font-size: 10px;
        line-height: 15px;
    }

    #Filtros ul > li.titulo {
        margin-bottom: 5px;
        margin-top: 10px;
        color: #0864AB;
        font-size: 11px;
    }

    #Filtros ul li.enlace:hover {
        background: #f5f5f5;
    }

        #Filtros ul li.enlace:hover a {
            color: #0864AB;
        }



    #Filtros ul li.enlace {
        width: calc(100% - 6px);
        padding: 3px;
    }

        #Filtros ul li.enlace > span:before {
            content: ' - ';
        }

        #Filtros ul li.enlace > span {
            margin-left: 5px;
        }

    #Filtros a {
        color: #000;
        text-decoration: none;
    }

    #Filtros .Num {
        font-size: 10px !important;
    }

/*Fin Filtros*/


.Num {
    color: #666;
    font-family: monospace;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
}


/*TOOLTIP*/

a.Ntooltip {
    color: #0080C0 !important;
    font-weight: bold !important;
    outline: medium none;
    position: relative;
    text-decoration: none !important;
}

    a.Ntooltip:hover {
        outline: medium none;
        z-index: 999;
    }

    a.Ntooltip > span {
        display: none;
        outline: medium none;
        text-transform: none;
    }

    a.Ntooltip:hover > span {
        filter: alpha(opacity=90);
        opacity: .9;
        background-color: YellowGreen;
        border: 1px solid #444;
        padding: 5px 30px 5px 30px;
        color: #444;
        display: block;
        left: -150px;
        outline: medium none;
        position: absolute;
        top: 2em;
        width: 300px;
        -webkit-box-shadow: 0px 0px 19px black;
        -moz-box-shadow: 0px 0px 19px black;
        box-shadow: 0px 0px 19px black;
        -moz-border-radius: 0px 5px 5px 5px;
        -webkit-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
    }

/*NAV Listados2*/

#nav_listados2 {
    margin: 0;
    padding: 3px 3px 0;
    line-height: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

    #nav_listados2 li {
        margin: 0 5px;
        float: left;
        position: relative;
        list-style: none;
    }


    /* main level link */
    #nav_listados2 a {
        font-weight: bold;
        color: #444;
        text-decoration: none;
        display: block;
        padding: 2px 2px;
        margin: 0;
        font-size: 1.1em;
    }



    /* dropdown */
    #nav_listados2 li:hover > ul {
        display: block;
        z-index: 3;
    }

    /* level 2 list */
    #nav_listados2 ul {
        display: none;
        margin: 0;
        padding: 0;
        width: 250px;
        position: absolute;
        top: 30px;
        left: 0px;
        background: #ddd url(images/gradient.png) repeat-x 0 0;
        border: solid 1px #b4b4b4;
    }

        #nav_listados2 ul li {
            float: none;
            margin: 0;
            padding: 0;
        }

        #nav_listados2 ul a {
            color: #444;
        }

        /* level 3+ list */
        #nav_listados2 ul ul {
            left: 100px;
            width: 450px;
            top: 10px;
        }

    /* clearfix */
    #nav_listados2:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#nav_listados2 {
    display: inline-block;
    /*line-height: 30px;*/
}

html[xmlns] #nav_listados2 {
    display: block;
}

* html #nav_listados2 {
    height: 1%;
}

    #nav_listados2 > li > ul li:hover > a {
        background: url("images/gradient2.png") repeat-x scroll 0 0 #3399FF;
        color: #444;
    }

.derecha {
    float: right;
    text-align: right;
}

.negrita {
    font-weight: bold;
}


.inline {
    display: inline;
}

.none, .noneform {
    display: none;
}


.clear {
    clear: both;
}



.buscadorboton {
    background: url("images/Icon/find.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    /*  margin-left: 5px;
    margin-right: 20px;*/
}

input.boton_enviar {
    height: auto !important;
}

.boton {
    line-height: 13px !important;
}
/*.boton_enviar,.boton{
 background: url("images/gradient2.png") repeat-x scroll 0 0 gold !important;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #444444 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height:25px;
    max-width: 250px;
    padding: 5px 15px;
    text-decoration: none !important;
    text-transform:uppercase;
}*/
.boton_enviar, .boton {
    background: #0864ab;
    border: 1px solid #DDDDDD;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    max-width: 250px;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.id_usuario {
    padding: 3px;
    background-color: #434E54;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: White;
    margin: 5px;
}

    .id_usuario a {
        text-decoration: none !important;
        color: White !important;
    }

/*#loading {
    padding: 10px;
    text-align: left;
    background: none repeat scroll 0 0 firebrick;
    color: white;
    height: 15px;
    font-size: 1.2em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}*/

.consola_json {
    background: url("images/gradient.png") repeat-x scroll 0 -73px gold;
    border-top: 1px solid #888888;
    bottom: 0;
    color: #444;
    font-family: Verdana;
    font-size: 0.9em;
    height: 35px;
    left: 0;
    line-height: 17px;
    overflow: auto;
    padding: 3px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 2;
}



.cabecera_portal {
    padding: 3% 0 0 3%;
    width: 94%;
    margin-bottom: 10px;
}

    .cabecera_portal div {
        float: left;
    }

    .cabecera_portal > .imagen {
        text-align: center;
    }

        .cabecera_portal > .imagen > img {
            max-width: 280px;
        }


    .cabecera_portal > .texto > .titulo {
        color: #444;
        font-family: monospace;
        font-size: 2.9em;
        font-weight: bold;
        width: 100%;
        line-height: 1.01em;
    }

    .cabecera_portal > .texto > .subtitulo {
        color: #888;
        font-family: monospace;
        font-size: 1.5em;
        font-weight: bold;
        width: 100%;
        line-height: 1.5em;
    }

.re-pintar {
    background-color: #0864ab;
    width: 100%;
    border-top: 1px solid #0864ab;
    border-bottom: 1px solid #0864ab;
}

    .re-pintar a {
        width: 100%;
        line-height: 30px;
        color: #fff !important;
        font-weight: bold;
        text-decoration: none;
        display: table;
    }

.ul-i-libre {
    display: table;
}

.ul-i-1 {
    width: 99%;
}

.ul-i-7 {
    width: 70%;
}

.ul-i-29 {
    width: 29%;
}

.ul-i-28 {
    width: 28%;
}

.ul-i-r {
    width: 1%;
}

.ul-i-4 {
    width: 40%;
}

.ul-i-5 {
    width: 50%;
}

.ul-i-2 {
    width: 20%;
}

.ul-i-8 {
    width: 80%;
}

.ul-i-63-75 {
    width: 63.75%;
}

.ul-i-36-25 {
    width: 36.25%;
}


#list_cand {
    min-height: 360px;
}


.bTextoHtml {
    line-height: inherit;
    text-align: inherit;
    text-transform: none;
}

    .bTextoHtml ul {
        margin: 12px 0px;
        padding-left: 40px;
        width: calc(100% - 40px);
        list-style: initial;
    }

        .bTextoHtml ul li {
            float: inherit;
        }




/* Default styles first then media queries */
@media screen and (max-width: 800px) {

    .column-count {
        column-count: 1;
    }

    img {
        max-width: calc(100vw - 75px) !important;
    }
    /* html {
        font-size: 11px ;
    }*/

    .m-i-90 {
        width: 90% !important;
    }

    #navNuevo {
        float: left;
    }

    #list_cand {
        min-height: inherit !important;
    }

    #imagenLogo {
        margin-left: 0px !important;
        margin-right: 0px !important;
        line-height: 0;
        display: flex;
    }

        #imagenLogo:first-child {
            justify-content: center;
        }

            #imagenLogo img {
                max-height: 30vh !important;
            }

    li.subbloqueSeparar {
        padding-top: 10px;
    }

    .bTextoSeparar {
        padding-left: 5px;
    }

    .pieAgencia .sub-bloque {
        margin-top: 20px;
    }

    .bTexto {
        font-size-adjust: auto;
    }

    .OfertaDetalles {
        font-size: 12px;
    }

    .pieAgencia .bTexto {
        text-align: center !important;
    }

    .pieAgencia .bBoton span {
        margin: auto;
    }

    .pieAgencia .bImagen > span {
        float: inherit !important;
    }

    .bTexto {
        line-height: 1.4em !important;
    }


    .ul-i-1, .ul-i-7, .ul-i-29, .ul-i-28, .ul-i-5, .ul-i-2, .ul-i-8, .ul-i-4, .ul-i-63-75, .ul-i-36-25 {
        width: 100% !important;
    }

    .ul-i-r {
        width: 1%;
    }

    .sub-bloque {
        width: calc(100% - 20px) !important;
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px 5px !important;
    }


    .menuMedioPortal, .menuTopPortal, .migasPan {
        display: none !important;
    }

    .menuMedioPortalP, .re-pintar {
        display: table !important;
    }

    .re-no-pintar {
        display: none;
    }

    .re-no-pintarS {
        display: none;
    }

    .re-pintarS {
        display: inherit;
    }

    #migas_pan {
        border-bottom: 3px solid #b5daff;
        color: #444;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 5px;
        min-height: 36px;
        position: relative;
        width: 100%;
    }

    .ui-dialog {
        height: 98% !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 98% !important;
    }

    #modal {
        height: 93% !important;
        width: 93% !important;
    }

        #modal ul li {
            width: 99%;
        }

    .consola_json {
        position: relative !important;
    }

    #firstpane, #menuSuperior {
        position: relative !important;
        width: 100% !important;
        top: auto;
    }

    .cabecera2 {
        position: absolute;
    }

    .bordelateral {
        border-left: 0 !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    #navNuevoPeq {
        display: table;
    }

    #navNuevo {
        display: none;
    }

        #navNuevo li {
            width: 99%;
        }

    #MenuHorBot {
        display: block !important;
        background: #888;
        padding: 10px;
        top: 0px;
        right: 0px;
        border-radius: 10px;
        border: 1px solid #fff;
    }

    #MenuLateral {
        display: none;
    }
}

@media (max-width: 623px) {
    /*  html {
        font-size: 8px;
    }*/
}

@media screen and (min-width: 801px) {

    .ul-i-1 {
        width: 100%;
    }

    .ul-i-7 {
        width: 70%;
    }

    .ul-i-29 {
        width: 29%;
    }

    .ul-i-28 {
        width: 28%;
    }

    .ul-i-r {
        width: 1%;
    }

    .ul-i-4 {
        width: 40%;
    }

    .ul-i-5 {
        width: 50%;
    }

    .ul-i-2 {
        width: 20%;
    }

    .ul-i-8 {
        width: 80%;
    }

    .ul-i-63-75 {
        width: 63.75%;
    }

    .ul-i-36-25 {
        width: 36.25%;
    }

    .re-pintarS {
        display: none;
    }

    .re-no-pintarS {
        display: inline !important;
    }

    .menuMedioPortal, .menuTopPortal, .migasPan, .re-no-pintar {
        display: table !important;
    }

    .menuMedioPortalP {
        display: none !important;
    }

    .re-pintar {
        display: none;
    }

    .consola_json, #firstpane {
        position: fixed;
    }
}
