.panel {
	/*OPTION 2*/
	position: absolute;	
	right: 15px;	
	min-width: 250px;	
	
	display: none;
	background: #F6F6F6;
	border: 1px solid #A0A0A0;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*height: auto;*/
	overflow-y: auto;
	max-height: 350px;
	padding: 10px 15px;
	filter: alpha(opacity = 90);
	opacity: .90;	

	margin-top:10px;	
	text-align:left;
	
	font-size: 10px;
	font-family: Verdana;
	z-index: 1000;
	
}

a.trigger {
	text-decoration: none;	
	/*color: #ffffff; COMENTADO 28-10-2013*/
	
	color: #7C7C7C; /* AGREGADO 28-10-2013 */
	
	padding: 4px 30px 2px 15px;
	font-weight: bold;
	/*background: #707070 url(../images/plus.png) right center no-repeat; COMENTADO 28-10-2013*/
	background: url(../images/mas.png) right center no-repeat; /* AGREGADO 28-10-2013 */
	/*border: 1px solid #F0F0F0;*/	
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; COMENTADO 28-10-2013*/
	font-size:11px;
}

a.trigger:hover {	
	background-color: lightblue;
	color: #FFFFFF; /* AGREGADO 28-10-2013 */
}

a.active.trigger {
	background: lightblue url(../images/minus.png) right center no-repeat;
	color: #FFFFFF; /* AGREGADO 28-10-2013 */
}

a.trigger:focus {
	outline: none;
}
