/* CSS Document */
.imatgeMenu{
	background-color:#FFFFFF;
	float:left;
}

.imatgeMenu{
	width:64px;
	height:64px;
	overflow:hidden;
}
.imatgeMenu.select {
	background-color:#0000CC;
}
.imatgeMenu:hover, .sensible {
	background-color:#FF6600;
}

.imatgeMenu{
	border-left:1px solid;
	border-right:1px solid;
	border-color:#FFFFFF;
}


.transparent{
  	filter:alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
	cursor:pointer;
}
.transparentSel, .transparent:hover{
  	filter:alpha(opacity=60);
  	-moz-opacity: 0.60;
  	opacity: 0.6;
	cursor:pointer;
}

.solid{
  	filter:alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
	cursor:pointer;
}

#MenuImg{
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}