body{
	background-image: url("../imagenes/fondo.png");
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: center;
}
	
.centrar{
    display:flex;
    justify-content: center;
    align-items: center;
}