@CHARSET "UTF-8";

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* GENERAL RESET *******/

/******* MENU *******/
#menutab{
	/*margin: 7em auto;*/
	width: 600px;
	
}
#menutab ul{
	/*margin-left:35px;*/
	list-style: none;
	list-style-position: outside;
}
#menutab ul.menuinfo li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	height:30px;
	line-height:30px;
}
#menutab ul.menuinfo li{

	display: block;
	padding: 0px 15px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #687373;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#menutab ul.menuinfo li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #28292b;
}
/******* /MENU *******/
/******* CONTENT *******/
.contenuto{
	/*margin-left:35px;*/
	/*margin: 0pt auto;*/
	background: #efefef;
	background: #fff;
	border: 1px solid #687373;
	text-align: left;

	padding:25px 30px 20px 35px;
	font-size: 14px;
	color:#28292b;
}
.contenuto h3{
	
	padding: 0px 10px 20px 0px;
	font-size: 16px;
	color:#8e001c;
	
}


.contenuto li {
	line-height:18px;
	margin-bottom:10px;
	
}
/******* /CONTENT *******/
/******* NEWS *******/
.contenuto.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.contenuto.app{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.contenuto.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.contenuto.ben{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.contenuto.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.contenuto.sp{
	display: none;
}
.contenuto.links a{
	color: #5f95ef;
}
/******* /LINKS *******/