@charset "utf-8";
/* CSS Document */
#comboEnriquecidoTitulo{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #336699;
	display: block;
	border: solid 1px #7F9DB9;
	padding: 3px;
	background-image: url(../images/icoAbrir.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:14px;
	width: 250px;
	background-color: White;
	margin-top: 10PX;
	
}

#comboEnriquecidoContenido{
	border: solid 1px #7F9DB9;
	width: 500px;
	height: 200px;
	overflow: auto;
	display: none;
	position: absolute;
	background-color: White;
}
a.enlaceOpciones{
	color: #336699;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	display:block;
}
.capaHijos{
	display: none;
	margin-left: 20px;
}