﻿@charset "utf-8";
/* CSS Document */

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/fd-bkg.jpg);
	background-repeat:repeat-x;
	background-color:#E8E8E8;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: underline;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #669900;
}
#divLayout_admin {
	position:relative;
	width:775px;
	height:600px;
	z-index:1;
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
}

#divLayout {
	position:relative;
	width:775px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
}
#divTopo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:2;
	background-image:url(../images/topo.jpg);
}
#divMenu {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:25px;
	z-index:3;
	background-color: #F5F5F5;
}
#divMenuItens {
	position:relative;
	left:2%;
	top:0px;
	width:100%;
	height:20px;
	z-index:3;
}
#divCorpo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:2;
	background-color: #FFFFFF;
}
#divRodape {
	position:relative;
	float:left;
	left:0px;
	bottom:0px;
	width:100%;
	height:80px;
	z-index:2;
	background-image:url(../images/img-rodape.jpg);
	border-top:solid #004600 1px;
	/*background-color: #058305;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;*/
}
#divBanner {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:120px;
	z-index:2;
	border-bottom:solid #999999 1px;
	border-top:solid #999999 1px;	

}
#divTela {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:775px;
	height:auto;
	z-index:2;
	background-color: #FFFFFF;
}
#divDestaque {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	z-index:2;
	/*background-image:url(../images/img-destaques2.jpg)*/
}

#divTitDestaque {
	position:relative;
	float:left;
	left:0;
	top:0;
	width:100%;
	height:25px;
	z-index:2;
	background-image:url(../images/img-destaques.jpg);
}
#divPatrocinio {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:2;
}
#divBoletim {
	position:relative;
	left:0px;
	top:10px;
	width:100%;
	z-index:2;
	border: 1px solid #CCCCCC;
}
#divEnquete {
	position:relative;
	left:0px;
	top:10px;
	width:100%;
	z-index:2;
	border: 1px solid #CCCCCC;
}
#divTitPatrocinio {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:775px;
	height:25px;
	background-image:url(../images/img-apoio.jpg);
	z-index:2;
}
#divConteudo {
	position:relative;
	left:10px;
	top:5px;
	width:755px;
	height:auto;
	z-index:1;
}

.texto_padrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-align:justify;
}
.titulo14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borda {
	border: 1px solid #999999;
}
.titulo14_v {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004600;
}
.caixa_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	height: 15px;
	width: 15px;
	border: 1px solid #CCCCCC;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	height: 15px;
	border: 1px solid #CCCCCC;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.titulo_v {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004600;
}
.traco {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004600;
}
.alerta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #FF3300;
}
.fundo_b {
	background-color: #EAEAEA;
	border:#00CCFF;
}

.fundo_a {
	background-color: #FFFFFF;
	border:#00CCFF;
}
