


/*  _________________ PRODUTOS _________________________*/ 

.usual {
  width:1000px;
  margin:0 auto;

  
}

.usual ul{
    list-style:none;
	margin:0;
	padding:0;
	border:0;}

.usual li { list-style:none; float:left;  }
.usual ul a {
  display:block;
  width:250px;
  height:97px;
  margin-left:0;
 
}
.usual ul a:hover {
  background: url(images/lm-menu-idiomas-bg-hover.png);
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background: url(images/lm-menu-idiomas-bg.png);
  cursor:default;
  }

.usual div a { color:#000; font-weight:bold; }










