/*******************************************/
/*                                         */
/*      Desenvolvimento & Padrões Web      */
/*     Equipe S - www.equipesmt.com.br     */
/*                                         */
/*******************************************/

@import url("res.css");
/* Peekaboo */
* html .clearBoth {
	height:1%;
}
html, body {
	height: 100%
}
/* Float */
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.clearBoth {
	clear:both;
}
/* Fontes do site*/
body, table, h1, h2, h3, h4, h5, h6, p, input, select, textarea, button, div, a, label, ul, li, pre, cite, legend, small {
	text-decoration:none;
	color:#000;
	font: normal 11px Arial, Helvetica, sans-serif;
}
strong, em, u, span {
	font-family: Arial, Helvetica, sans-serif;
}
.titulorecado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #093C6B;
	font-weight: normal;
	margin-top: 10px;
	cursor: default;
	background-image: url(../_img/chat.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
.dia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#de {
	color: #333;
	background-color: #FFF;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 15px;
	border: 1px solid #999;
	width: 250px;
	padding-left: 5px;
}
.recado {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.btn_contato {
	background-color: #0F62AC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

#de1 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 15px;
	border: 1px solid #999;
	width: 250px;
	padding-left: 5px;
	height: 150px;
}

strong {
	font-weight: bold;
}
body {
	background: url(../_img/fundo_corpo.jpg) repeat-x left 226px;
}
.tit {
	font-size: 18px;
	color: #093c6b;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.alDir {
	text-align: right;
}
.alEsq {
	text-align: left;
}
.alCentrer {
	text-align: center;
}

.link1, #leitura a {
	color: #06F;
}
.link2 {
	font-size: 12px;
	font-weight: bold;
	color: #093c6b;
}
.link3 {
	color: #C8DCFB;
	font-weight: bold;
}
.link3:hover {
	text-decoration: underline;
}
.muralderecados {
	margin-left: 15px;
}


.titPag {
	font-size: 24px;
	color: #0A3C86;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #EEE;
	margin: 10px;
	padding-bottom: 2px;
}
.box {
	padding: 10px;
}

/* \\\\\\\\\\\\\\\\\\\Navigation /////////////////*/
#cssdropdown, #cssdropdown ul {
	list-style: none;
	z-index: 1000;
}
#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
	z-index: 1000;
}
/* Head links */
#cssdropdown li.headlink {
	float: left;
	margin-left: 0px;
	text-align: center;
	position: relative;
	background: url(../_img/sep_menu.jpg) no-repeat left center;
}
#cssdropdown li.headlink.prim {
	background: none;
}
#cssdropdown li.headlink .btnMenu {
	display: block;
	padding: 18px 18px 15px 17px;
	font-size: 14px;
	font-weight: bold;
	background: url(../_img/menu_hover.jpg) no-repeat left -50px;
	cursor: pointer;
}
#cssdropdown li.headlink .btnMenuSobre {
	color: #000;
	display: block;
	padding: 18px 17px 15px 16px;
	font-size: 14px;
	font-weight: bold;
	background: url(../_img/menu_hover.jpg) repeat-x left center;
	border-top: 1px solid #B2BFC8;
	border-right: 1px solid #B2BFC8;
	border-bottom: 0px none;
	border-left: 1px solid #B2BFC8;
	cursor: pointer;
}
/* Child lists and links */
/*#cssdropdown li.headlink ul {
	display: none;
	border-top: 1px black solid;
	text-align: left;
	z-index: 1200;
}*/
#cssdropdown li.headlink:hover ul {
	display: block;
}
#cssdropdown li.headlink ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dashed #B5B5B5;
}
#cssdropdown li.headlink ul li a, #subMenu .subMenuInt li a {
	padding: 3px 3px 3px 10px;
	color: #333;
	font-weight: normal;
	font-size: 12px;
	display: block;
	background: url(../_img/seta_azul_menu.gif) no-repeat left 6px;
	margin: 0px;
}
#cssdropdown li.headlink ul li a:hover {
	background-color: #FFF;
	color: #000;
}
#subMenu .subMenuInt li a:hover {
	background-color: #E6E7E5;
	color: #000;
}
/*styling*/
#cssdropdown a {
	color: #4b4b4b;
}
#cssdropdown ul li a:hover {
	text-decoration: none;
}
#cssdropdown li.headlink {
}
#cssdropdown li.headlink ul {
	display: none;
	background: #E6E7E5;
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 49px;
	width: 230px;
	padding: 5px;
	border-right: 1px solid #B2BFC8;
	border-bottom: 1px solid #B2BFC8;
	border-left: 1px solid #B2BFC8;
	border-top: none;
	text-align: left;
}
#cssdropdown .headlink.prim .primeiro {
	padding: 18px 21px 15px 19px;
}
#cssdropdown li.headlink #menu7 {
	left: -121px;
}

