﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

body, html {
    background-color: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left; /* IE */
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

* {
    margin: 0;
    padding: 0;
}

.width95 {
    width: 95%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 2.1rem;
    line-height: 130%;
    font-weight: 300;
    color: #676767;
}

    h1.cab {
        font-size: 2.2rem;
        line-height: 120%;
        font-weight: 400;
        color: #4088a2;
        margin-top: 1.5rem;
        padding-left: 65px;
    }

    h1.principal {
        font-size: 2.7rem;
        font-weight: 300;
        color: #FFF;
        margin-top: 1.2rem;
        margin-bottom: .5rem;
    }



@media (max-width: 1440px) {
    h1.cab {
        font-size: 1.8rem;
    }

    .width95top {
        width: 98%;
    }

    h1.principal {
        font-size: 2.2rem;
        margin-top: 1rem;
    }
}

@media (max-width: 1180px) {
    h1.cab {
        font-size: 1.7rem;
        margin-top: 1.4rem;
    }

    h1.principal {
        font-size: 2.1rem;
        margin-top: .8rem;
    }

    .width95top {
        width: 98%;
    }
}

@media (max-width: 1024px) {
    h1.cab {
        font-size: 1.5rem;
        margin-top: 1.3rem;
    }

    h1.principal {
        font-size: 2rem;
        margin-top: .4rem;
    }
}

@media (max-width: 990px) {
    h1.cab {
        font-size: 1.4rem;
        margin-top: 1.4rem;
    }
}

@media (max-width: 770px) {
    h1.cab {
        font-size: 1.8rem;
        margin-top: 1rem;
        text-align: center;
    }
}

@media (max-width: 520px) {
    h1.cab {
        font-size: 1.2rem;
        margin-top: .5rem;
        text-align: center;
    }
}

@media (max-width: 493px) {
    h1.cab {
        font-size: 1.1rem;
        margin-top: .5rem;
        text-align: center;
    }
}

.top100 {
    margin-top: 100px;
}

.top30 {
    margin-top: 30px;
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

.bott30 {
    margin-bottom: 30px;
}

.bott20 {
    margin-bottom: 20px;
}

.bott10 {
    margin-bottom: 10px;
}

.pad-top15 {
    padding-top: 15px;
}

.pad-top-titulo {
    padding-top: 110px;
}

@media (max-width: 1460px) {
    .top100 {
        margin-top: 95px;
    }
}

/* ---------- Header ---------- */

nav.headermido {
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 3px rgba(70,70,70,.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0 2px 4px 3px rgba(70,70,70,.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    background-color: #FFF;
    padding: 0rem 0rem .8rem 0rem;
    background-image: url(../Imagenes/ninos1.svg);
    background-position: 85% bottom; /* Ajustado para mover la imagen a la derecha */
    background-repeat: no-repeat;
    background-size: 110px auto;
}


@media (max-width: 960px) {
    nav.headermido {
        background-size: 90px auto;
    }
}

@media (max-width: 770px) {
    nav.headermido {
        background-image: none;
    }
}

div.bloques {
    margin: 2em 0 0.5em 0;
    border: 4px solid #FFF;
    background-color: #4e8ba6;
    padding: 15px 3px 0px 3px;
    float: left;
    height: auto;
    min-height: 105px;
}

.bloques-interior {
    padding: 0% 0;
}

.bloques-t {
    font-size: 1.8rem;
    line-height: 100%;
    color: #1689a4;
    text-align: center;
    font-weight: 400;
    display: block;
}

label.bloques {
    font-size: 1.3rem;
    color: #222;
    text-align: center;
    font-weight: 300;
    line-height: 110%;
    display: block;
    margin-top: 10px;
}

.izq {
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-right: 4px solid #FFF;
    border-left: 0px;
}

@media (max-width: 1300px) {
    .bloques-t {
        font-size: 1.6rem;
    }

    label.bloques {
        font-size: 1.1rem;
        margin-top: 10px;
    }

    div.bloques {
        min-height: 95px;
    }
}

@media (max-width: 1090px) {
    label.bloques {
        font-size: 0.9rem;
        margin-top: 10px;
    }

    nav.headermido {
        background-size: 95px auto;
    }
}

@media (max-width: 1024px) {
    div.bloques {
        width: 20%;
        margin: .5em 0 0;
    }
}

@media (max-width: 768px) {
    .linea-der {
        border-right: 0px;
    }

    .linea-izq {
        border-left: 0px;
    }

    .sm-clear {
        clear: both;
        margin-top: 3em;
    }

    div.bloques {
        width: 20%;
        margin: .5em 0 2em 0;
        min-height: 113px;
    }

    nav.headermido {
        background-size: 90px auto;
    }
}

@media (max-width: 468px) {
    .linea-der {
        border-right: 0px;
    }

    .linea-izq {
        border-left: 0px;
    }

    .sm-clear {
        clear: both;
        margin-top: 3em;
    }

    div.bloques {
        width: 33%;
        margin: .5em auto 0 auto;
        border: 5px solid #FFF;
        height: auto;
        min-height: 100px;
    }
}

@media (max-width: 320px) {
    .sm-clear {
        clear: both;
        margin-top: 3em;
    }

    div.bloques {
        width: 98%;
        margin: 0 auto .3em auto;
        border: 5px solid #FFF;
        height: auto;
        min-height: auto;
    }
}


/*-----Footer-----*/

.footer {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Labels Combos*/

label.principal {
    font-weight: 600;
    margin-top: 5px;
    text-align: right;
    font-size: 1rem;
}

label.principal-der {
    font-weight: 600;
    margin-top: 5px;
    text-align: right;
    font-size: 1rem;
    padding-right: 3px;
}

@media (max-width: 1320px) {
    label.principal,
    label.principal-der {
        font-size: 1rem;
    }
}

@media (max-width: 1230px) {
    label.principal,
    label.principal-der {
        font-size: 1rem;
    }
}

@media (max-width: 1076px) {
    label.principal {
        font-size: 1rem;
    }

    label.principal-der {
        text-align: left;
        font-size: 1rem;
    }
}

@media (max-width: 990px) {
    label.principal,
    label.principal-der {
        font-size: .9rem;
    }
}

.main-nav-outer {
    padding: 35px 0px 10px 0px;
    /*position:relative;*/
    background-color: #86b9d1;
    margin-bottom: 20px;
}

div.subcab-color {
    background-color: #86b9d1;
    margin-top: -1.8rem;
    padding-top: .1rem;
    margin-bottom: 0px;
}

.tablas-tit {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    padding: 5px 0 8px 0;
    margin: 10px 0 0 0;
}

.tablas {
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

/*2017 10*/


.width98 {
    width: 98%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

/*.logo_ss {
	padding-top: 1.1rem;
	display: block;
	margin-right: 0;
	float: right;
	width: 100%;
	max-width: 200px;
}*/

.logo_sep_ss {
    padding-top: 0.9rem;
    display: block;
    margin-right: 0;
    float: right;
    width: 100%;
    max-width: 350px;
}

.logo_fcs {
    padding-top: 1.2rem;
    display: block;
    margin-right: 0;
    float: right;
    width: 100%;
    max-width: 180px;
}

@media (max-width: 1440px) {
    .logo_fcs {
        padding-top: 1.1rem;
        max-width: 175px;
    }
}

@media (max-width: 1390px) {
    .logo_fcs {
        padding-top: 1.2rem;
        max-width: 165px;
    }
}

@media (max-width: 1362px) {
    .logo_fcs {
        padding-top: 1rem;
        width: 95%;
    }
}




@media (max-width: 770px) {
    .logo_sep_ss {
        padding-top: 0.9rem;
        display: block;
        margin-right: 0;
        float: left;
        width: 100%;
        max-width: 300px;
    }

    .logo_fcs {
        padding-top: 1rem;
        float: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 150px;
    }
}

.base-combos {
    padding: 10px 0px 15px 0px;
    background-color: #86b9d1;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .base-combos {
        padding: 10px 0px 10px 0px;
    }
}

@media (max-width: 991px) {
    .base-combos {
        padding: 10px 0px 10px 0px;
    }
}

h2 {
    font-size: 1.9rem;
    line-height: 130%;
    font-weight: 400;
    color: #676767;
    margin-top: .3rem;
    margin-bottom: 1rem;
    text-align: center;
}

h3 {
    font-size: 1.3rem;
    line-height: 130%;
    font-weight: 600;
    color: #158aa5;
    margin-top: .3rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.1rem;
        margin-top: .3rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.2rem;
    }
}

.tablaSimple {
    margin: auto;
}

.tablaSimple {
    margin: auto;
    font-family: Open Sans;
    width: 90%;
}

    .tablaSimple tr td {
        padding: 5px 5px;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: #dddddd;
        line-height: 100%;
    }

    .tablaSimple tr:nth-of-type(odd) {
        background-color: #e5e5e5;
    }

    .tablaSimple tr:nth-last-child(1) {
        background-color: #158aa5;
        color: white;
    }

    .tablaSimple tr th {
        background-color: #158aa5; /*#07578A;*/
        background-image: none;
        color: white;
        text-align: center;
        font-size: large;
        font-weight: 500;
        padding: 5px 5px 5px 5px;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: #ffffff;
    }

.fondocolor {
    background-color: #F5F5F5;
}

.containerToggle {
    margin: 5px auto;
    text-align: center;
}

.container > .switch {
    display: block;
    margin: 22px auto;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 136px;
    height: 26px;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    background: #4e7487; /*OFF*/
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #d74c47; /*ON*/
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 1px;
    left: -5px;
    width: 36px;
    height: 26px;
    background: white;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(top, white 40%, rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(to bottom, white 40%, rgba(0, 0, 0, 0.15));
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

    .switch-handle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }

.switch-input:checked ~ .switch-handle {
    left: 100px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}

.notaPie {
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: right;
    font-weight: 300;
}

.text {
    color: #F37F00;
}

.textoTotal {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 700;
    margin-top: 20px;
    color: #F37F00;
}

table.datosgrales {
    width: 90%;
    border: 0;
    margin: 10px 0 0 0;
    border-collapse: collapse;
    font-size: 1em;
}

    table.datosgrales td {
        padding: 5px 10px 20px 10px;
        border: 0;
        text-align: left;
        vertical-align: top;
        font-size: 1.2em;
    }

        table.datosgrales td.verticalmedio4 {
            vertical-align: middle;
            font-weight: 300;
            font-size: 1em;
            text-align: center;
            padding: 20px 5px;
        }

.tablaiconitos {
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
}

.textoiconitos {
    font-weight: 300;
    font-size: 1em;
    text-align: center;
}

/*----------Nov 2017----------*/

.base-combos-me {
    padding: 30px 0px 15px 0px;
    background-color: #86b9d1;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1.principal-me {
    font-size: 2.6rem;
    font-weight: 300;
    color: #FFF;
    margin-top: 7rem;
    margin-bottom: 0rem;
}

h2.primero {
    font-size: 2.2rem;
    line-height: 130%;
    font-weight: 400;
    color: #8ca4aa;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
}

h3.me {
    font-size: 1.9rem;
    line-height: 130%;
    font-weight: 400;
    color: #1689a4;
    margin-top: 1.3rem;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

h3.me2 {
    font-size: 1.9rem;
    line-height: 130%;
    font-weight: 400;
    color: #1689a4;
    margin-top: 1.3rem;
    margin-bottom: 0.5rem;
    padding-bottom: 5px;
    text-align: center;
}

h3.me3 {
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: 400;
    color: #1689a4;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1440px) {
    h1.principal-me {
        font-size: 2.5rem;
        margin-top: 6.5rem;
    }
}

@media (max-width: 1180px) {
    .base-combos-me {
        padding: 10px 0px 10px 0px;
    }

    h1.principal-me {
        font-size: 2.4rem;
        margin-top: 6rem;
    }
}

@media (max-width: 991px) {
    .base-combos-me {
        padding: 10px 0px 8px 0px;
    }

    h1.principal-me {
        font-size: 2.3rem;
        margin-top: 6rem;
    }
}


.bloques-midoesc {
    margin: 1.5rem 0 0.5em 0;
    padding: 15px 3px 0px 3px;
    border: 6px solid #FFF;
    border-radius: 15px;
    background-color: #d0e7ed;
    height: auto;
    min-height: 100px;
}

.bloques-tit {
    font-size: 1.7rem;
    line-height: 100%;
    color: #1689a4;
    text-align: center;
    font-weight: 600;
    display: block;
}

.bloques-subt {
    font-size: 1.2rem;
    color: #222;
    text-align: center;
    font-weight: 400;
    line-height: 110%;
    display: block;
    margin-top: 10px;
}

.bloques-pie {
    font-size: .85rem;
    font-weight: 400;
}

.pie-padd {
    padding: 0 0 8px 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 1024px) {
    .bloques-tit {
        font-size: 1.6rem;
    }

    .bloques-subt {
        font-size: 1.1rem;
        margin-top: 10px;
    }

    .bloques-midoesc {
        min-height: 95px;
    }
}

@media (max-width: 768px) {
    .bloques-tit {
        font-size: 1.7rem;
    }

    .bloques-subt {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .bloques-midoesc {
        height: auto;
    }
}

.texto-small {
    font-weight: 400;
    font-size: 0.9rem;
}

.texto-iconos {
    font-weight: 400;
    font-size: 1.1rem;
}

.texto-iconos3 {
    font-weight: 400;
    font-size: 1.4rem;
}

.texto-iconos-tit {
    font-weight: 600;
    font-size: 1.7rem;
    text-align: center;
}

.texto-iconos-tit3 {
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
}

.logo-saludentuescuela {
    width: 100%;
    max-width: 210px;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .logo-saludentuescuela {
        width: 100%;
        max-width: 200px;
        margin-top: 5px;
    }
}

.iconos-ini {
    width: 100%;
    max-width: 110px;
}

.flecha-ini {
    width: 100%;
    max-width: 60px;
    /*height:80px;*/
}

.top15 {
    margin-top: 15px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bott50 {
    margin-bottom: 50px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-bott10 {
    padding-bottom: 10px;
}

.pad-bott15 {
    padding-bottom: 15px;
}

.pad-bott20 {
    padding-bottom: 20px;
}

.pad-bott25 {
    padding-bottom: 25px;
}

.texto {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
}

.textoBold {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    color: #F37F00;
}

.texto2 {
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
}

.textoBold2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    color: #F37F00;
}

.textos {
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-align: center;
}

.textoTabla2 {
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: right;
    font-weight: 600;
}

.textosBold {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    color: #F37F00;
}

.textos2 {
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
}

.textosBold2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    color: #9dc01a;
}

.textosBold3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    color: #1689a4;
}


table.tablaDatos {
    width: 95%;
    border: 0;
    font-size: 1rem;
    margin: 0;
    border-collapse: collapse;
}

    table.tablaDatos th {
        padding: 5px 10px;
        border-bottom: 1px solid #000;
        /*text-align:center;*/
        text-align: left;
        vertical-align: top;
        /*background-image: url(../Imagenes/dgr_th.jpg);
	background-position: top left;
	background-repeat:repeat-x;*/
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 150%;
        color: #424242;
    }

    table.tablaDatos td {
        padding: 8px 10px;
        border: 0px solid;
        /*text-align:right;*/
        text-align: left;
        vertical-align: top;
        font-size: 1rem;
        line-height: 120%;
    }

.textoTabla {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.tabladiv {
    width: 97%;
}

.tabladiv-th {
    border-bottom: 1px solid #676767;
    font-weight: 600;
    padding: 8px 4px 6px 0;
    font-size: 1.1rem;
}

.tabladiv-td {
    font-weight: 400;
    padding: 8px 4px;
    font-size: 1.1rem;
}

.tabladiv-td-ultima {
    font-weight: 400;
    padding: 8px 4px;
    font-size: 1.1rem;
    border-bottom: 1px solid #676767;
    margin-bottom: .8rem;
}

.baseiconosv2 {
    background-image: url(../Imagenes/ini_linea.svg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 4px 4px;
}

.iconos-ini2 {
    width: 98%;
    max-width: 180px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.base-iconosini3 {
    background-color: #FFF;
    border: 3px solid #DFDFDF;
    border-radius: 8px;
    padding: 14px 6px 6px 6px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: 30px;
    min-height: 108px;
}

.base-iconosini3a {
    background-color: #FFF;
    border: 3px solid #DFDFDF;
    border-radius: 8px;
    padding: 14px 6px 6px 6px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-bottom: 30px;
}

.base-iconosini3ultima {
    background-color: #FFF;
    border: 3px solid #DFDFDF;
    border-radius: 8px;
    padding: 14px 6px 6px 6px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    min-height: 108px;
}

.back-flecha {
    background-image: url(../Imagenes/bot_flecha_izq.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 40px;
}

.semi {
    font-weight: 600;
}

table.piedegraficas {
    width: 100%;
    border-top: 0px solid #CCC;
    border-bottom: 0px solid #CCC;
    border-left: 0;
    border-right: 0;
    font-size: small;
    margin: 0;
}

.footerI {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: right;
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}

.footerD {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: left;
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
}

.logo_fcsI {
    display: block;
    margin-left: 20px;
    float: left;
    width: 100%;
    max-width: 150px;
}

.mapa-link {
    color: #000;
    text-decoration: none;
}

.mapa-link:hover {
    color: #000;
    text-decoration: underline;
}