*{
	padding: 0;
	margin: 0 auto;
	font-size: 96%;
	font-family: Verdana, Times, Arial, Helvetica, serif;
	text-decoration: none;
	border: none;
}
ul, ol{
	margin: 10px 40px;
}
body{
	background: #F2F0DC;
}
#fundo-superior{
	background: url("img/fundo-vermelho-pequeno.gif");
	width: 100%;
	height: 22px;
}
#fundo-topo{
	background: url("img/fundo-preto-medio.gif");
	width: 100%;
	height: 116px;
	border-bottom: 1px dotted #D1CEA7;
}
#superior{
	width: 775px;
	height: 22px;
	text-align: right;
}
#superior a{
	margin-right: 20px;
	color: #FFF;
	font-size: 90%;
	font-variant: small-caps;
	line-height: 170%;
}
#superior a:hover{
	color: #FEF0B7;
}
#topo{
	width: 775px;
	height: 116px;
}
#topo a{
	display: block;
	color: #FFF;
	font-size: 170%;
	padding-top: 20px;
}
#fundo-rodateto{
	width: 100%;
	height:116px;
	background: url("img/fundo-sub-topo.gif") repeat-x;
}
#meio{
	width: 700px;
	position: relative;
	top: -90px;
	overflow: hidden;
}
#conteudo{
	width: 510px;
	float: left;
	overflow: hidden;
}
#fundo-rodape{
	width: 775px;
	height: 5px;
	border-top: 8px dashed #FFF;
}
#rodape{
	padding: 20px;
	text-align: center;
	font-size: 80%;
	line-height: 160%;
}
#rodape a{ font-weight: normal; }
.tecnologia-rodape{
	padding: 1px;
	padding-left: 20px;
	background: url("img/ok.gif") 0 -16px no-repeat;
	color: #D80000;
}
.tecnologia-rodape:hover{
	background: url("img/ok.gif") no-repeat;
}
.clear-padding{
	display: block;
	width: 100%;
	height: 10px;
	clear: both;
}
h1, h2{
	color: #D80000;
	font-size: 210%;
	font-family: "Trebuchet MS",Arial, Helvetica, Verdana, sans-serif;
}
p{
	margin: 10px 20px;
	color: #5D5B46;
	text-align: justify;
}
.subtitulo{
	text-align: left;
	color: #D80000;
}
p.dados-postagem{
	background: #FFF;
	font-weight: bold;
	color: #000;
	padding: 3px;
}
.autor{
	float: right;
	font-size: 90%;
}
.centralizado{
	text-align: center;
}
.entrada{
	border-bottom: 1px dashed #B8B594;
	padding-bottom: 20px;
}
a{
	color: #D80000;
	font-weight: bold;
}
.entrada p a:hover{ background: #FFF; }
cite, blockquote{
	margin: 50px;
	background: url("img/citacao.gif") no-repeat;
	min-height: 40px;
	padding: 25px;
	display: block;
	color: #666;
	font-style: normal;
}
cite:first-letter, blockquote:first-letter{
	font-weight: bold;
	font-size: 200%;
}

/* ------------------MENU------------------- */
#menu-lateral, #algo-mais{
	border: 1px solid #CBC8A1;
	width: 170px;
	float: right;
	background: #FEFDF1;
	text-align: right;
	margin-bottom: 20px;
	padding: 8px;
	overflow: hidden;
}
#menu-lateral ul{
	list-style: none;
	margin: 0 auto;
}
#menu-lateral ul li{ background-color: #F6F4E2; }
#menu-lateral li ul {
	width: 170px;
	position: absolute;
	float: left;
	margin-left: -323px;
	padding: 5px;
	background: #FFF;
	margin-top: -27px;
	display: none;
	float: right;
	z-index: 1;
}
#menu-lateral ul[id]{/* hack para ff, equivale ao mesmo bloco anterior */
	margin-left: -160px;
}
#menu-lateral a{
	display: block;
	width: 155px;
	padding: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 105%;
}
#menu-lateral a:hover {
	color: #FFF;
	text-align: center;
}
.setinha-menu{
	float: left;
	/*position: relative;
	float: left;
	top: -20px;
	clear: both;*/
}
/* -------------MENU FIM------------------- */

