#divAcordeon {

	visibility: hidden;

	clear: both;

}



.seccionAcordeon {

	padding: 5px 7px;

	font-size: 11px;

	text-align: left;

	background-image: url(../imgsite/portal/fdobusc1.gif);

	background-repeat: repeat-x;

	cursor: pointer;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	border-width: 0px 1px;

	}

.seccionAcordeon:hover {

	background-image: url(../imgsite/portal/fdobusc2b.gif);

}

.seccionAcordeonActiva {

	background-image: url(../imgsite/portal/fdobusc2b.gif);

}



.textoAcordeon {

	text-align: left;

	font-size: 10px;

	padding: 2px 7px 3px;

	line-height: 14px;

	}

.textoAcordeon a:hover {
	font-weight: normal;
	color: #FF470C;
	line-height: 14px;

	}
