#contenidoCon{
    width: 100%;
}
#consejoUP{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
    align-content: center;
    justify-content: center;
    width: 100%;
    background-color: var(--azul-oscuro);
    color: white;
}
#consejoUP article{
    width: 40%;
}
#consejoUP article img{
    display: block;
    width: 80%;
    padding: 10%;
}
#consejoUP article h1{
    font-size: 3em;
    text-align: center;
    margin: 10px 0;
}
#consejoUP article p{
    font-size: 1.4em;
    text-align: justify;
    margin: 10px 0;
}
#consejoDOWN{
    display: table;    
    width: 80%;
    margin: 30px auto;
    background-color: white;    
}
#consejoDOWN table{
    width: 100%;
}
#consejoDOWN td{
    text-align: center;
    font-size: 1.2em;
    margin: 7px 0;
}
#consejoDOWN h2{    
    width: 100%;
    font-size: 2.6em;
    text-align: center;
    margin: 30px 0;
}
.filaCon{
    display: table;    
    width: 96%;
    padding: 2% 0;    
}
.filaCon p{
    display: table-cell;
    width: 28.33%;
    padding: 1.5%;
    margin: 0 1%;
    box-shadow: 0 0 2px #CCC;
    float: left;
    text-align: center;
}
.filaCon p img{
    display: block;
    width: 100%;
}

/* Patrocinios */
#patrocinios{
    display: block;
    width: 80%;
    margin: 2% auto;
}
#patrocinios img{
    display: block;
    width: 80%;
    margin: 10px auto;
}
/* Red de Negocios */
#negocios{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#negocios span{
    width: 10%;
    padding: 1%;
    text-align: center;
}
@media screen and (max-width: 1525px) {
    #negocios span{
        width: 12%;
        padding: 1%;    
    }    
}
@media screen and (max-width: 1264px) {
    #consejoDOWN{        
        width: 90%;
        margin: 0 auto;       
    }
    #negocios span{
        width: 14%;
        padding: 1%;    
    }    
}
@media screen and (max-width: 860px) {
    #negocios span{
        width: 23%;
        padding: 1%;    
    }    
}
@media screen and (max-width: 670px) {
    #negocios span{
        width: 31%;
        padding: 1%;    
    }    
}
@media screen and (max-width: 485px) {
    #negocios span{
        width: 48%;
        padding: 1%;    
    }    
}
@media screen and (max-width: 360px) {
    #negocios span{
        width: 98%;
        padding: 1%;    
    }    
}
#negocios span:hover{
    box-shadow: 0 0 3px #CCC;
}
#negocios span img{
    width: 100%;
}
#negocios span a{
    text-decoration: none;
    color: var(--azul-oscuro);
    font-size: 1.2em;
}
#negocios span a:hover{
    color: #4AACC5;    
}