
/* CSS Document */
body{
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	color:#666;
	font-size:small;
}

p{

}

a{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#333;
}

hr{
	clear:both;
	visibility:hidden;	
}
img{
	border:none;
}
/*
*headers
*/
/*
*CUSTOM LAYOUT
*/
#wrapper{
	width:1002px;
	margin:0 auto;
	padding:0;
}
#header{
	visibility:hidden;
}
#footer{
	font-size:10px;
	text-align:center;
	color: #666;
	font-family: Verdana; 
	line-height: 12px;
}
/*
*CUSTOM STYLING
*/

.contentbox{
	padding:0;
	margin:0;
}
.cerca{
	display:none;
}
.boxleft, .boxright{
	margin:0;
	padding:6px;
	float:left;
	width:400px;
}
.boxright{
	width:480px;
}
.path{
	font-size:0.8em;
}
/*
*
*/
.path li{
	list-style-type:none;
	display:inline;
}