#subMenu {
	float: right;
	width: 200px;
	padding: 3px;
	background: #E4E4E4;
	margin: 35px 5px 0px;
}
#subMenu .subMenuInt {
	background: #FFF;
	padding: 3px;
}

#subMenu ul.subMenuInt li{
	list-style: none outside;
	border-bottom: 1px dashed #D6D6D6;
	padding: 5px;
}
#leitura.leituraSubMenu {
	float: left;
	width: 468px;
}
#subMenu .titSubMenu {
	font-size: 14px;
	font-weight: bold;
	color: #093C6B;
	background: #E4E4E4;
	padding: 3px;
}
#subMenu .subMenuInt li a {
}




/* \\\\\\\\\\\\\\\\\\\Final Navigation/////////////////*/

#topoLinha {
	height: 21px;
	background: url(../_img/linha_topo_fundo.gif) repeat-x left top;
}
#topo {
	height: 107px;
	width: 100%;
	background: url(../_img/fundo_topo2.gif) repeat-x left top;
}
#topo #alinhaTopo {
	margin: 0px auto;
	width: 940px;
	height: 107px;
}
#topo #alinhaTopo #logodetran {
	float: left;
	padding-top: 24px;
}
#topo #alinhaTopo #bannerTopo {
	padding: 22px 0px 0px 74px;
	float: left;
}
#topo #alinhaTopo #brasaoMT {
	float: left;
	padding: 12px 0px 0px 71px;
}


