#acordeon  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 330px;
	float: left;
}
#acordeon li  {
	margin-bottom: 3px;
}
#acordeon .header  {
	background-color: #262525;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D3A3A;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #b2b2b2;
}
#acordeon .content {
	display: none;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