/* ------------------FORMULARIOS------------------- */
label, legend{
	color: #666;
}
legend{
	border: 1px solid #CBC8A1;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	background: #FFF;
}
fieldset{
	border: 1px solid #CBC8A1;
	padding: 5px;
	font-size: 110%;
	width: 410px;
}
/* ---------------FIM FORMULARIOS------------------- */

/* ------------------LOGIN------------------- */
fieldset.login{
	width: 320px;
	font-size: 130%;
}
fieldset.login input{
	width: 190px;
	padding: 5px;
}
/* -------------LOGIN FIM------------------- */

/* ---------------BOTOES---------------- */
.botao{
	padding: 1px;
	background: #EEE;
	border: 1px solid #DDD;
	float: right;
	margin-right: 2px;
	font-size: 80%;
}
.botao:hover{
	background: #000;
	cursor: pointer;
	color: #FFF;
}
.img_botao{
	vertical-align: middle; 
	margin-right: 2px;
	margin-top: -1px;
}
.cimg{
	padding: 2px 0 2px;
}
/* ---------------FIM BOTOES---------------- */

#algo-mais{
	text-align: center;
	clear: right;
}
.icones-mais{
	margin-bottom: 5px;
}
.bloco-comentario{
	padding: 3px;
	width: 430px;
	overflow: hidden;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	background: url('img/fundo-comentario.gif') repeat-x;
	padding: 8px;
}
.bloco-comentario-conteudo{
	border-top: 1px dotted #CBC8A1;
	border-bottom: 1px dotted #CBC8A1;
	width: 100%;
	font-weight: normal;
	line-height: 120%;
	padding-top: 3px;
}
.data-comentario{
	float: right;
	font-size: 90%;
	font-weight: normal;
}
.comentario_citacao{
	background: url('img/fundo-citacao.gif') no-repeat;
	height: 50px;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 110%;
}
#paginacao{ text-align: right; }

#paginacao a{
	background: #FFF;
	padding: 3px;
}
#paginacao a:hover{
	background: #DDD;
}
#espera{
	margin: 10% 45%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1;
	display: none;
}
#carregando{
	width: 150px;
	height: 150px;
	background: #DDD;
}
#carregando img{
	padding: 40px;
	border: 1px solid #000;
	background: #FFF;
	margin: 12%;
}
.bloco_central{
       display: block;
       width: 470px;
       padding: 5px;
       border: 5px solid #E0DEC0;
       background: url('img/degrade.png') repeat-x;
	   background-position: bottom left;
}
.bloco_central:hover{ border-color: #CBC8A1; }
.bloco_separador, .bloco_separador2{
	padding: 10px;
	float: right;
	border: 1px dashed #777;
	margin: 5px;
	background: #FFF;
}
.bloco_separador2{ float: left; }


#dealextreme{
	width: 170px;
}
#dealextreme a{
	font-weight: normal;
}
#dealextreme div{
	margin-top: 20px;
}
.separador_simples{
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	border-top: 1px dashed #B8B594;
	padding-bottom: 20px;
}
code{
	display: block;
	border-left: 2px solid #CCC;
	margin-left: 10px;
	padding-left: 10px;
	font-family: Georgia, "Courrier New" ,Arial, Helvetica, Verdana, sans-serif;
}

a.noh{
	color: #000;
	font-weight: normal;
}
a.noh:hover{
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.cimg2{
	display: block;
	padding: 5px;
	float: right;
	background: #EEE;
	border: 1px solid #DDD;
	margin-right: 3px;
}
.cimg2:hover{
	background: #000;
}
.cimg2 img{ border:0;}



/* ----------------------------------------------
	elementos galeria
 ------------------------------------------------ */
.categoria {
	width:300px;
}
	.categoria span { height:98px; display:block; margin-top:10px; padding:5px 10px 0; }
		.categoria span img{ float: left; margin:5px; } /* float: left; */
		.categoria span.odd img{ float: right; }
		.categoria span p{ margin-top: 20px; }

.quadro {
	text-align:center;
	width: 506px;
	min-height: 410px;
}
	.quadro p { font-size:150%; }
	.quadro img { margin-bottom: 5px; border:none; }
