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

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

@font-face {
	font-family: Myriad Pro;
	src: url("font/ebrima.eot"); /*IE*/
	src: local("ebrima.ttf"), url("font/ebrima.ttf") format("opentype");
}

@font-face {
	font-family: Ebrima;
	src: url("font/MyriadPro-Regular.eot"); /*IE*/
	src: local("MyriadPro-Regular.ttf"), url("font/MyriadPro-Regular.ttf") format("opentype");
}

body  {
	background-color: #DCDADB;
	line-height: 1.6em;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #666666;
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 0 4px;
	margin: 0;
	text-align: justify;
}

a {
	color: #434343;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0px;	
}

#conteudo a {
	color: #0000FF;
}

.blog dl a {
	color: #434343 !important;	
}

#conteudoHome a {
	color: #434343;
}

input {
	border: 1px solid #CCCCCC;
	border-radius: 2em; /*Standards*/
	-moz-border-radius: 2em; /*Firefox*/
	-webkit-border-radius: 2em; /*Safari e Chrome*/
	-o-border-radius: 2em; /*Opera*/
	color: #827F7F;
	margin-bottom: 2px;
	padding-left: 4px;
}

textarea {
	border: 1px solid #CCCCCC;
	border-radius: 2em; /*Standards*/
	-moz-border-radius: 2em; /*Firefox*/
	-webkit-border-radius: 2em; /*Safari e Chrome*/
	-o-border-radius: 2em; /*Opera*/
	color: #827F7F;
	margin-bottom: 2px;
	padding-left: 4px;
}

select {
	border: 1px solid #CCCCCC;
	border-radius: 2em; /*Standards*/
	-moz-border-radius: 2em; /*Firefox*/
	-webkit-border-radius: 2em; /*Safari e Chrome*/
	-o-border-radius: 2em; /*Opera*/
	color: #827F7F;
	margin-bottom: 2px;
	padding-left: 4px;
}

.clear { 
	clear: both;
}

.invalid {
	color: red
}

#tudo {
	text-align: center;
}

/*Geral*/

.tituloMaior {
	background: url("../imagens/backgrounds/linhaTituloGrande.png") no-repeat scroll transparent bottom left;
}

.tituloMenor {
	background: url("../imagens/backgrounds/linhaTituloPequeno.png") no-repeat scroll transparent bottom left;
}

.actions {
	list-style: none;
	text-align: right;
	margin: 10px 43px 0 0;
	float: right;
}

.actions li{
	width: 10px;
	padding-right: 8px;
	display: inline;
	float: left;
}

/*Topo do site*/
#topo {
    background: url("../imagens/backgrounds/bgTopo.png") repeat-x scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 178px;
}

#header {
	background: url("../imagens/backgrounds/bgHeader.png") no-repeat scroll 0 0 transparent;
    height: 178px;
    margin: auto;
    overflow: hidden;
    width: 1000px;
}

#logo{
	float: left;
	padding-left: 30px;
	width: 204px;
}

#login{
	float: right;
	width: 208px;
}

/*Menu superior*/
#topmenu {
	background: url(../imagens/backgrounds/topmenubg.png) repeat-x;
	font-size:10pt;
	height: 43px;
	border-bottom: thick solid #FFCC00;
	margin: auto;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#menu {
    margin: auto auto auto 200px;
    width: 100%;
}

/*Menu lateral*/

#colunaDireita .menu {
	padding-left: 2px;
	width: 98%;
}

#colunaDireita .menu li {
	list-style: none;
	text-align: left;
}

#colunaDireita .menu li a {
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	padding: 0.5em 0.5em 0.5em 2em;
	color: #919090;
	display: block;
	font-weight: bold;
}

#colunaDireita .menu li a:hover {
	background: none repeat scroll 0 0 #B9CBDF;
	color: #4C4B4B;
}

/*Envolve toda a parte central do site*/
#wrap {
	height: auto;
	margin: auto;
	min-height: 100%;
	width: 1000px;
	text-align: left;
}

/*Notícias e banners destaques*/
#destaques{
	background-color: transparent;
    height: auto;
    margin: auto;
    padding-bottom: 0px; 
    padding-top: 0px;
    margin-top: 6px;
    width: 1000px;
   /* float: left;*/
}