#FlashTopo {
	height: 215px;
	width: 100%;
	background: url(../_img/fundo_topo_sem_flash.gif) repeat-x left top;
}
#FlashTopo #semFlash {
	margin: 0px auto;
	width: 960px;
}
#FlashTopo #semFlash .logoTopo {
	display: block;
	float: left;
	padding: 53px 0px 0px 24px;
}
#FlashTopo #semFlash .txtSemFlash, .txt404 {
	float: left;
	display: block;
	padding: 65px 0px 0px 40px;
	width: 580px;
}
.txt404 {
	float: left;
	display: block;
	padding: 55px 0px 0px 40px;
	width: 580px;
}
.txt404 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #900;
	padding-bottom:10px;
}
#FlashTopo #semFlash .txtSemFlash h3 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
#FlashTopo #semFlash .txtSemFlash h5 {
	font-size: 14px;
	font-weight: bold;
	color: #006;
	margin-top: 10px;
}
#FlashTopo #semFlash .txtSemFlash h5 a {
	font-size: 14px;
	font-weight: bold;
	color: #06F;
}
#FlashTopo #semFlash .txtSemFlash h5 a:hover {
	color: #09F;
	text-decoration: underline;
}
#menuTopo {
	height: 98px;
	background: url(../_img/fundo_menu_cinza.gif) repeat-x left top;
}
#menuTopoInt {
	background: url(../_img/fundo_menu_topo_int.gif) repeat-x left top;
	height: 130px;
}
#buscaHolder {
	height: 24px;
	width: 155px;
	float: left;
	border: 1px solid #3c6501;
	background: #FFF;
	padding: 1px;
	margin-top: 11px;
}
#buscaHolder .campoBuscar {
	font-size: 12px;
	color: #000;
	padding: 5px;
	height: 13px;
	width: 100px;
	float: left;
	border-style: none;
}
#buscaHolder .btnBuscar {
	text-indent: -9000px;
	display: block;
	height: 23px;
	width: 44px;
	float: left;
	background: #FC0 url(../_img/btn_buscar.gif) no-repeat left top;
	cursor: pointer;
}
#buscaHolder .btnBuscar:hover {
	background-position: left bottom;
}
#segMenuHolder {
	float: left;
	padding-top: 18px;
	padding-left: 10px;
	width: 790px;
}
#segMenuHolder .linkSegMenu {
	font-weight: bold;
	color: #FFF;
	margin-left: 8px;
	display: block;
	float: left;
	background: url(../_img/setas_seg_menu.gif) no-repeat left 2px;
	padding-left: 8px;
}
#segMenuHolder .linkSegMenu:hover {
	background-position: left -11px;
	color:#FC0
}
.linkSeta {
	font-weight: bold;
	color: #000;
	margin-left: 10px;
	display: block;
	float: right;
	background: url(../_img/linkseta2.gif) no-repeat left 3px;
	padding-left: 8px;
}
.linkSeta:hover {
	background-position: left -11px;
	color:#0086FD
}
.holderMenuTopo {
	width: 960px;
	margin: 0px auto;
	height: 21px;
}
.holderMenu {
	width: 960px;
	margin: 0px auto;
	height: 40px;
}
.holderMenu.menuCentro {
	height: 50px;
	text-align: center;
	width: 960px;
	background: url(../_img/separador_azul_pastel.gif) no-repeat right top;
}
.holderMenu.menuTopo {
	padding-top:5px;
	height: 35px
}
#cont {
	margin: 0px auto;
	width: 960px;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	background: url(../_img/fundo_col_dir.gif) repeat-y right top;
}
#colEsquerda {
	width: 710px;
	background: #FFF;
	float: left;
	padding-bottom: 30px;
}
#colDireita {
	width: 240px;
	float: right;
}
#linksRapHold {
	padding: 7px 8px 0px 10px;
}
#linksRapHold .linkRap {
	background: url(../_img/bg_links_rapidos.jpg) no-repeat left top;
	display: block;
	height: 77px;
	width: 224px;
	float: left;
	margin-right: 10px;
}
#cont #colEsquerda #linksRapHold .linkRap:hover {
	text-decoration: underline;
}
#linksRapHold .linkRap.last {
	margin-right: 0px;
}
#linksRapHold .linkRap .imgRapLink1 {
	display: block;
	float: left;
	padding: 6px 0px 0px 5px;
}
#linksRapHold .linkRap .imgRapLink2 {
	display: block;
	float: left;
	padding: 12px 0px 0px 5px;
}
#linksRapHold .linkRap .desLinkRap {
	font-size: 16px;
	color: #093c6b;
	font-weight: bold;
	display: block;
	text-align: right;
	padding: 15px 10px 0px 0px;
}
#linksRapHold .linkRap .resLinkRap {
	color: #093c6b;
	text-align: right;
	padding-right: 10px;
	display: block;
}
#linksRapHold .btnRapid {
	font-size: 16px;
	font-weight: bold;
	color: #093C6B;
	display: block;
	float: left;
	text-align: center;
	height: 25px;
	padding-top: 7px;
	margin-right: 5px;
	background: url(../_img/btns_rapidos.gif) no-repeat left top;
}
#linksRapHold .btnRapid.btn1 {
	width: 132px;
}
#linksRapHold .btnRapid.btn2 {
	width: 166px;
	background-position: -132px top;
}
#linksRapHold .btnRapid.btn3 {
	width: 135px;
	background-position: -298px top;
}
#linksRapHold .btnRapid.btn1:hover {
	background-position: left bottom;
}
#linksRapHold .btnRapid.btn2:hover {
	background-position: -132px bottom;
}
#linksRapHold .btnRapid.btn3:hover {
	background-position: -298px bottom;
}
#tamLetras.rapidBar {
	background: url(../_img/btns_rapidos.gif) no-repeat right top;
	width: 79px;
	padding-left: 155px;
}


