/****************************** LINK ****************************/
A:link {
	color: #fff;
	text-decoration: none;
}
A:visited {
	color: #fff;
	text-decoration: none;
}
A:hover {
	color: #FF0;
	text-decoration: none;
}



	
/************************ TESTA ************************* */
#MENU {
	position: fixed;
	width: 80px;
	height: 39px;
	z-index: 110;
	left: 0px;
	top: 12px;
}
div#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	z-index: 109;
	background-color: #94bec4;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00495f;
	border-bottom-color: #00495f;
}
#logo {
	position: relative;
	height: 70px;
	width: 280px;
	top: 18;
	margin: auto;
	z-index: 140;
	padding: 0px;
	text-align: center;
}
/************************ stage ************************* */

#article-edge {
	position: relative;
	z-index: 10;
	top: 60px;
}
#article {
	position: relative;
	z-index: 30;
	margin: auto;
}
#foto_p {
	position: relative;
	max-height: 100%;
	top: 0;
	left: 0;
	padding-top: 60px;
	text-align: center;
}
/************************ footer ************************* */
#footer-mob {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 10;
	margin: auto;
	top: 10px;
}

#title {
	position: relative;
	z-index: 10;
	top: 70px;
	margin: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#Form {
	position: relative;
	width: 100%;
	z-index: 3;
	top: 60px;
	text-align: center;
	border: thin solid #000;
	padding-left: 30px;
	padding-top: 10px;
}