#noticias {
	float: left;
	/*border: 1px solid #000;*/
	width: 570px;
}

#banners {
	float: left;
	text-align: right;
	/*border: 1px solid #000;*/
	width: 430px;
}

/*Caminho de navegação*/
#caminhoNavegacao {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 3px solid #21589B;
    color: #434343;
	height: 26px;
	padding: 6px 0px 0px 6px;
	margin: 10px 0px;
   /*float: left;
    width: 100%;*/
}

/*Centro do site*/
#centro {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 100%;
	color: #434343;
	margin-top: 6px;
	width: 1000px;
	/*overflow: hidden;*/
}

#conteudo {
    float: left;
    font-size: 10pt;
    /*overflow: hidden;*/
    width: 770px;
    padding: 6px 0 10px 6px;
}

#conteudo h2 {
    float: left;
	color: #1B5A9F;
	width: 100%;
	padding: 8px 0 4px 4px;
}

#colunaDireita {
    float: right;
    width: 214px;
    min-height: 100%;
    text-align: center;
}

#colunaDireita h1 {
	color: #20589B;
	font-family: Myriad Pro,Trebuchet MS,Verdana;
	font-weight: bold;
	text-align: center;
	/*width: 214px;*/
}

#botaoVer {
	padding-top: 10px;
}

/*Artigo*/

.item-page h2{
	background: url("../imagens/backgrounds/linhaTituloNoticia.png") no-repeat scroll transparent bottom left;
	padding: 10px 0px 0px 10px;
}


.item-page .article-info{
	background: none repeat scroll 0 0 #F4F4F4;
	margin-top: 0px;
	width: 98%;
}

.item-page .article-info dd {
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 8px 8px;
}

/*Paginacao*/

.pagination {
	/*float: right;*/
	padding-bottom: 16px;
	text-align: center;
	width: 100%;
}

.pagination ul {
	list-style: none;
}

.pagination li {
	/*float: left;*/
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}

.pagination li a {
	color: #FFFFFF !important;
	font-weight: bold;
	background: #20589B;
	padding: 1px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*box-shadow: 0.1em 0.2em 0.3em black ;*/
	box-shadow: 1px 0.7px 3px rgba(0, 0, 0, 0.70);
}

.pagination ul li {
	display: inline;
}

.pagination li a:hover {
	text-decoration: none;
}

.pagenav  {
	color: #4DCEFF;
	background: #20589B;
	padding: 1px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 0.7px 3px rgba(0, 0, 0, 0.70);
}

/*Tabela*/

table {
	border: 0px;
	border-collapse: collapse;
}

caption, .tituloTabela {
	background: #5882B4;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px;
	height: 26px;
}

tr {
	height: 26px;
}

tr:nth-child(odd) { 
	background-color: #E2E2E2;
}
 
 tr:nth-child(even) {
	background-color: #D1D1D1;
}

tr:hover {
	background: none repeat scroll 0 0 #CCDDEE;
}

td {
	border-right: 1px solid #A6A6A6;
	padding: 0px 5px;
}

td:first-child {
	border-left: 0 solid #A6A6A6;
}

td:last-child {
	border-right: 0 solid #A6A6A6;
}

/*Rodapé*/
#rodape
{
	background: linear-gradient(to bottom, #003D8F, #0051A5) no-repeat scroll #0051A5;
	color: #FFFFFF;
	font-size:8pt;
	float: left;
	height: 400px;
	margin-top: 30px;
	border-top: 10px solid #FFCD00;
	border-bottom: 10px solid #FFCD00;
	width: 100%;
	/*overflow: hidden;*/
}

#menuRodape {
	float: left;
	font-size: 12px;
    padding-left: 20px;
    padding-top: 8px;
    text-align: left;
    width: 86%;
    height: 266px;
}

#redesSociaisRodape {
	float: left;
	/*float: right;*/
    padding-top: 8px;
    width: 11%;
    
}

#dadosEmpresa {
	color: #FFFFFF;
	float: left;
	text-align: center;
    width: 100%;
    margin-top: 60px;
/*    line-height: 16px;*/
}

#dadosEmpresa a {
	color: #FFFFFF
}


