*{
	margin: 0px;
}
body{
	background-image: url(img/fundo.jpg);
}
body, td {
	color: #313D51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 13px;
	color: #313D51;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
h1 a {
	font-size: 13px;
	color: #313D51;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	font-size: 13px;
	color: #313D51;
	font-weight: bold;
	text-decoration: underline;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;

}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

/* - - - - - classes - - - - - */

.img {
	padding: 1px;
	border: 1px solid #666666;
	margin: 5px;
}
.img_destaques {
	padding: 1px;
	border: 1px solid #666666;
	margin-right: 5px;
}
.tit_verde {
	color: #8EB51A;
	font-size: 13px;
	font-weight: bold;
}
.tit_vermelho {
	color: #FA4A4A;
	font-size: 13px;
	font-weight: bold;
}
.tit_colunistas {
	color: #313D51;
	font-weight: bold;
}
.txt_branco {
	color: #FFFFFF;
}
.txt_data {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}
.txt_cinza {
	color: #666666;
}
.txt_noticias {
	color: #313D51;
}

/* - - - - - div's - - - - - */

#wrapper {
	margin: 0px auto;
	width: 975px;
	padding: 10px;
}
#topo {
	width: 975px;
}
#topo_publicidade {
	width: 955px;
	padding: 10px;
	background-color: #202835;
}
#conteudo {
	width: 975px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#esquerda {
	width: 190px;
	float: left;
}
#meio {
	width: 585px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#destaque_e {
	width: 274px;
	border-right: 1px solid #60789F;
	padding: 5px;
	float: left;
}
#destaque_d {
	width: 270px;
	padding: 5px;
	float: left;
}
#destaques {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background-color: #E0E0E0;
}
#direita {
	width: 190px;
	float: left;
}

#internas {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* - - - - - extras - - - - - */

#linha {
	padding-bottom: 5px;
	border-bottom: solid 1px #D8D8D8;
	margin-bottom: 5px;
}
#publicidade {
	width: 520px;
}
#publicidade_lat {
	margin-top: 10px;
	text-align: center;
}
#classificados {
	width: 164px;
	height: 40px;
	background: url(img/classificados_fundo.jpg) repeat-y;
	margin-bottom: 5px;
	padding: 5px;
}
#classificados a {
	color: #FF9900;
	text-decoration: none;
}
#classificados a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#menu_meio a {
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #982932;
	border-bottom-color: #651D22;
	text-indent: 8px;
	text-decoration: none;
}
#menu_meio a:hover {
	display: block;
	line-height: 30px;
	color: #FFCC00;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #982932;
	border-bottom-color: #651D22;
	text-indent: 8px;
	background-color: #80232B;
	text-decoration: none;
}

#pontilhado {
	border-bottom: 1px dashed #6DA3C7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
#pontilhado_no_clear {
	border-bottom: 1px dashed #6DA3C7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#clear_both {
	clear: both;
	height: 0px;
	/*overflow: hidden;*/
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}