#contenidoAire {
    display:flex;
    height: 100%;
    z-index: 1;
}

.init {
    margin-top: 10px;
}

.selected {
    color: #000000cf;
    border-bottom: 1px solid #000000cf;
}

#panel_datta body,
#panel_datta h1 {
    margin: 0;
}

#panel_datta ul,
#panel_datta li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

#panel_datta table {
    margin-left: auto;
    margin-right: auto;
    border: 0px solid black;
}

#panel_datta th,
#panel_datta thead {
    font-size: large;
}

#panel_datta td {
    text-align: center;
    font-size: small;
}

.centered {
    text-align: center;
    padding: 10px;
}

.itallic {
    font-style: italic;
}

.column {
}

.left {
    flex: 0 0 22%;
    text-align:center;
}

.right {
    flex: 0 0 22%;
    text-align:center;
}

.middle {
    flex: 1 1 54%;
    text-align: justify;
    overflow-y: auto;
    margin-top: 10px;
    line-height: 1.4rem;
    overflow-x: hidden;
    padding: 0 1rem;
}

::-webkit-scrollbar {
    height: 10px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

.middle p {
    padding-top: 1rem;
}

.middle>div {
    padding: 0px 1rem 0px 1rem;
}

.middle img {
    padding-right: 0px;
    padding-top: 0px;
}

/**/

.logo_container {
    text-align: center;
}

.logo_container * {
    padding: 5px 5px 5px 10px
}

.column.left>img,
.column.right>img {
    object-position: right;
}

.left>img {
    border-radius:10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.right>img {
    height: 100%;
    object-fit: cover;
    border-radius:10px;
    width: 100%;
}

.right iframe {
    width: 100%;
    height: 100%;
}

.right span {
    position: fixed;
}

.right span>* {
    padding: 25px;
}

.enlaces {
    padding-top: 20px;
}

.enlaces p {
    font-weight: bold;
    padding-bottom: 10px;
}

.enlaces a {
    color: rgb(11, 26, 240);
}

.info_enlaces {
    background-color: #00000022;
    text-align: center;
    margin: 0.5rem;
    padding: 1rem;
    border-radius: 10px;
}

.info_enlaces div {
    text-align: justify;
}

figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.image_with_subtext {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image_with_subtext>figcaption {
    text-align: center;
}

.image_with_subtext>img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image_with_subtext {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image_with_subtext>figcaption {
    text-align: center;
}

.image_with_subtext>img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boton_contaminantes {
    border: none;
    background-color: transparent;
    font-size: 25px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Impact;
}

.boton_contaminantes>sub {
    font-weight: bold;
}

@media (min-width:900px) {
    .boton_contaminantes {
        font-size: 25px;
    }
}

@media (min-width:1170px) {
    .boton_contaminantes {
        font-size: 35px;
    }
}

@media (min-width:1440px) {
    .boton_contaminantes {
        font-size: 45px;
    }
}

.icones {
    align-items: baseline;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hidden {
    display: none;
    margin: 0;
    padding: 0;
    margin-left: -50px;
    margin-right: 10px
}

/**/
.tree {
    margin-left: auto;
    margin-right: auto;
}

.tree ul {
    padding-top: 20px;
    position: relative;
}

.tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #444;
    width: 62%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #444;
    border-radius: 10px 0 0 0;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
    width: 100%;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

.tree li:nth-child(2)::before {
    width: 60%;
    right: 40%;
}

.tree li:last-child::before {
    border-right: 2px solid #444;
    border-radius: 0 10px 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    border-left: 2px solid #444;
    width: 0;
    height: 20px;
}

.tree li div {
    border: 1px solid #333;
    padding: 5px 10px;
    color: #333;
    font-size: 15px;
    display: inline-block;
    border-radius: 10px;
}

.tree ul {
    display: flex;
}

#SO2 .nest_child,
#NO2 .nest_child {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

#O3 .nest_child {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
}

#PM10 .nest_child {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.top_tittle {
    font-weight: bolder;
}

#Categoria_ICA {
    height: auto;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Recomendaciones_ICA {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#lista_de_calidad_aire {
    list-style-type: disc;
}

#Lista_calculo_ICA {
    list-style-type: circle;
}

/**/
.deck {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 10rem;
}

.deck img {
    height: 90%;
    align-items: center;
    position: relative;
    float: left;
    width: calc(14% - 15px);
    border: 1px solid white;
    object-fit: cover;
}

.deck img+img {
    margin-left: -4%;
}

.deck img:hover~img {
    left: 4%;
    clip-path: inset(0 4% 0 0);
    animation: slidein .7s;
}

#deck_img_datta {
    width: 90%;
    height: 50px;
    margin-top: 30px;
    padding-bottom: calc(5% - 10px);
}

#deck_img_datta div.container {
    width: 95%;
    z-index: 1;
}

.deck_container {
    vertical-align: top;
    position: relative;
}

.deck_container h2 {
    text-align: center;
}

.deck_datta {
    vertical-align: top;font-weight: bold;
}

.deck_datta a:hover {
    color: #8b8b8b;
}

.deck_datta div.estacion_info_group {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.container .centered {
    font-size: 17px;
    font-weight: bold;
    padding-left: unset;
}

#container {
    min-height:600px;
}
/* Stylesheet: albacete_menus Modified On 2021-12-21 14:52:23 */
