* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../imagens/fundo.jpg) fixed repeat center top;
}

/*
Alinhar textos para o explorer
*/
table {
	text-align: left;
}

#pedaco_logo {
	background:url(../imagens/logo_sup.png);
	width: 260px;
	height: 32px;
	top: 288px;
	left: 360px;
	position:absolute;
	z-index: 9001;
	margin: 0 auto;
}

/*
Campos de Newsletter
*/
.campos_news {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ffba00;
	width: 250px;
	padding: 3px;
}

/*
Campos para Contato
*/
.campos_contato {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ffba00;
	padding: 3px;
}

/*
Fonte do Rodape
*/
.rodape {
	font-size: 15px;
}
.rodape a {
	color: #000;
	text-decoration: none;
}
.rodape a:hover {
	font-style: italic;
}

/*
CSS Notícias
*/
.titulo_noticias {
	color: #2b5c00;
	padding: 0 0 8px 0;
}
.titulo_noticias a {
	color: #2b5c00;
	padding: 0 0 8px 0;
	text-decoration: none;
}
.nome_post {
	color: #bf0000;
}
.linha_separacao {
	background: #ffba00;
	width: 100%;
	height: 4px;
	margin: 0 0 8px 0;
}
.continue_lendo {
	color: #2b5c00;
	font-size: 16px;
	float: right;
	text-decoration: none;
	font-weight: bold;
}

/*
Link Contrate
*/
.contrate a {
	color: #2b5c00;
}

/*
Fotos Página Principal
*/
.thumb_principal {
	width: 202px;
	float: left;
	padding: 0 6px 0 0;
}
.titulo_thumb {
	color: #2b5c00;
	font-size: 19px;
}

/*
Fotos
*/
#thumb {
	width: 180px;
	float: left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0;
}
.titulo {
	color: #2b5c00;
	font-weight: bold;
}

/*
Botão Ver Todos
*/
.ver_todos {
	background: #2b5c00;
	width: 100%;
	height: 31px;
	text-align: center;
}
.ver_todos a {
	background: #2b5c00;
	width: 100%;
	height: 31px;
	text-align: center;
	font-size: 19px;
	color: #FFF;
	text-decoration: none;
	line-height: 31px;
}

/*
Topo
*/
.topo {
	background: url(../imagens/topo.png) no-repeat top center;
}
.pedaco_bg_conteudo {
	background: url(../imagens/para_menu.png) no-repeat bottom;
}
.pedaco_bg_conteudo2 {
	background: url(../imagens/para_menu.png) no-repeat bottom;
}
.bg_menu {
	background: url(../imagens/bg_menu.png) repeat-x top;
}

/*
Link Voltar
*/
.voltar {
	color: #000;
	text-decoration: none;
}
.voltar:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/*
Menu Rodape
*/
ul.menu_rodape {
	margin: 0px;
	padding: 0px;
}
ul.menu_rodape li {
	list-style-type: none;	
	display: inline;
	float: left;
}
ul.menu_rodape li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding: 0 15px 0 0;
}
ul.menu_rodape li a:hover {
	font-weight: bolder;
}

/*
Menu Admin
*/
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;	
	display: block;
	padding: 5px 0;
}
ul.menu li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
ul.menu li a:hover {
	font-weight: bolder;
}


/*
Tira a borda do Flash
*/
object {
	outline: none;
}

/*
Links do admin
*/
.link_admin {
	text-decoration: none;
	color:#333;
	font-weight: bold;
}
.link_admin:hover {
	text-decoration: underline;
	color:#333;
	font-weight: bold;
}

/*
Menu Cifras
*/
ul.cifras {
	margin: 0px;
	padding: 0px;
}
ul.cifras li {
	list-style-type: none;	
	display: block;
	padding: 2px 0;
}
ul.cifras li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
ul.cifras li a:hover {
	font-weight: bolder;
}


/*
Link Geral
*/
.link {
	text-decoration: none;
	color: #000;
}

#noticias a {
	color: #333;
	text-decoration: none;
}
#noticias a:hover {
	font-style: italic;
}
