body {
background-image: url("resources/fondo.png");
font-family: Arial, Helvetica, sans-serif;
}
div {
width: 120px;
height: 80px;
background-color: rgb(82, 108, 142);
color: rgb(245, 255, 244);
margin: 10px;
border-radius:5px;
text-align: center;
}
div#bloque2 { display:none;}