/* Cookie bar */
#overlay {
    background: #000 !important;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background: #000 !important;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cookie-bar {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 10px;
    width: 50% !important;
    z-index: 9999 !important;
    position: fixed;
    top: 250px;
    left: 0;
    outline: 0;
    transform: translateX(50%);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8em;
    border-radius: 5px;
    border: solid #777 1px;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar p {
    margin: 0;
    padding: 10px 0 10px 0;
    color: #333;
}

#cookie-bar a {
    display: inline-block;
    text-decoration: underline;
    color: #c9030a;
}

#cookie-bar a:hover {
    text-decoration: none;
}

#cookie-bar .cb-enable {
    background: #666;
    color: #fff;
    margin-left: 8px;
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    padding: 10px;    
}

#cookie-bar .cb-disable {
    background: #c9030a;
    color: white;
    margin-left: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    padding: 10px;    
}

#cookie-bar .cb-configure {
        background: #c9030a;
        color: white;
        margin-left: 8px;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1em;
        padding: 10px;
}

#cookie-bar .cb-policy {
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
    padding: 0 6px;
}



/***************************************************/


/* 14.Estilos página información cookies */


/***************************************************/

/*.cookies .contenido {
    width: 100%;
    padding: 0 4% 10px 4%;
}

    .cookies .contenido h1 {
        padding-top: 20px;
    }

    .cookies .contenido p {
        padding: 5px 0 5px 0px;
        margin: 0
    }

.cookies .responsive td:before {
    font-family: 'Roboto Bold', sans-serif;
}

.cookies .resultados td {
    border: 1px solid #ccc;
}

    .cookies .resultados td img {
        height: 12px;
    }

table td[headers="output"] {
    min-width: 50px;
}

.cookies table.resultados caption {
    font-size: 0.75em;
    text-align: left;
}

.cookies ul.certificados {
    text-align: center;
}*/
/***************************************************/


/* 6. Tabla de datos y resultados *****/


/***************************************************/

/*table.resultados {
    border: none;
    width: 100%;
}

.red_centro table.resultados {
    border: none;
    width: 100%;
    margin-bottom: 15px;
}

table.resultados caption {
    padding: 15px 0px;
    text-transform: uppercase;
}

table.resultados thead {
    background-color: #dadfea;
    border-bottom: 1px solid #ADB7C9;
}

table.resultados th {
    background-color: #F7F7F7;
    border: 1px solid #F1F1F1;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
}

    table.resultados th input {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
    }

        table.resultados th input:hover {
            text-decoration: underline;
        }

        table.resultados th input.asc,
        table.resultados th input.desc {
            background-position: right center;
            background-repeat: no-repeat;
            padding: 0 11px 0 0;
        }

:first-child + html th input.asc,
:first-child + html th input.desc {
    padding: 0 7px 0 0;
}

table.resultados th input.asc2 {
    background-image: url("../Images/Fremap/img_comun/ascendente.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 11px;
}

table.resultados th input.asc {
    background-image: url("../Images/Fremap/img_comun/ascendente.png");
}

table.resultados th input.desc {
    background-image: url("../Images/Fremap/img_comun/descendente.png");
}

table input[type="image"] {
    width: 28px;
}

table.resultados tfoot td {
    background-color: #adb4c2;
    border: 1px solid #f1f1f1;
}

.resultados td {
    padding: 15px;
    vertical-align: middle;
    font-size: 0.75em;
}

    .resultados td a {
        color: #c9030a;
        text-decoration: underline;
    }

.resultados tr.impar td {
    background-color: #EAEAEA;
    text-align: left;
}

table.resultados tr td.th {
    background-color: #E4E8EF;
}

table.resultados tr td.th2,
table.resultados tr th.th2 {
    background-color: #C0C7D7;
}

table.resultados img {
    height: 16px;
}

tr.actual td,
tr.descargado td,
tr.parcial td {
    color: #16397A;
}

tr.enviado td {
    color: #095E05;
}

tr.no_visible td {
    color: #666;
}

tr.semana td,
tr.desact td,
tr.pendiente td,
tr.denegado td,
tr.sinpoder td,
tr.no_leido td,
tr.no_leido td a {
    color: #820016 !important;
}

tr.leido,
tr.leido a {
    color: #000000 !important;
}

tr.enviado td {
    color: #095E05;
}

tr.antiguo td {
    color: #000000;
}*/


/* 6.1 Tabla de resultados dentro de otros elementos**/

/*fieldset.w100 table.resultados {
    width: 640px;
}

dd table.resultados {
    width: 477px;
}*/
