categoria{font-size:160%; color: #8fbfef; line-height: 1.05em; margin-bottom: 10px; bold}

#faq h2{
	color: #8ebfef;
	font-size: 17px;
	background: url('../images/faq_arrow_closed.png') no-repeat 2px 5px;
	padding: 4px 0 4px 28px;
	position: relative;
	cursor: pointer;
}

#faq h2.open{
	background-image: url('../images/faq_arrow_open.png');
}


#faq .answer {
	width: 100%; border:0;
}

#faq ul li{
    background: none;
    padding:0;
}

#faq .answer p{
	margin: 0;
	padding: .8em 0 0;
}
