@charset "utf-8";
/* CSS Document */


/* -------- BOX VERDE --------*/

.boxVerde {
	font-size:11px;
	color:#106898;
	/*padding:10px;	*/

}
.boxVerde form {
	margin:0;
	padding:0;
}

.boxVerde fieldset legend {
	margin:10px 0 10px 0;
}
.boxVerde a {
	color:#106898;
	text-decoration:none;
}
.boxVerde a:link {
	color:#106898;
	text-decoration:none;
}
.boxVerde a:active {
	color:#106898;
	text-decoration:none;
}
.boxVerde a:visited {
	color:#106898;
	text-decoration:none;
}
.boxVerde a:hover {
	text-decoration:underline;
	background-color:#46bb05;
	color:#FFFFFF;
}

.boxVerde .testata {
	background-image:url(../../img/verde_bg.gif);
	height:34px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.boxVerde .testata h1,.boxVerde .testata h2,.boxVerde .testata h3,.boxVerde .testata h4,.boxVerde .testata h5 {
	margin:5px 0 0 10px;
	padding:0;
	font-size:13px;	
}
.boxVerde .testata a {
	color:#FFFFFF;
}
.boxVerde .testata a:link {
	color:#FFFFFF;
}
.boxVerde .testata a:visited {
	color:#FFFFFF;
}
.boxVerde .testata a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.boxVerde .testata h2 {
	color:#FFFFFF;
}

.boxVerde .testata .boxVerdeSx {
	background-image:url(../../img/verde_topsx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:34px;	
}
.boxVerde .testata .boxVerdeSx .boxVerdeDx {
	background-image:url(../../img/verde_topdx.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:34px;	
}

.boxVerde ul {
	margin:5px 0 0 10px;
	padding:0;
	list-style:outside;
	list-style-image: url(../../img/bullet.gif);	
}
.boxVerde li {
	padding:0 0 0 5px;
	margin-left:15px;
	height:120%;
}
.boxVerde select {
	font-size:11px;
}
.boxVerde .hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #47bc08;
	margin:10px 0 0 0;
	padding:0;
}

/* -- */

