*{
	margin: 0px;
}
		dl{
	margin: 1px auto;
	width: 100%;
}
		dt, dd{ padding: 10px; }
		dt{
	color: #333333;
	border-bottom: 1px solid #141414;
	border-top: 1px solid #4E4E4E;
	cursor: pointer;
}
		dd{ background: display: none; line-height: 1.6em; }
		/*dt.activo, dt:hover{ background: #4f1479; }*/

		dt:before{ content: "▸"; margin-right: 10px; }
		dt.activo:before{ content: "▾"; }
