
.basic  {
	width: 938px;
	border: 0px solid black;
}
.basic_contenedor{
	background-image:url(images/acrodeon_lateral.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top:5px;
}
.basic_contenedor_bottom{
	background-image:url(images/acrodeon_inferior.png);
	width:936px;
	height:7px;
}

.basic > h3 {
	width:916px;
	height:30px;
	cursor:pointer;
	display:block;
	background-image:url(images/acordeon_titulo_inactivo.png);
	padding-top:9px;
	padding-left:20px;
	margin-top:3px;
	margin-bottom:0px !important;
}
.basic > h3:hover {
}
.basic > h3.selected {
	background-image:url(images/acordeon_titulo_activo.png);
}
