#accordion {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#accordion ul {
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	margin: 0px;
}
#accordion ul li {
	background-image: url(../imagen/backgrounds/menuStars.png);
	background-repeat: no-repeat;
	background-position: 0px -8px;
	padding-left: 20px;
	line-height: 13px;
	font-size: 11px;
}
#accordion ul li ul {
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
}
#accordion ul li ul li {
	background-position: 0px -176px;
	background-image: url(../imagen/backgrounds/menuStars.png);
	line-height: 11px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0px;
}




#accordion h3.toggler {
	cursor: pointer;
	border-bottom-color: #E4E0A7;
	font-size: 12px;
	color: #454545;
	background-color: #EDE4B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-variant: small-caps;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
}
#accordion h3.toggler:hover {
	background-color: #F1EFD1;
}
div.element {
	background-color: #FCFBF7;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBE7BC;
	border-left-color: #EBE7BC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBE7BC;
}


div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
