#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family:arial;
	font-size: 14px;
	background:url('../img/acordeon/imagen_item_despl.jpg')#E7E3E7 no-repeat 10px center;
	color:#5A595A;
	margin: 0 0 4px 0;
	text-align:left;
	height:24px;
	padding:9px 5px 1px 25px;
}

h3.toggler .aco-row{
	background:url('../img/acordeon/flecha_desplegable_abrir.jpg')#E7E3E7 no-repeat center;
	float:right;
	width:18px;
	height:16px;
}

h3.toggler .aco-row-cerrar{
	background:url('../img/acordeon/flecha_desplegable_cerrar.jpg')#E7E3E7 no-repeat center;
	float:right;
	width:18px;
	height:16px;
}

div.element p,div.element h4{
	margin:0px;
	padding:4px;
}

blockquote{
	padding:5px 20px;
}
