/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {border:none;}
hr {display:none;}
body {
	text-align: center;
	font-size: 10px;
	color: #777;
}
#main {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
h3.titulo {
	color: #34A559;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/bg_mais_noticias.gif) no-repeat;
	height: 16px;
	overflow: auto;
	margin-bottom: 2px;
}
.hidden {
	display: none;
}
.red {
	color: #FF0000;
}

/*TOPO*/
#header {
	/*background: url(../images/bg_topo.jpg) no-repeat;*/
	width: 100%;
	height: 88px;
}

/*DIVS PRINCIPAIS*/
#content {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg_menu.gif) repeat-y top left;
}
#left {
	z-index: 1;
	float: left;
	width: 170px;
	padding-left: 10px;
}
#rigth {
	float: right;
	width: 140px;
	margin-top: 10px;
}
#middle {
	float: left;
	width: 420px;
	margin: 10px 20px 10px 20px;
}

/*MENU DA ESQUERDA*/
#left ul {
	margin: 10px 0px 10px 10px;
}
#left li {
	background: url(../images/bg_item_menu.gif) no-repeat top left;
	line-height: 16px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	font-size: 11px;
	color: #34A559;
}
#left li a, #left li div {
	padding-left: 7px;
	display: block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	color: #34A559;
	text-decoration: none;
}
#left li a:hover, #left li div.over {
	background: url(../images/bg_item_menu_sel.gif) no-repeat top left;	
	text-decoration: none;
}
/*#left li:hover {
	margin-left: 5px;
}*/
ul#subMenu {
	background: none;
	height: auto;
	margin: 0 0 0 20px;
}
#subMenu li {
	background: url(../images/bg_item_submenu.gif) no-repeat bottom left;
}
#bannerMenu {
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
}

/*MENU DA DIREITA*/
/*BUSCA*/
#busca {
	background: url(../images/bg_busca.gif) no-repeat;
	height: 18px;
	padding: 4px 0 4px 5px;
}
#busca h3 {
	float: left;
	line-height: 12px;
	margin-right: 5px;
	color: #34A559;
	font-weight: bold;
	font-size: 11px;
}
#busca input.field {
	float: left;
	background-color: #FFF;
	border: 1px solid;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #34A559;
	border-bottom-color: #34A559; /*FDDBBD*/
	color: #34A559;
	font-size: 10px;
	margin-right: 5px !important;
	margin-right: 3px;
	height: 12px;
	width: 67px;
}

/*COMO IR*/
#comoIr {
	margin-top: 10px;
	background: #E5F4E8;
	padding: 5px;
}
#comoIr label, #comoIr h3 {
	color: #34A559;
	font-weight: bold;
	font-size: 11px;
}
#comoIr p.texto {
	margin-top: 3px;
	background-color: #FFF;
	padding: 2px;
}
#comoIr p.field, #comoIr p.buttom {
	padding-left: 2px;
	background-color: #FFF;
	margin-top: 1px;
}
#comoIr input {
	border: 0px;
	color: #34A559;
	font-size: 10px;
	height: 12px;
	width: 85px;
	margin-left: 5px;
}
#comoIr p.buttom {
	text-align: right;
	height: 15px;
}
#comoIr p.buttom a {
	color: #34A559;
	text-decoration: none;
	font-weight: bold;
}
#comoIr p.buttom input {
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
}

/*LINKS*/
/*#links h3 a {
	display: block;
	margin: 50px 25px;
	font-size: 0px;
	width: 90px;
	height: 74px;
	text-indent:-9000px;
}
#links h3.respSocial a {
	background: url(../images/resp_social.gif) no-repeat center;
}
#links h3.museu a {
	background: url(../images/museu_virtual.gif) no-repeat center;
}*/
#links {
	margin: 30px 0;
	background: #E5F4E8;
	text-align: center;
}
#links a, #links a:hover {
	text-decoration: none;
	color: #34A559;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	height: 60px;
}

