img{
    width: 150px;
    height: auto;
    border-radius: 100px;
    margin-left: 170px;
    border: 2px solid black;
}
.divs{
    width: 500px;
    margin:0 auto;
    margin-top:50px;
    height: 1000px;   
}
#Ingreso{
    background-color: rgb(154, 202, 154);
}
.divInterfazCliente{
    display: flex;
    width: 500px;
    margin:0 auto;
    margin-top:50px;
    height: 300px;
    justify-content: center;
}
.divInterfazCliente select{
    font-size: 20px;
}
.divInterfazCliente button{
    margin-left: 25px;
    padding-left: 30px ;
    padding-right: 30px ;
    font-size: 20px;
}

h2{
    text-align: center;
    margin-top: 50px;
}
header{
    background-color: #0d6efd;
    height: 150px;
}
h1{
    font-family: "Rock Salt", cursive;
    font-size: large;
    color: rgb(2, 1, 1);
    text-align: left;
    margin-left: 70px;
}

header div img{
    width: 100px;
    height: auto;
    border-radius: 50px;
    margin-left: 65px;
}

#divHeader{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;  
}

ul{
    list-style:none;
    display: flex;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    color: white;
    font-size: large;
}

ul li{
    margin-right: 60px;
    margin-top: 45px;
}
ul li a{
    text-decoration: none;
    color: rgb(253, 252, 252);   
}
ul li a:hover{
    background-color: rgb(49, 17, 138);
    padding: 5px;
    border-radius: 15px;
}  
