@charset "UTF-8";
/* CSS Document */

body {
	background-color: rgb(247,247,247);
}
.pagina {
	margin: 10px; 
	padding: 10px; 
	background-color: white;
}

.wrapper {
  margin: 10px auto;
  width: 600px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
  line-height:1;
}