#navigation {
	border:none;
	margin:0px;
	padding:26px 0px 33px 0px;
	text-indent:0px;
	text-align:left;
	width:285px;
}
#navigation a.head {
	width:280px;
	height:36px;
	padding-left:20px;
	padding-right:15px;
	background: url(p2_14.png) right no-repeat;
	cursor:pointer;
	color:#98be48;
	font-family: "Century Gothic",Arial,sans-serif;
	font-size:27px;
	display:block;
	line-height: 36px;
	text-decoration: none;
	text-transform:lowercase;
	/*transform:  rotate(0deg) ;
    transition: transform 0.6s ease 0s;*/
	
}
#navigation a.head:hover {
	color:#ccc;
}
#navigation a.selected {
	width:280px;
	height:36px;
	/*transform: rotate(360deg);
    transition: transform 3s ease 0s;*/
	background: url(p2_11.png) right no-repeat;	
}
#navigation li a.current{
	 background: url() 9px 9px no-repeat;
	color:#0086CE;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:9x 0px 18px 0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#525252;
	font-size:13px;
	display:block;
	font-family: "Century Gothic",Arial,sans-serif;
	text-indent:14px;
	text-decoration: none;
	text-align:left;
	padding-left:40px;
	text-transform:uppercase;
}
#navigation li li a:hover {
	color:#000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
.m-verde {
    color: #99bf49;
    font-family: "Century Gothic",Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 15px;
}