@charset "utf-8";
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important; 
    background-image: url(../img/background.png);
}
#formulario, #result, #menu {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px 5px;
}
#result {
    text-align: center;
}
#boton {
    color: #FFFFFF;
    background-color: cadetblue;
}
#tab1 {
    background-color: rgb(165, 195, 196);
    /* color: #FFF; */
    text-align: center;
    border-color: #FFF;
    margin: auto;
}
.login {
    border: 2px solid #000;
    text-align: center;
}
.centrar {
    text-align: center;
}
#menulist div {
    list-style-type: none;
    border: 1px solid black;
    width: 10em;
    height: 2em;
    border-radius: 300px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    text-align: center;
    line-height: 2em;
    box-shadow: #666 4px 4px 3px;
    font-size: 1.1em;
}
#menulist div:hover {
    background-color:lightblue;
    color: #FFF;
}
#menulist a {
    text-decoration: none;
    color: #000;
}