#vidBG{
    position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background-size: cover;
  overflow: hidden;
}
#contenido{
    display: flex;
    flex-wrap: wrap;    
    width: 90%;
    padding: 2% 5%;
    display: block;
}
#hexa{
    width: 30%;
}
#contenido h2{
    font-size: 1.8em;
    margin-bottom: 26px;
    color: var(--azul-oscuro);
}

#contenido p{
    font-size: 1.2em;
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;    
    text-align: justify;
}
#contenido img{
    display: block; 
    margin: 0 auto;
}
#titInsp{
    font-size: 2em;
    margin-bottom: 26px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
}
#parrazul{
    color: var(--azul-resaltar);    
}
#tblCom1, #tblCom2{
    display: table-cell;
    flex-direction: column;
    width: 48%;
    padding: 1%;   
}
#tblCom1 h3, #tblCom2 h3{
    font-size: 1.2em;
}
#tblCom1 em, #tblCom2 em{
    color: var(--azul-oscuro);
}
#tblCom1 p, #tblCom2 p{
    text-align: left;
}
@media screen and (max-width: 1110px) {
    #contenido img{        
        width: 90%;
    }
}
@media screen and (max-width: 639px) {    
    #tblCom1, #tblCom2{
        display: block;
        width: 98%;
    }    
}

/* Comisiones de trabajo */
#consejoUP{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
    align-content: center;
    justify-content: center;
    width: 94%;
    padding: 3%;
    background-color: var(--azul-oscuro);
    color: white;
}
#consejoUP h1{
    font-size: 2.8em;
    text-align: center;
    margin: 10px 0;
}
#consejoUP p{
    font-size: 1.4em;
    text-align: justify;
    margin: 10px 0;
}