/*RODAPE*/
#bottom {
	z-index: 20;
	margin-top: -10px;
	background: url(../images/bg_rodape.gif) no-repeat;
	height: 85px;
}
#bottom ul {
	float: left;
	padding: 45px 0 0 20px;
	width: 260px;
}
#bottom li {
	display: inline;
	margin-right: 5px;
}
#bottom a {
	opacity: 0.4;
}
#bottom a img {
	filter: alpha(opacity=40);
}
#bottom a:hover {
	opacity: 1;
}
#endereco {
	margin: 47px 0 0 0;
	float: right;
	color: #86847B;
}

/*MIDDLE HOME*/
#middle a {
	color: #777;
	text-decoration: none;
}
#middle a:hover {
	text-decoration: underline;
}

/*NOTICIA PRINCIPAL*/
#noticiaPrincipal img {
	float: left;
	margin-right: 10px;
}
#noticiaPrincipal .curvaImg {
	position: absolute;
	margin-left: 0px !important;
	margin-left: -140px;
	background: url(../images/img_noticia.gif) no-repeat top left;
	width: 130px;
	height: 120px;
	overflow: hidden;
}
#noticiaPrincipal h3 {
	color: #142A82;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#noticiaPrincipal h4 {
	color: #777;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px;
}
#noticiaPrincipal p {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
#noticiaPrincipal a, #promocao a {
	display: block;
}
#noticiaPrincipal small {
	font-style: italic;
	color: #AAA;
	display: block;
	margin-top: 0px;
}

/*QUADRO MAIS NOTICIAS*/
#maisNoticias {
	margin-top: 20px;
}
#maisNoticias li {
	line-height: 16px;
}
.zeraMargin#maisNoticias {
	margin-top: 0px;
}
#maisNoticias hr {
	margin-top: 5px !important;
	margin-top: 0;
	margin-bottom: 5px !important;
	margin-bottom: -3px;
	display: block;
	size: 1px;
	color: #CCC;
	line-height: 1px;
}

/*QUADRO PROMOCAO*/
#promocao {
	margin-top: 15px;
	background-color: #F7FBFE;
	padding: 6px;
}
#promocao h3 {
	background: none;
}
#promocao img {
	float: right;
	margin-left: 6px;
}
#promocao p.texto {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

/*QUADRO DOS ICONES COM LINKS*/
#icones {
	margin-top: 15px;
	width: 280px;
}
#icones h3 {
	text-indent: -1500px;
	display: block;
	width: 280px;
	height: 19px;
	background: url(../images/tit_servicos.gif);
	margin-bottom: 3px;
}

#icones li {
	float: left;
	width: 70px;
	height: 83px;
	overflow: hidden;
	text-align: center;
}
#icones li.vale {
	background: url(../images/icon_vale.gif) no-repeat left top #BEE3D3;
}
#icones li.bilhetagem {
	background: url(../images/icon_bilhetagem.gif) no-repeat left top #E0F1E9;
}
#icones li.acessibilidade {
	background: url(../images/icon_acessibilidade.gif) no-repeat left top #BEE3D3;
}
#icones li.gratuidade {
	background: url(../images/icon_gratuidade.gif) no-repeat left top #E0F1E9;
}
#icones li a div {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#icones li a {
	display: block;
	color: #142A82;
	overflow: hidden;
	height: 83px;
	padding-top: 63px;
}

/*BANNER*/
#banner {
	float: left;
	width: 280px;
	margin-top: 12px;
}

/*ENQUETE*/
#enquete {
	margin-top: 15px;
	padding: 6px;
	float: right;
	width: 118px !important;
	width: 130px;
	background: #E5F4E8;
}
#enquete h3 {
	color: #34A559;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}
#enquete div.fundo {
	background-color: #FFF;
	padding: 2px;
	height: 175px !important;
	height: 185px;
}
#enquete p.texto {
	margin-bottom: 5px;
}
#enquete p.field {
	height: 18px;
}
#enquete li {
	margin: 2px 0;
}
#enquete li div {
	font-size: 1px;
	height: 9px;
	line-height: 9px;
	background-color: #09F;
}
#enquete #carregando {
	position: absolute;
	color: #F33;
	font-weight: bold;
	margin: 30px 0 0 7px;
	background-color: #FEE;
	border: 1px dashed #F00;
	padding: 3px 10px;
	display: none;
}

