*{
text-align: center;
    margin: auto;
}
#Sbaner{
    width: 590px;
    height: 80px;
    background: red;
    border-radius: 15px;
    margin-top: 45px;
    margin-right: 30px;
    float:right;
}

#Sbaner img{
    width: 580px;
    float: right;
}

#global{
    background: black;
    color: white;
}

#Servicios h3{
     text-align: center;
     margin: 15px;
     font-size: 45px;
 }

#Servicios h4{
    text-align: center;
}

#Servicios p{
    font-size: 16px;
}

#ListaServicios{
    width: 20%;
    margin-top: 35px;
    float: left;
    margin-left: 10px;
    font-size: 20px;

}

#ListaServicios ul{
    margin-top: 15px;
}

#ListaServicios li{
    cursor: pointer;
    font-size: 25px;
    width: 100%;
    padding: 20px;
    margin:5px;
    background: linear-gradient(orangered,yellow);
    border-radius: 15px;
    color: black;
}

#CImprenta{
    padding: 15px;
    text-align:left !important;
    font-size: 18px;
    border-radius: 15px;
    background: white;
    border: white 3px;
    width: 70%;
    height: 100%;
    margin: 45px;
    float: right;
    color: black;
}

#CImprenta h4{
    margin: 10px;
    text-align: left;
}

#CImprenta p{
    font-size: 22px;
}
