.accordion_toggle 
{
	display: block;
	height: 30px;
	width: 728px;
	background: url(../images/accordion/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #2f4f4f;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active 
{
	background: url(../images/accordion/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content 
{
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 728px;
	padding: 10px;
}
	
.accordion_content h2 
{
	width: 718px;
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
	
.accordion_content p 
{
	line-height: 13px;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0;
	float:left;
}
	
.accordion_content ul
{
	color: #00859a; 
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 0 0 0 28px;
	float:left;
	width: 700px;
}

#incluye
{
	width: 300px;
	padding: 0 0 0 50px;
}
	
#oferta
{
	width: 100%;
	float:left;
	margin: 5px 0 10px 0;
}
#promocion
{
	width: 300px;
	float:left;
	padding: 30px 0 0 0;
}
	
   