#barraTarefas {
	height: 32px;
	width: 690px;
	margin: 10px auto 20px;
	background: url(../_img/bg_barra_tarefas.gif) no-repeat left top;
}
#tamLetras  {
	float: right;
	height: 32px;
	padding-right: 10px;
	width: 75px;
}
#tamLetras .letraMenos,
#tamLetras .letraMais,
#barraTarefas {
	cursor: pointer;
	cursor: Pointer;
}
#tamLetras .letraMenos {
	float: right;
	display: block;
	background: url(../_img/letras_sprite.gif) no-repeat right top;
	text-indent: -9000px;
	height: 32px;
	width: 36px;
}
#tamLetras .letraMais {
	float: left;
	display: block;
	background: url(../_img/letras_sprite.gif) no-repeat left top;
	text-indent: -9000px;
	height: 32px;
	width: 36px;
}
#tamLetras .letraMais:hover {
	background-position: left bottom
}
#tamLetras .letraMenos:hover {
	background-position: right bottom
}
#colEsquerda .contColEsq {
	width: 460px;
	margin-left: 10px;
	float: left;
}
#colEsquerda .contColDir {
	width: 210px;
	float: right;
	padding-right: 10px;
}
.notDestaque {
	margin-bottom: 15px;
	display: block;
	position: relative;
	height: 301px;
	width: 458px;
	z-index: 1;
}
.notDestaque .baseNotDest {
	position: absolute;
	width: 444px;
	left: 2px;
	background: url(../_img/fundo_not_dest.png) repeat;
	padding: 5px;
	bottom: 2px;
	z-index: 2;
}
.notDestaque .baseNotDest .dataNotDest {
	font-size: 9px;
	color: #CCC;
}
.notDestaque .baseNotDest .titNotDest {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 3px;
}
#galLista {
}
#galLista .notCell {
	display: block;
	overflow: hidden;
	height: 1%;
	cursor:pointer;
	padding: 8px 3px 5px;
	border-bottom: 1px solid #D6D6D6;
}
#galLista .notCell:hover {
	background: #FFC;
}
#galLista img {
	display: block;
	float: left;
	border: 1px solid #9d9d9d;
	margin-right: 10px;
}
#galLista .titulo {
	font-size: 12px;
	padding: 0px 0px 5px;
	font-weight: bold;
	color: #093c6b;
	max-height: 26px;
	/*height: 26px;*/
	display: block;
}
#galLista .resumo {
	display: block;
}
#galLista .data {
	font-size: 9px;
	color: #666;
	display: block;
	height: 12px;
}
.notLista {
	padding: 15px;
}
#rssFeed {
	height: 36px;
	border-bottom: 1px solid #D6D6D6;
	padding: 2px 0px;
}
#rssFeed .rss {
	display: block;
	float: left;
	height: 26px;
	width: 55px;
	font-size: 12px;
	font-weight: bold;
	color: #093c6b;
	background: url(../_img/rss_feed_icone.gif) no-repeat left top;
	padding: 10px 0px 2px 38px;
}
#rssFeed .maisNot {
	float: right;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #093c6b;
}
.titTV {
	background: url(../_img/tit_tvdetran.jpg) no-repeat left top;
	height: 28px;
	width: 175px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 0px 0px 45px;
	margin: 0px auto 5px;
}
#videoHolder {
	height: 160px;
	width: 214px;
	border: 1px solid #989898;
	margin: 0px auto 45px;
}
#videoHolderInt {
	height: 216px;
	width: 289px;
	border: 1px solid #989898;
	margin-bottom: 15px;
}
#videoInfo {
	float: right;
	width: 390px;
}
#videoInfo .meta {
	font-size: 9px;
	color: #666;
	margin-bottom: 10px;
}

