/* // estilos para el acordeon */
#basic-accordian{
	width:425px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	height: 295px;
}

#texto{
	float: left;
	width: 420px;
	
}

#apoyo{
	float: right;
	
}

.accordion_headings{
	color:#999999;
	cursor:pointer;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	background-image: url(icons/0200_small%20arrow%20in%20box.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.accordion_headings:hover{
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.accordion_child{
	padding:5px;
}

.header_highlight{
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 14px;
}
