#basic-accordian{
	width: 188px;
}
.accordion_headings{
	width:188px;
	height: 19px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:2px; 
	cursor:pointer;
	background-repeat: no-repeat;
	text-align: left;
	background-image :url(../img/fondoNoSelec.jpg);
}
span.separador{
	margin-left: 25px;
}
.header_highlight{
	background-image :url(../img/fondoSelec.jpg);
	background-repeat: no-repeat;
}
.accordion_child{
	overflow:hidden; 
	background:#DDDCDA;
	height: 219px;
}
.accordion_child h3{
	display: block;
	width: 180px;
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 8px;
}
.accordion_child p{
	display:block; 
	width:180px; 
	text-align: justify;
	color: #000000;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 2px;
}
.accordion_child a{
	display: block;
	width: 180px;
	text-align: right;
	color: #9d1b35;
	text-decoration: underline;
	font-size: 10px;
}
.accordion_child a:hover{
	text-decoration: none;
}