/* Main content */


#intro{
	margin-left:20px;
}


	/* lista  sanfona*/
	
	
	#intro ul{
		list-style:none;
		border-top:1px dotted #949ca5;
		margin-bottom:50px;
	}
		#intro li{
			border-bottom:1px dotted #949ca5;
			padding:8px 0;
		}
			#intro li a.item{
				color:#cb540d;
				text-decoration:underline;
				padding-left:30px;
				background:url(bullet_right.gif) left center no-repeat;
			}
				#intro li a.item:hover{
					text-decoration:none;
				}
			#intro li p{
				margin:15px 0 0 30px;
			}
				#intro li p a{
					color:#cb540d;
					text-decoration:underline;
				}
	
	
	
		#intro li div{
			display:none;
		}
			#intro li.on div{
				display:block;
			}
				#intro li.on a.item{
					background:url(bullet_down.gif) left center no-repeat;
				}








/* Subcontent */		






#options #boxtecnologia{
	display:block;
	width:288px;
	height:187px;
	text-indent:-5000em;
	overflow:hidden;
	background:url(bg_box_tecnologia.gif) left top;
	margin-bottom:20px;
}

#options #boxfaleconosco{
	display:block;
	width:291px;
	height:76px;
	text-indent:-5000em;
	overflow:hidden;
	background:url(bt_home_faleconosco.gif) left top;
	margin-bottom:20px;
}
	#options #boxfaleconosco:hover{
		background-position:left bottom;
	}

