div#test-accordion{
	padding:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.accordion {
	position: relative;
	width: 300px;
	background-color: #7D140F;
	margin-right: auto;
	margin-left: auto;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;
	color:#ffffff;
	cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	background-color: #AE2919;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #80150F;
	background-image: url(../img/menos-trans.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#DD3320;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-image: url(../img/mas-trans.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#test-accordion .accordion-content h3 {
	font-size: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.accordion-content .imagen_izq {
	margin: 4px;
	border: 1px solid #9E2919;
}


div.accordion-content{
	overflow: hidden;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80150F;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #9A2316;
	margin-bottom: 10px;
}
#test-accordion .accordion-content li {
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE2919;
	height: 60px;
	float: left;
	width: 250px;
}

#test-accordion .accordion-content li:hover {
	background-color: #A41B13;
}

