#accordion {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3.toggler {
	cursor: pointer;
	font-family:Arial;
	font-size: 12px;
	color: #424242;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left:18px;
	padding-bottom: 5px;
	background-image:url(img/flecha_off.png);
	background-repeat:no-repeat;
	background-position: 2px 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
}
div.element p {
	padding:4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	float:left;
	font-size:10px;
}
div.element {
	background-color: #424242;
	color:#FFFFFF;
}
div.element a {
	color:#FFFFFF;
	font-weight:bold;
}
