#ExpBanner{
    width: 830px;
    background: red;
    border-radius: 15px;
    margin-top: 40px;
    margin-right: 30px;
    float:right;
}

#ExpBanner img{
    width: 800px;
}


/*CONTENIDO*/

#global{
    width: 100%;
    text-align: center;
    background: black;
}
#contenido {
    padding-top: 25px;
}
#contenido li{
    display: inline-block;
}

#contenido h4{
    background: black;
    border-radius: 15px;
    text-shadow: 2px 2px 3px 2px black;
    padding: 15px;
    font-size: 30px;
    color: white;
}

.clientes {
    height: 200px;
    width: 200px;
    background: white;
    margin: 5px;
    color: white;
}
#Cliente{
    margin-top: 35px;
    margin-bottom: 35px;
}

#Cliente h2{
    font-size: 45px;
    margin-top: 35px;
    margin-bottom: 35px;
    color: white;
}

.clientes:hover{
    cursor: pointer;
    height: 205px;
    width: 205px;
    transition: 300ms;
    opacity: 1;
    filter: alpha(opacity=100);
}

#Qsomos{
    alignment: center;
    background: linear-gradient(45deg,yellow,orangered);
    height: 250px;
    border-radius: 15px;
    width: 60%;
    margin: auto;
    padding: 35px;
}
#Qsomos h2{
    color: black;
    font-size: 45px;

}

#Qsomos p{
    margin-top: 20px;
    font-size: 22px;
    color: black;
    text-align:justify;
    width: 100%;
    line-height: 35px;
}


