/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Verdana;
	border:none;
	list-style:none;
}
body {
	background:url(../imagens/fundo.jpg) repeat-x;
}

abbr {
border-bottom:1px dotted #000;
cursor:help;
}

blockquote {
font-size:90%;
padding-bottom:10px;
text-align:justify;
}

hr {
	border:1px solid #ccc;
	margin:3px 0
}
hr.divisor {
    margin-top:5px;
    margin-bottom:15px;
}
hr.divisor-coments {
    margin-top:3px;
    margin-bottom:0px;
}
a.veja-mais {
    font-size:12px;
}
.frm-depoimentos form {    
    margin-top:10px;
    margin-bottom:50px;
}
#geral {
	width:759px;
	margin:0 auto;
	background:#fff;
}

#container h1, #container #testeira h2, #container #testeira p {
	display:none;
}

#container {
	position:relative;
	font-size:12px;

}

#container #data {
	position:absolute;
	color:#fff;
	top:120px; right:30px;
	text-align:right;
}

#testeira {
  background:url(../imagens/topo.jpg) no-repeat;
  height:191px;
}

#banner {
    padding-top: 27px;
    padding-left: 260px;
}

#banner .link-scritta {
	display: block;
	width: 100px;
	height: 35px;
	float: right;
	text-indent: -9000px;	
}

#menu {
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #76A47F;
	height:26px;
	background:url(../imagens/fundo_menu.jpg);
}
#menu ul {
	margin-left:1px;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	float:left;
	line-height:26px;
	border-left:1px solid #4E7002;
	background:url(../imagens/menu.jpg) repeat-x;
}
#menu ul li a:hover {
	color:#FAC007;    
}
.lastitem {
	border-right:1px solid #4E7002;
}

#conteudo {
	float:right;
	width:507px;
	_width:477px;
	color:#343434;
	margin-right:15px;
}
#conteudo h2 {
	font-size:115%;
	color:#C85E0F;
}
#conteudo h3 {
	color:#205720;    
	margin:10px 0 15px 0;
	text-transform:uppercase;    
	border-bottom:solid 2px #838383;
}
#conteudo h4 {
	margin-top:10px;
}

#conteudo p, #conteudo ul, #conteudo ol {
	margin-bottom:20px;
	font-size:90%;
}
ul.alpha {
list-style-type:lower-alpha;
}

#conteudo p a {
color:#C60;
}
#chamadas p a {
color:#C60;
}
#conteudo p a:hover {
color:#fff;
background:#C60;
}
#chamadas p a:hover {
color:#fff;
background:#C60;
}
#conteudo p.lastp {
padding-bottom:10px;
border-bottom:1px dashed #ccc;
}

#conteudo ul {
margin-left:20px;
}

#chamadas {
	position:relative;
	float:left;
	width:176px;
	background:#e8e8e8;
	margin:23px 0 0 15px;
	padding:12px;
}

#chamadas h4 {
	_padding-left:25px;
	margin:20px 0;
	border-bottom:3px double #ccc;
}

#chamadas p {
	color:#343434;
	font-size:11px;
}

#chamadas .mais {
background:#ccc;
height:7px;
text-align:right;
z-index:0;
position:relative;
}
#chamadas .mais a img {
z-index:1;
position:absolute;
top:-5px; right:-1px;
}

#chamadas p cite span {
font-weight:bold;
font-style:normal;
}

#chamadas ul {
margin-left:20px;
list-style-image:url(../imagens/listtype.gif);
}
#chamadas ul li {
font-size:75%;
line-height:25px;
}
#chamadas ul li a {
color:#666;
}
#chamadas ul li a span {
color:#CF6631;
}
#chamadas #ico_dep {
position:absolute; top:-5px; right:7px;
}
#chamadas .lista2 {
background:#fff;
margin:0;
list-style-image:none;
list-style-type:none;
margin-bottom:10px;
}
#chamadas .lista2 li {
	line-height:20px;
	padding-left:25px;
	font-weight:bold;
	background:url(../imagens/listtype2.gif) no-repeat 10px center;
}
#leiamais ul li a:hover {
    text-decoration:underline;
}
#menu_inferior {
	clear:both;
	border-top:2px solid #ccc;
	margin-top:20px;
	padding:20px 0;
	text-align:center;
	font-size:11px;
	color:#666;
}
#menu_inferior a {
	padding:0 10px;
	font-size:11px;
	color:#666;
}

#rodape {
	font-size:70%;
	color:#343434;
	text-align:center;
	padding-bottom:5px;
}

.clear {clear:both;}
.stronger {
color:#F4A212;
padding-left:35px;
background:url(../imagens/seta_dir.gif) no-repeat 10px 0;
font-weight:bold;
}

.super-destaque {
	border:2px solid #990000;
	padding:10px;
	text-align:center;
	background:#eee;
}
.super-destaque a {
	font-weight:bold;
	font-size:18px;
}

.escuro {color:#000; }
.right {text-align:right;}
.exemplo {
border:1px solid #000;
padding:5px;
background:#eee;
color:#000;
}
.exemplo span {
display:block;
}

/*elementos de formul�rio*/
form dl dt {
	padding:5px 0;
}
label {
	font-weight:bold;
}
input, textarea {
	font-weight:normal;
	border:1px solid #ccc;
	width:400px;
	padding:2px;
}
select {
	border:1px solid #ccc;
}
textarea {
	height:80px;
}
.areabutton {
	margin-top:10px;
	margin-bottom:10px;
}
button {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#eee;
	cursor:pointer;
}

.cor-a {
	background-color: #E6FEDE;
}

.cor-b {
	background-color: #FEFFEA;
}

.date {
	font-size: 9px;
	
}

.autor {
	font-style: italic;
	color: #666666;
}
.lista_publi {
	font-size: 12px;
}

.visualizacao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.prop-link-1{
	color:#0000FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}
#prop-ads-p{
	width: 280px;
}
.prop-ads-p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; !important
	width: 100px;
}
.prop-link-2{
	color:#009900;
	font-size: 10px;
}
.comentario {
	font-size: 14px;
	font-weight: bold;
}
#comentarios {
    background-color:#EEEEEE;
    font-size:13px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:5px;
}
.data {
    font-size:10px;
}

.link_twitter {
	margin-left: 20px;
}