#middle p.button {
	text-align: right;
}
#middle p.button a, #middle p.button a:hover {
	color: #34A559;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
#middle p.button input {
	margin-bottom: -3px;
}

/*PÁGINAS INTERNAS*/
.noticia#noticiaPrincipal p, #quemsomos p, #servicos p, 
#promocao div p, #bilhetagem p, #tarifas p, #menuEmpresa p,
#maisNoticias p {
	text-align: left;
	line-height: 16px;
	font-size: 11px;
	margin-top: 10px;
}

/*QUEM SOMOS*/
/*#quemsomos p {
	text-indent: 30px;
}*/

/*SERVICOS*/
#servicos img {
	margin-top: 10px;
}
#servicos img.marginR {
	margin-right: 5px;
}
#servicos img.marginL {
	margin-left: 5px;
}

/*FALE CONOSCO*/
#formFaleConosco {
	background: #FFFBED;
	display: block;
	margin-top: 10px;
	padding: 6px;
	color: #34A559;
}
#formFaleConosco label {
	display: block;
	font-weight: bold;
	margin: 5px 0 3px 0;
}
#formFaleConosco input.field, #formFaleConosco select, #formFaleConosco textarea {
	color: inherit;
	width: 406px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-right-color: #FDDBBD;
	border-bottom-color: #FDDBBD;
	font-size: 10px;
	height: 14px;
}
#formFaleConosco select {
	width: 150px;
}
#formFaleConosco textarea {
	height: 80px;
	margin-bottom: 10px;
}
#janelaAviso {
	background-color: #FFF0F0;
	width: 270px;
	padding: 10px;
	border: 1px dashed #FCC;
	text-align: center;
	margin: 10px 65px 0 65px !important;
	margin: 10px 60px 0 60px;
	font-weight: bold;
	line-height: 20px;
}

/*PROMOCAO - PAGINA INTERNA*/
.zeraMargin#promocao {
	margin-top: 0px;
}
#promocao div {
	width: 340px;
}
.zeraMargin#promocao img {
	margin-top: 10px;
}

/*BILHETAGEM, VALE TRANSPORTE, ACESSIBILIDADE E GRATUIDADE*/
#bilhetagem h3 {
	font-size: 11px;
	line-height: 28px;
	color: #34A559;
}
#bilhetagem h4 {
	line-height: 16px;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}
#bilhetagem h3 img {
	float: left;
	margin-right: 5px;
}
#bilhetagem ul {
	margin: 5px 5px 5px 10px;
}
#bilhetagem li {
	list-style: disc;
	line-height: 16px;
	font-size: 11px;
	margin: 5px 5px 5px 10px;
	text-align: left;
}
#bilhetagem a {
	color: #0000FF;
}

/*TARIFAS*/
#tarifas h4 {
	color: #142A82;
	font-size: 11px;
	margin: 10px 0 10px 0;
}
#tarifas table {
	margin-top: 10px;
}
#tarifas table.left {
	float: left;
}
#tarifas table.right {
	float: right;
}
#tarifas th {
	background-color: #E9F5FE;
	color: #142A82;
	padding: 3px;
	text-align: center;
}
#tarifas td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
}
#tarifas td.left {
	text-align: left;
}
#tarifas p.bottom {
	float: left;
	width: 400px;
}

/*EMPRESAS*/
#empresas h3.titulo {
	background: url(../images/bg_empresas.gif) no-repeat;
}

/*COMO IR*/
#comoir p {
	margin-top: 10px;
}
#comoir hr {
	margin-top: 10px !important;
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-bottom: -10px;
	display: block;
	size: 1px;
	color: #CCC;
	line-height: 1px;
}
#comoir table {
	border: 1px solid #CEF;
	margin-top: 10px;
}
#comoir th {
	padding: 2px;
	background-color: #E9F5FE;
}
#comoir td {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#comoir ul.dicas, #comoir ol {
	margin-top: 5px;
	margin-left: 10px;	
}
#comoir ul li {
	margin: 2px 0;
}
#comoir ul.dicas li {
	list-style: disc;
	margin-left: 5px;
}
#comoir ul.linha {
	margin-top: 10px;
}
#comoir ol li {
	list-style: decimal;
	margin-left: 20px;
}