@charset "utf-8";
/* CSS Document */
#basic-accordian{
	width:550px;
	overflow:auto;
}

.accordion_headings{
	width:550px;
	height:109px;
	background:url(../imagenes/programs/cabecera1.png) no-repeat bottom;
	cursor:pointer;
}
.accordion_headings2{
	width:550px;
	height:38px;
	background:url(../imagenes/programs/cabecera5.png) no-repeat bottom;
	cursor:pointer;
}
.accordion_headings3{
	width:550px;
	height:38px;
	background:url(../imagenes/programs/cabecera6.png) no-repeat bottom;
	cursor:pointer;
}
.accordion_headings4{
	width:550px;
	height:38px;
	background:url(../imagenes/programs/cabecera7.png) no-repeat bottom;
	cursor:pointer;
}
.accordion_headings5{
	width:550px;
	height:38px;
	background:url(../imagenes/programs/cabecera8.png) no-repeat bottom;
	cursor:pointer;
}
.accordion_headings:hover{
	
	text-decoration:none;
}

.accordion_child{
	width:550px;
	background:url(../imagenes/programs/centro.png) repeat-y top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.accordion_child2{
	width:550px;
	background:url(../imagenes/programs/centro.png) repeat-y top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.header_highlight{
	
}