#vidLista .vidListCell {
	padding: 10px 10px 10px 35px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #093c6b;
	background: url(../_img/video_icone.gif) no-repeat 5px center;
	border-bottom: 1px solid #CCC;
}
#vidLista .vidListCell:hover {
	background-color: #E6E6E6;
}
#vidLista .maisVid {
	text-align: right;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#vidLista .maisVid a {
	font-size: 12px;
	font-weight: bold;
	color: #093c6b;
}
#painelAvisos {
	width: 195px;
	background: url(../_img/placa.jpg) no-repeat left top;
	height: 123px;
	padding: 10px 5px 10px 10px;
}
#painelAvisos .corpoAviso {
	height: 123px;
	overflow: auto;
	width: 192px;
	color: #FFF;
	padding-right: 3px;
}
#painelAvisos .corpoAviso .dataAviso {
	font-size: 9px;
	font-weight: bold;
	color: #D8D8D8;
	margin: 5px 0px;
}
#painelAvisos .corpoAviso p {
	color: #FFF;
}

#painelAvisos .corpoAviso a {
	color: #0CF;
}
#painelAvisos .corpoAviso em {
	font-style: italic;
}

.highslideLink_painelAvisos{color:#FFF !important; cursor: url(../highslide/graphics/zoomin.cur), pointer;}

.avisoHighslide{
	width: 400px; display:none; background:#19740B; padding:10px; color:#FFF !important;
}
.avisoHighslide a{color: #0CF;font-size:12px;}

.avisoHighslide p, h3{color:#FFF;font-size:12px;}

.avisoHighslide_titulo{color:#FFF;font-size:14px;}

.avisoHighslide_fechar{color:#9CBF11 !important; right:10px; position:absolute;}

#rssFeed .rss:hover, #rssFeed .maisNot:hover, #vidLista .maisVid a:hover, #painelAvisos .corpoAviso a:hover, .link1:hover, .link2:hover, #leitura a:hover {
	text-decoration: underline;
	text-align: left;
}
#fullBannerIndex {
	float: left;
	width: 468px;
	padding: 30px 0px 20px 5px;
	text-align: center;
}
.exameCell {
	display: block;
	margin-top: 15px;
}
.exameCell.pirma {
	margin-top: 0px;
}

.enqCell {
	display: block;
	margin-top: 5px;
	border-bottom: 1px solid #DBDBDB;
}
.legForm {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.legEnq {
	padding-bottom: 3px;
}
.campoForm {
	display: block;
	width: 125px;
	height: 18px;
	border: 1px solid #cecece;
	padding: 5px;
}
.campoForm2 {
	display: block;
	width: 208px;
	height: 18px;
	padding: 5px;
	border: 1px solid #cecece;
}
.campoForm3 {
	display: block;
	width: 350px;
	height: 18px;
	padding: 5px;
	border: 1px solid #cecece;
}
.campoFormOpt {
	display: block;
	width: 362px;
	height: 28px;
	border: 1px solid #cecece;
	padding: 5px;
}
.campoFormOpt2 {
	display: block;
	width: 230px;
	height: 30px;
	border: 1px solid #cecece;
	padding: 5px;
}
.campoFormOpt .selc, .campoFormOpt2 .selc {
	color: #999;
}

.campoFormTxt {
	display: block;
	width: 350px;
	height: 90px;
	padding: 5px;
	border: 1px solid #cecece;
}
.btnBuscarExame {
	display: block;
	background: url(../_img/btn_consultar.jpg) no-repeat left top;
	height: 22px;
	width: 71px;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	padding-top: 8px;
	text-align: center;
}
.btnBuscarExame:hover {
	background-position: left bottom;
}
.btnEnq {
	float: left;
	margin-right: 2px;
}
.radEnq {
	margin-bottom: -3px;
}
.enqOk,.enqNo{
	clear: both;
	padding-top: 5px;	
}
.enqOk{
	color: #009900;
}
.enqNo{
	color: #D50000;
}

#consultas {
	padding: 10px 10px 25px;
}
.consultaTit {
	background: url(../_img/bg_consultas.jpg) no-repeat left top;
	display: block;
	height: 26px;
	width: 175px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 10px 0px 0px 45px;
	margin-bottom: 10px;
}
.tabLicen {
	height: 225px;
	width: 210px;
	margin: 15px 2px 0px 0px;
}
.tabLicen .cab {
	display: block;
	font-weight: bold;
	color: #666;
}
.tabLicen .cab span {
	padding: 0px 17px 0px 3px;
}
.tabLicen .linhaImpar {
	display: block;
	padding: 2px;
	background: #e4e4e4;
	font-weight: bold;
	margin-bottom: 2px;
	height: 15px;
}
.tabLicen .linhaPar {
	display: block;
	padding: 2px;
	background: #efefef;
	font-weight: bold;
	margin-bottom: 2px;
	height: 15px;
}
.tabLicen .linhaImpar span, .tabLicen .linhaPar span {
	display: block;
	float: left;
	text-align: right;
	width: 17px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
}
.linkTabelaIPVA {
	width: 200px;
	text-align: right;
	padding: 10px 10px 25px 0px;
}
#enquete {
	padding: 0px 0px 15px;
}
#enquete .enqPergunta {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
#bannersBarra {
	width: 230px;
	margin: 15px auto 0px;
}
#bannersBarra .bannerHalf, .bann {
	padding-bottom: 30px;
}
#atendBanner {
	padding: 0px 10px;
}
.rssFeedBurner {
	background: url(../_img/rss_32.png) no-repeat right center;
	display: block;
	margin: 0px auto 0px;
	height: 48px;
	width: 75px;
	color: #E8853A;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 10px 10px 0px;
}
.rssFeedBurner:hover {
	background: url(../_img/rss_32_blue.png) no-repeat right center;
	color: #2755DA;
	
}

