
.basic  {
	width:600px;
	font-family: verdana;
}
.basic div {
	background-color: #F4F4F4;
}

.fecha99{
color:#4D4D4D;
}

.fecha99v{
color:#55A400;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px 5px 5px 10px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#787878;
	background-image:url(img2/bg-a-acordeon.gif);
	background-repeat:repeat-x;

}
.basic a:hover {
	background-image:url(img2/bg-a-acordeon2.gif);
	background-repeat:repeat-x;
}
.basic a.selected {
	color:#ffffff;
	background-image:url(img2/bg-a-acordeon3.gif);
	background-repeat:repeat-x;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

