/* CSS Document */

body{
	background:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	margin:0;
	background-color:#16231e;
	
	font-family:Arial, Helvetica, sans-serif;
}

.conteudo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5a5a4f;
}

#head{
	font-weight:bold;
}

#img{
	border:3px #c2c2b5 solid;
}

#imgdestaque{
	float:left;
	border:3px #c2c2b5 solid;
	margin-right:15px;
	margin-bottom:10px;
}

#data {
	font-size:10px;
	float: right;
	margin-right:10px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#15221e;
	margin:0;
	margin-bottom:5px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#15221e;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

#fonth2{
	font-family:Arial, Helvetica, sans-serif;
}

#font2h2{
	color:#bc5500;
	font-family:"Times New Roman", Times, serif;
	padding-left:18px;
	padding-top:0px;
	margin-top:0;
}

#linha{
	background:url(imagens/linha.png);
	background-repeat:repeat-x;
	width:100%;
	margin-left:10px;
	margin-right:15px;
	height:13px;
}

#linha2{
	background:url(imagens/linha.png);
	background-repeat:repeat-x;
	width:520px;
	margin-left:10px;
	height:13px;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#da7305;
}


a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	text-decoration:underline;
	color:#bc6407;
}

.box{
	background:url(imagens/degradebox.gif)	repeat-x;
	border:1px solid #b5b5ad;
}

#newsletter{
	color:#000;
}

#butao{
	background:url(imagens/botao.png);
	background-repeat:no-repeat;
	width:71px;
	height:33px;
	background-position:center;
	border:none;
	color:#FFF;
	font-size:11px;
}

#preto{
	color:#5a5a4f;
	text-decoration:underline;
}

#datanews{
	color:a39f90;
	font-size:11px;
	font-style:italic;
}

#news{
	margin-left:20px;	
}

#linhanews{
	background:url(imagens/linha.png);
	background-repeat:repeat-x;
	width:100%;
	height:13px;
}

.rodape{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#667d71;
	text-align:center;
	padding:10px;
}

#plauto{
	font-size:13px;	
	font-weight:bold;
}

.destaque{
clear:both;
}

.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#ecece1;
	border:solid 2px #dcdccd;
}

.fots{
	float:left;	
	text-align:center;
	margin:0px 10px 10px 10px;
	border:1px #cbcbae solid;
	padding:10px;
	height:250px;
	width:220px;
}