#rodape {
	height: 46px;
	background: #E4E4E4;
	border-top: 2px solid #FFF;
}
#rodape #rod {
	margin: 0px auto;
	width: 940px;
}
/*.holderMenu .btnMenuCentro
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	float: left;
	padding: 18px 18px 15px 16px;
}*/
#rodape #rod .logoRod {
	display: block;
	padding: 25px 0px 0px 13px;
	float: left;
}
#rodape #rod .menuRod {
	padding: 35px 0px 0px 40px;
	float: left;
	width: 680px;
}
#rodape #rod .menuRod .linkRod {
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	background: url(../_img/setas_rod.gif) no-repeat left 2px;
	padding-left: 10px;
	margin-right: 15px;
}
#rodape #rod .menuRod .linkRod:hover {
	background-position: left -13px;
	color:#FC3;
}
#rodape #rod #assina {
	float: left;
	width: 940px;
	padding-top: 5px;
}
#nave {
	padding: 15px;
	text-align: center;
}
.nave {
	font-size: 12px;
	color: #093C6B;
	font-weight: bold;
	margin: 0px 5px;
	padding: 3px 6px;
}
.nave:hover {
	background: #EDEDEF;
	color: #03F;
}
.naveoff {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	margin: 0px 5px;
	padding: 3px 6px;
}
.titNotica {
	font-size: 24px;
	font-weight: bold;
	color: #093c6b;
	margin: 15px 0px 15px 10px;
}
.publicacao {
	font-size: 10px;
	color: #666;
	margin-left: 10px;
}
#leitura {
	padding: 0px 10px 10px;
}
#leitura .imgLeitura {
	float: left;
	background: #E9E9E9;
	margin: 0px 10px 5px 0px;
}
#leitura .imgLeitura p {
	font-size: 10px;
	color: #666;
	margin: 5px 5px 0px;
	padding-bottom: 5px;
}
#leitura .imgLeitura img {
	display: block;
}
#leitura h1 {
	font-size: 36px;
	color: #093C6B;
	font-weight: bold;
}
#leitura h2 {
	font-size: 24px;
	font-weight: bold;
	color: #093C6B;
}
#leitura h3 {
	font-size: 18px;
	font-weight: bold;
	color: #093C6B;
}
#leitura h4 {
	font-size: 16px;
	font-weight: bold;
	color: #093C6B;
}
#leitura h5 {
	font-size: 14px;
	font-weight: bold;
	color: #093C6B;
}
#leitura h6 {
	font-size: 12px;
	font-weight: bold;
	color: #093C6B;
}
#leitura strong {
	font-weight: bold;
}
#leitura em {
	font-style: italic;
}
#leitura u {
	text-decoration: underline;
}
#leitura p {
	margin-bottom: 15px;
}
#leitura ul {
	margin-left: 20px;
	list-style: outside;
}
#leitura ul li {
	list-style: url(../_img/lista.gif) none outside;
}
#leitura ol li {
	list-style: decimal outside;
}
#leitura cite {
	font-size: 12px;
	font-style: italic;
	display: block;
	padding: 3px;
	background: #FFFFDF;
	border: 1px dashed #CCC;
	margin: 15px;
}
.titArquivos {
	background: url(../_img/tit_arquivos.jpg) no-repeat left top;
}
.titGaleria {
	background: url(../_img/tit_galeria.jpg) no-repeat left bottom;
}
.titGaleria, .titArquivos {
	font-size: 24px;
	font-weight: bold;
	color: #093c6b;
	display: block;
	margin: 0px 0px 15px 10px;
	height: auto;
	padding: 10px 0px 15px 60px;
}
#arquivos {
	padding: 0px 10px 10px;
}
#arquivos .arqCell {
	display: block;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #999;
}
#arquivos .arqCell:hover {
	background-color: #EEE;
}
#arquivos .arqCell .titArq {
	font-size: 14px;
	font-weight: bold;
	color: #093c6b;
	display: block;
	background: url(../_img/icone_arquivo.gif) no-repeat left top;
	padding-left: 15px;
}
#arquivos .arqCell .desArq {
	display: block;
	margin: 5px 0px;
}
#arquivos .arqCell .metaArq {
	color: #666;
}
#arquivos .arqCell .metaArq strong {
	color: #000;
}
#voltar {
	padding: 10px;
}
#voltar a {
	display: block;
	background: url(../_img/icone_voltar.gif) no-repeat left top;
	height: 23px;
	font-size: 14px;
	color: #093c6b;
	font-weight: bold;
	padding: 8px 0px 0px 30px;
	width: 50px;
}
#voltar a:hover {
	text-decoration: underline;
}
#servicos {
	padding: 30px 10px 10px;
	border-top: 1px solid #CCC;
	height: 1%;
	overflow: hidden;
}
#servicos .print {
	display: block;
	background: url(../_img/icone_print.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #093C6B;
	padding: 12px 10px 8px 38px;
	width: 60px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#servicos .mail {
	display: block;
	background: url(../_img/icone_mail.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #093C6B;
	padding: 12px 10px 8px 38px;
	width: 130px;
	float: left;
	cursor: pointer;
}
#servicos .mail:hover, #servicos .print:hover {
	text-decoration:underline;
}
#servicos .mailActive {
	display: block;
	background: url(../_img/enviar_email.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	width: 120px;
	float: left;
	padding: 10px 0px 10px 40px;
	cursor: pointer;
}
#indicacao {
	padding: 15px;
	background: #E6E6E6;
	display: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#indicacao h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#indicacao .leb_indica {
	display: block;
	font-weight: bold;
	color: #666;
}
#indicacao .campo_indica {
	width: 250px;
	padding: 3px;
	border: 1px solid #333;
	margin-bottom: 10px;
}
#indicacao em {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
#indicacao #enviar_indica {
	display: block;
	width: 80px;
	background: #FFF;
	border: 1px solid #333;
}
#eLista
{
	padding: 10px;
}
#eLista div {
	border-bottom: 1px dashed #E8E8E8;
	margin-bottom: 15px;
}

