body {
    background-color: antiquewhite;
}

h1 {
    color:brown;
    font-size: 32px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

/*
img {
    width: 100px;
    border-radius: 40px;
}
*/

#iconeheader {
    width: 100;
    border-radius: 40px;
}

.logotipo {
    width: 50px;
}

.btn{
    border: 0px;
    border-radius: 5px;
    height: 30px;
    min-width: 130px;
    }

.btn-white {
    color: gray;
    background-color: whitesmoke;
}

.btn-green {
    color: white;
    background-color: green;
}

.btn-green:hover {
    color: white;
    background-color: rgb(11, 71, 11);
    cursor: pointer;
}

.btn-blue {
    color: white;
    background-color: blue;
}

