* {	margin:0px; }

body {
	background-image:url(imagens/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	color: #666;
}

div#menu {
	padding-top: 0px;
}
div#destaque{
	width:780px;
	border:solid 0px blue;
	text-align:center;
	margin:0px;
	
}
#link_destaque {
	border:solid 0px red;
	font-size:12px;
	padding-top: 10px;
	text-align:right;
	float:right;
	width:100%;
	}
div#tudo {
	width:100%;
	padding-top:40px;
	border:solid 0px red;
	text-align:center;
}
div#conteudo {
	width: 830px;
	margin:0 auto;			
	padding: 10px;
	text-align:left; /* "remédio" para o hack do IE */	
}
.post img {
	border:solid 0px red;
	padding-top: 6px;
	}

.post {
	background-image:url(imagens/box_cinza.png);
	width:245px;
	height:260px;
	background-repeat: no-repeat;
}

.post:hover {
	background-image:url(imagens/box_preto.png);
	color:#FFFFFF;
}
#txt {
	padding: 10px 10px 0px 8px;
	text-align:right;
	float:right;
	}
#link {
	font-size:12px;
	padding: 22px 8px 0px 0px;
	text-align:right;
	float:right;
	width:100%;
	}


#tag1 {
	position:relative;
}

#tag {
	position:absolute;
	left: 113px;
	top: -4px;
}
div#footer{
	border:solid 0px red;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	width:100%;
	margin:0px;
	height:150px;
	position:relative;

}
.box_azul {
	padding-top:0px;
	background-color:#0a398b;
	height:5px;
	border: solid 0px red;
	}
.creditos {
	height:153px;
	text-align:center;
	background-image: url(imagens/rodape.gif);
	background-repeat: repeat-x;
	}
.creditos a{ color:#fff; text-decoration:none;} .creditos a:hover{ color:#fff; text-decoration:underline;}

#link a{ color:#666; text-decoration:none;}
#link a:hover{ color:#666; text-decoration:underline;}
#link_destaque a{ color:#666; text-decoration:none;}
#link_destaque a:hover{ color:#666; text-decoration:underline;}

