.destacado {
	clear: left;
	float: left;
	width: 250px;
	margin-bottom: 20px;
	margin-right: 15px;
}
.destacado .encabezado {
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	text-align: left;
	background-image: URL('../imgs_layout/cornerBG.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.destacado .encabezado IMG {
	margin-right: 10px;
}
.destacado .listado {
	text-align: left;
	border: 1px solid #036;
	border-bottom: 10px solid #036;
	width: 250px;
	max-width: 238px;
	padding: 5px;
	font-size: 11px;
}
.destacado .listado A {
	text-decoration: none;
	color: #036;
}
.destacado .listado A:hover {
	background-color: #ddd;
}
.destacado .listado IMG {
	margin-top: 6px;
}
.destacado .listado DIV {
	line-height: 12px;
	font-size: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 2px solid #333;
}
.destacado .listado DIV .titulo {
	font-weight: bold;
}
.destacado .listado DIV .subtitulo {
}
.destacado .listado DIV .itemDefault {
	color: #86779c;
}
.itemOver {
	font-size: 10px;
	cursor: pointer;
	background-color: #00ccff;
	background-color: #f7f7f7;
	color: #333;
}
.itemOut {
	font-size: 10px;
	background-color: transparent;
	color: #86779c;
}