#Pagina{
	background: silver;
	text-align: center;
	font-family: Verdana; padding: 0; margin: 0;
	position: absolute;
}
.Pag_titulo{
	background: #F5F5F5;
	text-align: center;
	height: 240px;
	text-shadow: 5px 5px 3px grey;

}
.Informacoes{
	background: silver;
	width: 100%;
	height: 500px;
    text-align: center;
}
.Info_nome{
	text-shadow: 5px 5px 3px grey;
	width: 100%;
	height: 165px;
	display: inline-block;
	margin-top: 70px;
	font-weight: bold;
}
.img{
	width: 177px;
	height: 236px;
}
.Menu{
	background: #F5F5F5;
	width: 100%;
	height: 150px;
    text-align: center;
    position: absolute;
}
.Menu_nome{
	text-shadow: 5px 5px 3px grey;
	text-align: center;
}
.tab{
	color: black;
	text-decoration:none;
}