body{
	background:#7ec7ca url(images/bg_principal.jpg) repeat-x;
	margin:0px;
}
a{
	text-decoration: none;
}

.txtBranco{
	font-family:Trebuchet Ms;
	font-size:12px;
	color:#FFFFFF;
}
.txtPreto{
	font-family:Trebuchet Ms;
	font-size:14px;
}
.txtTesteira{
	font-family:Trebuchet Ms;
	font-weight:bolder;	
	font-size:18px;
	color:#009049;
}

.nlink-branco{
	text-decoration: none;
	color: #ffffff;
}
.nlink-branco:hover{
	text-decoration: underline;
}

.nlink-menu{
	font-family:Trebuchet Ms;
	font-size:15px;
	font-weight:bolder;
	text-decoration: none;
	color: #32599c;
}
.nlink-menu:hover{
	text-decoration: underline;
}
.nlink-preto{
	text-decoration: none;
	color: #000000;
}
.nlink-preto:hover{
	text-decoration: underline;
}

ul.redes_sociais {
	padding:0;
	margin:0;
	list-style:none;
}
li.redes_sociais {
	float:left;
	display:inline-block;
	padding-right:10px;
}
a.redes_sociais {
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:23px;
	height:24px;
}
a.icn_facebook { background:url(images/icn_facebook.jpg) no-repeat 0 0; }
a.icn_facebook:hover { background:url(images/icn_facebook.jpg) no-repeat 0 -24px; }
a.icn_linkedin { background:url(images/icn_linkedin.jpg) no-repeat 0 0; }
a.icn_linkedin:hover { background:url(images/icn_linkedin.jpg) no-repeat 0 -24px; }
a.icn_youtube { background:url(images/icn_youtube.jpg) no-repeat 0 0; }
a.icn_youtube:hover { background:url(images/icn_youtube.jpg) no-repeat 0 -24px; }
a.icn_orkut { background:url(images/icn_orkut.jpg) no-repeat 0 0; }
a.icn_orkut:hover { background:url(images/icn_orkut.jpg) no-repeat 0 -24px; }

div.both { clear:both; }
