*
{ 
border: 0px; 
}

a:link, a:visited , a:hover {
border: 0px; 
text-decoration:none;
}
/* for low resolution display */
.brasao {
    background-image: url(menus/elementos_menu/brasao.png);
	background-size: 145px 131px;
	display: block;
      width: 145px;
      height: 131px;
      background-position: 0 0;
      overflow: hidden;
	margin: auto;
}

.test{/* TESTAR FONTE */
	font:normal 15px/1.5em "Muli", sans-serif;
	color: #333940;
	text-align: justify;
	
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.brasao {
    background: url(menus/elementos_menu_retina/brasao_R.png) no-repeat;
    background-size: 148px 136px;
/* rest of your styles... */
}
}

