@charset "utf-8";
/* CSS Document */

#conteudoCorpoEsquerdo{
	width: 503px;
	margin-right:15px;	
	float:left;
}

#conteudoCorpoDireito{
	width:222px;	
	float:left;
}

#menuDestaque{
	height:207px;
	width:770px;
}

.link { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b; 
	text-decoration: none;
	font-weight: bold;
}

.link:hover { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b;
	text-decoration: underline;
	font-weight: bold;
}

.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #7c7b7b;
	text-decoration: none;
	font-weight: bold;
}

.contato{
	float:left;
	width:503px;

}

.endereco{
	margin:0;
	width:503px;

}

.icone{
	float:left;
}

.email{
	float:right; 
	margin-top:5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #7c7b7b;
	text-decoration: none;
	font-weight: normal;
}


.email:hover {
	float:right; 
	margin-top:5px;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b; 
	text-decoration: underline;
	font-weight: normal;
}

.navTopo{
	width:520px;	
}
