

/* file: ./01_main.css */



#home_body, 
#home_news, 
#home_galleria,
#home_eventi{
	float: left; 
	width: 485px;
	height: 382px;
	overflow: hidden;
}

#home_body{
	background-color: #ffff00;
}

#home_news{
	background-color: #ff6800;
}

#home_galleria{
}

#home_eventi{
	background-color: #47c000;		
}

#home_eventi ul{
	margin-top: 10px;
}

body.home .template_menu{
	position: relative;
	padding: 30px;
}

body.home .template_menu p {
	font-size: 17px;
	color: #df0700;
	
}


body.home .indietro{
	display: none;
}


body.home #home_news h1{
	display: none;
}

body.home .template_menu .capital{
	font-size: 100px;
	/*float: left;*/
	position: absolute;
	top: 15px;
	left: 25px;
} 
body.home .template_menu .capital_vuoto{
	float: left;
	font-size: 50px;
	display: block;
	width: 65px;
	height: 65px;
	
}