#eLista a
{
	font-size: 14px;
	font-weight: bold;
	color: #0A3C86;
}
#eLista a:hover
{
	text-decoration: underline;
}
#eLista p
{
	display: block;
	padding-top: 5px;
}
.buscaLeg {
	color: #666;
	margin-left: 10px;
	margin-bottom: 15px;
}
#contBox {
	margin: 10px;
	padding: 10px 150px 0px 10px;
	border: 5px solid #E4E4E4;
	position: relative;
	height: 170px;
}
#contBox h2 {
	font-size: 16px;
	color: #0A3C86;
	font-weight: bold;
	margin-bottom: 5px;
}
#contBox .fone {
	font-size: 18px;
	font-weight: bold;
	color: #0A3C86;
	display: block;
	width: 130px;
	float: left;
	padding-top: 3px;
}
#telefonista {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#contatoFormHold {
	padding: 10px;
	width: 385px;
}
#contatoFormHold .borda {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 15px;
}
#contatoForm #enviar{
	padding: 5px 10px;
	border: solid 1px #ebebeb;
}
#dadosCont {
	float: right;
	width: 270px;
	padding: 80px 10px 10px 0px;
}
#dadosCont .dadosCell {
	background: #E4E4E4;
	padding: 10px;
	display: none;
	border: 1px solid #969696;
}
#dadosCont .dadosDest {
	font-size: 12px;
	color: #093C6B;
	font-weight: bold;
	margin: 10px 0px 0px;
}
#tabelaIPVA {
	background: #E4E4E4;
	padding: 10px;
	border: 1px solid #9B9B9B;
}
#tabelaIPVA .rowHold {
	height: 1%;
	overflow: hidden;
}
#tabelaIPVA .rowHold .header {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background: #0A3C86;
	padding: 5px;
	float: left;
	width: 155px;
	margin-right: 2px;
	text-align: center;
}
#tabelaIPVA .rowHold .cell {
	font-weight: bold;
	display: block;
	padding: 15px;
	width: 135px;
	margin: 2px 2px 0px 0px;
	float: left;
	text-align: center;
	background: #C8DCFB;
}
#tabelaIPVA .fonte {
	text-align: center;
	padding: 10px;
	background: #0A3C86;
	margin-top: 2px;
	color: #FFF;
}
#buscaPorta   {
	padding: 10px;
}
.treeview span.folder{
	font-size: 14px;
	font-weight: bold;
	color: #164B7F;
	cursor: pointer;
	background: url(../_img/maisemenos.gif) no-repeat left 3px;
	display: block;
	padding: 0px 0px 0px 15px;
	margin-bottom: 5px;
}
.treeview li.expandable span.folder {
	background-position: left 3px;
}
.treeview li.collapsable span.folder {
	background-color: #F5F5F5;
	background-position: left -11px;
}
#listPortarias ul {
	list-style: disc inside;
	padding-left: 20px;
}
#listPortarias ul li  {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 5px;
}
#catLista {
	padding: 10px;
}
#catLista .catCell {
	padding: 5px;
	border-bottom: 1px solid #E4E4E4;
	background: #F2F2F2;
}
#catLista .titCatList {
	font-size: 12px;
	font-weight: bold;
	color: #093C6B;
}
#catLista .meta {
	display: block;
	margin-bottom: 3px;
}
.bannerExpresso {
	background: url(../_img/fundo_express.jpg) no-repeat left top;
	display: block;
	margin: 0px auto 15px;
	height: 48px;
	width: 200px;
	color: #284AA3;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0px 0px 20px;
}

.bannerExpresso:hover {
	color: #FFA40B;	
}
.bannerDetranNet {
	background: url(../_img/detrannet.png) no-repeat left top;
	display: block;
	margin: 0px auto 15px;
	height: 48px;
	width: 200px;
	color: #284AA3;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0px 0px 20px;
}
.bannerDetranNet:hover {
	color: #FFA40B;	
}
