body {
     background: #F0F8FF;
}

#titulo{
     background: #FFFAF0;
     border-radius: 10px;
     border-color: #094293;
     border-style: solid;
     padding: 20px;
     margin: 15px;
     text-align: center;    
}

#contenido{
     background: #E6E6FA;
     border-radius: 10px;
     border-color: #673DFF;
     border-style: solid;
     padding: 20px;
     margin: 15px;
}

button{
    font-size: 20px;
    margin: 10px;
    background: #1A9DBC;
    color: white;
    border-radius: 5px;
    border-radius: 10px;
    padding: 8px;    
}

button:hover{
    background: #D1F6FF;
    color: #004758; 
    border: 2px;
    border-style: solid;
}

input{
    display:flow-root;
    margin: auto;
    font-size: 20px;
    background: #A7E6FF;
    text-align: center;
}

input:hover{
    background: #E0F1F8;
}

#boton{
    text-align: center;
}

#informacion{
    text-align: center;
}

table{
    color: black;
    border-radius: 20px;
    background: #7BF8FF;
    margin: 0 auto;
    font-size: 25px;
}

td{
	text-align:center;
    padding-left: 7px;
    padding-right: 7px;
	}

a{
    text-decoration: none;
    color: black;
}