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

html, body {
	margin:0;
	padding:0;
	font-size:10pt;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
form{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tudo{
	min-width:980px;
	overflow:auto;
	width:100%;
	height:100%;
}

/********* topo **********/

.intern{
	width:980px;
	margin: 0 auto;
}
.topo{
	padding: 30px 0;
}
.topo_int{
	height: 145px;
	overflow: hidden;
}
.topo .topo_sup{
	height:30px;
}
.topo .topo_int .topo_esq{
	float:left;
	font-family:Arial;
}
.topo .topo_int .topo_esq div{
	padding:0;
}
.topo .topo_int .topo_esq span{
	font-size:11pt;
	line-height:35px;
	padding-left:10px;
}
.logomarca{
	/*white-space: nowrap;*/
    overflow: hidden;
    padding-top: 10px;
}
.logomarca a {
	color: #D9534F;
}
.logomarca img {
	float: left;
	margin-right: 10px;
}
.logomarca small{
	/*font-style:italic;*/
	margin-left: 10px;
	font-size: 60%;
}

/******* menu_topo_sup *********/

.menu_topo_sup{
	overflow:hidden;
	text-align:right;
	padding-top:5px;
}
.menu_topo_sup li{
	text-align:center;
	display:inline;
	margin-top:5px;
	height:12px;
	padding:0 15px 5px 15px;
	border-right: 1px #fff solid;
}
.menu_topo_sup li a,
.menu_topo_sup li a:link,
.menu_topo_sup li a:active,
.menu_topo_sup li a:visited{
	color:#fff;
	font-weight: normal;
}
li.none{
	border:none;
}
.menu_topo_sup li a:hover{
	text-decoration:none;
}


/********* menu_topo **********/

.menu_topo{
	padding:10px 0;
	clear:both;
	border:none;
	background: #D9534F;

	display: block;
    height: 35px;
    outline: none;
    margin-bottom: 20px;
}
.menu_topo ul{
	float:left !important;
	margin:0 !important; 
	padding:3px 0 !important;
	background: none !important; 
}
.menu_topo ul li {
	color: #FFFFFF;
	/*border-left: 1px #B94848 solid;*/
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.menu_topo ul li:hover{
	/*background:#CCA401;
	color:#000000 !important;
	border-left:1px #DFB300 solid;*/
	border:none;
	margin-right:2px;
}
.meun_topo ul li ul{
	width:270px !important;
	background:#ffcd00 !important; 
}
.menu_topo a, 
.menu_topo a:link, 
.menu_topo a:active,
.menu_topo a:visited{
	font-weight:normal !important;
	color:inherit;
	font-size:12pt !important;
}
.menu_topo a:hover{
	color:#ffcd00;
}
.menu_topo.jqx-rc-all {
	-moz-border-radius: 0;
}
.menu_topo #border_none{
	border-left: none !important;
}
.acesso_informacao{
	float: right;
	margin-right: 10px;
}
/******* Banner *************/

.banner{
	padding:5px;
	overflow:hidden;
	border:1px #ccc solid;
	margin:10px auto 20px auto; 
}
.banner ul{
	position:relative;
	display:block;
}
.banner ul li{
	height:90px; 
	display:block;
	position:relative; 
	overflow:hidden;
}
.banner ul li span{
	background:url(/resources/imagens/site/bg_legenda.png) repeat;
	padding:5px;
	display:block;
	position:absolute;
	right:0;
	bottom:5px;
	color:#fff;
}
/****** Busca topo ************/

.buscaTopo{
	margin: 75px 0 10px 0;
	text-align:right;
	border: 1px #eaeaea solid;
}
.buscaTopo input{
	height:35px;
	width:100%;
	border: none;
	font-size:9pt;
	padding-left:5px;
	background: #fff url(/resources/imagens/site/find.png) no-repeat 98% center;
}
.buscaTopo button{
	height:32px;
	border:none;
	color:#fff; 
	cursor:pointer;
	padding-bottom:5px;
	vertical-align:bottom; 
	width:61px !important;
	background: url(/resources/imagens/site/bg_botao.png) no-repeat 0 0 !important;
}

/********* conteudo_sup ***********/

.conteudo_sup, 
.conteudo_sup_min{
	margin-bottom: 20px;
	/*border: 5px #ccc solid;*/	
}
.conteudo_sup_int{
	height: auto;
	z-index: 99999;
	overflow:hidden;
	background:#fff;
	padding: 5px 0 0 0;
}
.conteudo_sup_int p{
	margin:0;
	color:#666;
	float:left;
	padding:0 15px 10px 0;
}
.conteudo_sup_int p strong{
	font-size:14pt;
	font-weight:bold;
}
.conteudo_sup_int p span{
	font-style:italic;
	font-size:8pt;
	font-weight:normal;
}
.conteudo_sup_int p a{
	font-weight:bold;
}
.conteudo_sup_int p img{
	cursor:pointer;
}
.conteudo_sup .boasVindas{
	color:#666;
	float:left;
	width:480px;
	font-size:17pt;
	font-weight:bold;
	line-height:35px;
}
.conteudo_sup .boasVindas p{
	padding-left:10px;
}
.conteudo_sup .carrossel{
	float:right;
	width:450px;
	height:225px;
	z-index: 10000;
	overflow: hidden;
}
.slide{
	/*height:235px;*/
}
/********* conteudo ************/

.conteudo{
	padding:0; 
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
.conteudo .conteudo_int{
	overflow:hidden;
	padding:10px 10px 20px 10px;
}
.conteudo_esq, 
.conteudo_dir{
	float: left;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
}
.conteudo_esq{
	padding-top: 5px;
	width: 695px;
}
.conteudo_dir {
	float:right;
	width:250px;
	/* background:#F7F7F7; */
	/* border: 1px #ccc solid; */
	padding-right: 5px;
}
.conteudo_dir p{
	margin:10px 0;
}
.conteudo_dir img{
	max-width:240px!important;
}
.conteudo_dir .noticias_inicio li{
	width:240px;
}

/********* rodape **********/

.rodape{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
}
.rodape .container {
	padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 0;
}
.rodape ul {
    margin-bottom: 20px;
}
.rodape ul li {
	
}
.rodape ul li a {
	color: #fff;
}
.rodape ul li a:hover {
	color: #555;
}
.rodape h1 a {
	color: #fff;
}

.page-header {
    color: #0095da;
    margin-top: 10px;
    border: none;
}
.breadcrumb {
	background: none;
    border-bottom: 1px #efefef solid;
} 

.contatos {
	border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f2f2f2;
    margin-top: 15px;
}

.menu_direito a {
    color: #fff!important;
}

.menu_direito .list-group-item {
    border: none; 
    margin: 7px 0;
    color: #fff!important;
}
.menu_direito img {
	margin-right: 10px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}