.prendo {
	background-color: #E7E8F8;
	border: 1px outset #F3E0CB;
	list-style-type: circle;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	cursor: hand;
}


.muyPrendido {
	border: 1px inset #003399;
	list-style-type: circle;
	background-color: #FFFFFF;	
	cursor: hand;

}


.hacerBold {
	font-weight: bold;
	color: #000000;
}

.prendoMenuA {
	list-style-type: circle;
	border-top: 1px none #003399;
	border-right: 1px inset #003399;
	border-bottom: 1px none #003399;
	border-left: 1px inset #003399;
	cursor: hand;
}


.muyPrendidoMenuA {
	list-style-type: circle;
	cursor: hand;
	background: #FFE8C6;
	border-top: 1px none #003399;
	border-right: 1px inset #003399;
	border-bottom: 1px none #003399;
	border-left: 1px inset #003399;

}