@charset "utf-8";

/* Menu do Site */
div#menu a.home{
	float:left;
	width:101px;
	height:59px;
	background:url(../../img/es/menu/home_hover.png) 0 0 no-repeat;
}
div#menu a.home:hover{
	background:url(../../img/es/menu/home.png) 0 0 no-repeat;	
}
div#menu a.produtos{
	float:left;
	width:110px;
	height:59px;
	background:url(../../img/es/menu/produtos.png) 0 0 no-repeat;
}
div#menu a.produtos:hover{
	background:url(	../../img/es/menu/produtos_hover.png) 0 0 no-repeat;	
}
div#menu a.aplicacoes{
	float:left;
	width:120px;
	height:59px;
	background:url(../../img/es/menu/aplicacoes.png) 0 0 no-repeat;
}
div#menu a.aplicacoes:hover{
	background:url(../../img/es/menu/aplicacoes_hover.png) 0 0 no-repeat;	
}
div#menu a.contato{
	float:left;
	width:110px;
	height:59px;
	background:url(../../img/es/menu/contato.png) 0 0 no-repeat;
}
div#menu a.contato:hover{
	background:url(../../img/es/menu/contato_hover.png) 0 0 no-repeat;	
}
p.vejamais a{
	float:right;
	margin-right:10px;
	background:url(../../img/es/veja_mais.jpg) 0 0 no-repeat;
	width:94px;
	height:23px;
}
