*{
     text-align: center;
     margin: auto;
 }


#WebBanner{
    width: 550px;
    height: 110px;
    background: red;
    border-radius: 15px;
    margin-top: 35px;
    margin-right: 30px;
    float:right;
}

#WebBanner img{
    margin-bottom: 15px;
    width: 550px;
}

#global{
    background: black;
}

#contenido{
    width: 70%;
    background: black;
    color: white;
}

#webimagen{
    border-radius: 15px;
    margin: 25px;
    float: left;
    width: 350px;
}

#contenido h3{
    font-size: 70px;
    padding-top: 70px;
    width: 100%;
}

.ofresemos{
    text-align: center;
}

.ofresemos h1{
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 45px;
}
#Botton{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: black;
    border-radius: 15px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg,yellow,orangered);
    padding-top: 10px;
}

