*{
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
}
html,body{
	background-color:#FFF;
	color:#666;
}
h3{
	color:#D90000;
	font-size:28px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#corpo{
	position:absolute;
	margin:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
}
#topo{
	position:fixed;
	min-width:100%;
	min-height:194px;
	margin:0 auto; 
	margin-top:0px;
	z-index:100;
}
#topoConteudo{
	position:relative;
	width:1200px;
	min-height:194px;
	margin:0 auto;
	margin-top:0px;
	z-index:10002;
}
#conteudo{
	width:1200px;
	margin: 0 auto;
	padding-top:40px;
}
#rodape{
	position:absolute;
	background-color:#FECC47;
	min-width:100%;
	min-height:150px;
	margin-top:60px;
	z-index:1;
}
#rodapeConteudo{
	width:1200px;
	background-image:url(../img/fundoRodape.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:25px;
	margin:0 auto;
}
#menuRodape{
	line-height:26px;
	color:#FFF;
}
#menuRodape a{
	text-decoration:none;
	color:#FFF;
}
#menuRodape a:hover{
	text-decoration:none;
	color:#666;
}
#menuMinhaConta {
	background-color:#666;
	color:#FFF;
	width:150px;
	height:30px;
	padding-left:8px;
	padding-right:8px;
	cursor:pointer;
	line-height:28px;
}
.coluna{
	float:left;
	display:table;
}
.clear{
	clear: both;
}
/* =============== Estilos de formulários =============== */
.hide{
    display:none;
}
select.required.invalid{
    background: #EEEEEE url(../img/error.png) no-repeat 96%;
}
select:focus.required.invalid{
    background: #FFC url(../img/error.png) no-repeat 96%;
}
select.required.valid{
    background: #EEEEEE url(../img/success.png) no-repeat 96%;
}
select:focus.required.valid{
    background: #FFC url(../img/success.png) no-repeat 96%;
}
input.required.invalid{
    background: #EEEEEE url(../img/error.png) no-repeat right;
}
input:focus.required.invalid{
    background: #FFC url(../img/error.png) no-repeat right;
}
input.required.valid{
    background: #EEEEEE url(../img/success.png) no-repeat right;
}
input:focus.required.valid{
    background: #FFC url(../img/success.png) no-repeat right;
}
.form span{
	border:0px solid red;
    color:red;
    font-size: 11px;    
	display:block;
}
select, label.checkbox {
	cursor: pointer;
}
.tabelaListar{
	width:1200px;
	background-color:#CCC;
	border-spacing:1px;
	margin-bottom:20px;
}
.tabelaListar caption{
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.tabelaListar th{
	height:40px;
	line-height:30px;
	background-color:#DFDFDF;
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding:4px;
}
.tabelaListar tr#impar td{
	height:34px;
	background-color:#FFFFFF;
	color:#666;
	padding-left:4px;
	padding-right:4px;
}
.tabelaListar tr#impar:hover td{
	background-color:#FFFFE8;
}
.tabelaListar tr#par td{
	height:34px;
	background-color:#FCFCFC;
	color:#666;
	padding-left:4px;
	padding-right:4px;
}
.tabelaListar tr#vermelho td{
	height:34px;
	background-color:#F00;
	color:#FFF;
	padding-left:4px;
	padding-right:4px;
}
.tabelaListar tr#verde td{
	height:34px;
	background-color:#090;
	color:#FFF;
	padding-left:4px;
	padding-right:4px;
}
.tabelaListar tr#par:hover td{
	background-color:#FFFFE8;
}
.noticia a {
	text-decoration: none;
	color: #003366;
}
.noticia a:link {
	text-decoration: none;
	color: #003366;
}
.noticia a:visited {
	text-decoration: none;
	color: #003366;
}
.noticia a:hover {
	text-decoration: underline;
	color: #003366;
}
.noticia a:active {
	text-decoration: none;
	color: #003366;
}
.uteis a {
	text-decoration: none;
	color: #8D0000;
}
.uteis a:link {
	text-decoration: none;
	color: #8D0000;
}
.uteis a:visited {
	text-decoration: none;
	color: #8D0000;
}
.uteis a:hover {
	text-decoration: underline;
	color: #8D0000;
}
.uteis a:active {
	text-decoration: none;
	color: #8D0000;
}
.secretarias a {
	text-decoration: none;
	color: #FFF;
}
.secretarias a:link {
	text-decoration: none;
	color: #FFF;
}
.secretarias a:visited {
	text-decoration: none;
	color: #FFF;
}
.secretarias a:hover {
	text-decoration: underline;
	color: #FFF;
}
.secretarias a:active {
	text-decoration: none;
	color: #FFF;
}
.navbar .nav > li {
z-index: 10000;
}