@charset "utf-8";
/* CSS Document */
/*
amarelo escuro: #FEB438;
amarelo claro: #FDC92D;
*/

/* zerar margens e paddings */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form {
	margin: 0;
	padding: 0;
}

/* tirar outline */
object, img, a {
	outline: none;
}

/* tirar bordas */
img {
	border: none;
}

a {
	color: #FEB438;
	text-decoration: none;
}

a:hover {
	color: #FDC92D;
}

input {
	font: 11px Arial;
	color: #666666;;
}

/* ................ estrutura principal .............. */
html, body {
	height: 100%;
}

body {
	background: #2E7FE9 url(../imagens/ceu.jpg) repeat-x top;
	text-align: center;
	font: 12px Verdana;
	color: #FFF;
	min-height: 100%;
}

#geral {
	position: relative;
	/*width: 970px;*/
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

* html #geral {
	height: 100%;
}

#corpo {
	position: relative;
	width: 970px;
	margin: 0 auto;
	height: 100%;
	padding-bottom: 350px;
}

/*... topo ...*/

#topo {
	position: relative;
	width: 100%;
	height: 150px;
	padding-top: 30px;
	z-index: 100;
}

#logo {
	position: relative;
	float: left;
	width: 500px;
	height: 150px;
}

#aviao {
	position: relative;
	float: left;
	width: 450px;
	height: 150px;
	margin-right: 20px;
	background: url(../imagens/aviao.png) no-repeat top right;
}

/*... entre topo e menu */
#subtopo {
	position: relative;
	width: 970px;
	z-index: 3;
	margin-bottom: 20px;
}

#cumprimento {
	position: relative;
	width: 920px;
	padding-left: 50px;
}

#span_logout a {
	color: #FFF;
	font-size: 9px;
	padding-left: 10px;
}

#span_logout a:hover {
	text-decoration: underline;
}

span#aviso_login {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

span.login_1 {
	color: #C5DB24;
}

span.login_0 {
	color: #FEB438;
}

a#link_facaseulogin {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a#link_facaseulogin:hover {
	color: #FEB438;
}

#div_facaseulogin {
	width: 220px;
	padding: 10px;
	color: #FFF;
	position: absolute;
	top: 55px;
	left: 110px;
	z-index: 3;
	display: none;
}

#div_usutopo {
	position: relative;
	height: 15px;
	width: 210px;
	text-align: right;
	background: url(../imagens/topo_login_azul_opaco.png) no-repeat;
	padding-top: 15px;
	padding-right: 10px;
}

#div_usuform {
	position: relative;
	width: 200px;
	padding: 20px 10px 10px 10px;
	/*background: url(../imagens/bg_azulalpha.png);*/
	background-color: #4892f2;
}

#div_facaseulogin a {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
}

#div_facaseulogin a:hover {
	color: #FEB438;
}

.usu_linha {
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
}

#div_facaseulogin .usu_legenda {
	position: relative;
	float: left;
	width: 42px;
	height: 20px;
	text-align: right;
	padding-top: 3px;
}

input#usu_login, input#usu_senha {
	width: 150px;
	height: 15px;
	float: right;
}

#usu_enviar {
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
}

#esqueci_cpf {
	width: 140px;
}

#esqueci_enviar {
	padding-top: 2px;
	float: right;
}

#div_facaseulogin p {
	clear: both;
}

#parceiros {
	position: relative;
	width: 595px;
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	background-color: #FFF;
	margin-left: 50px;
	margin-bottom: 5px;
	margin-top: 25px;
}

#parceiros h3 {
	font-size: 14px;
	color: #255da7;
	font-weight: bold;
	display: block;
	width: 150px;
	float: left;
	margin-top: 10px;
}

#parceiros #logos {
	position: relative;
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 8px;
}

#parceiros #logos img {
	margin: 0 10px;
}

/* ... principal ... */
#principal {
	position: relative;
	width: 970px;
}
#conteudo {
	/*com sidebar*/
	position: relative;
	width: 680px;
	padding-right: 20px;
	float: left;
}

#conteudo_sem_sidebar {
	position: relative;
	width: 950px;
	padding-right: 20px;
}

#banner {
	position: relative;
	width: 620px;
	height: 395px;
	padding-left: 50px;
	z-index: 1;
	margin-top: 25px;
}
		/*elementos do texto*/
#texto {
	/*com sidebar*/
	text-align: justify;
	width: 600px;
	padding-left: 50px;
}

#texto h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#texto p {
	margin-bottom: 20px;
}

#texto hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #B7CEFF;
	margin: 40px 0;
}

		/*blog*/
		
#blog .post_titulo {
	font-weight: bold;
	margin-bottom: 5px;
}

#blog .post_resumo {
	margin-bottom: 15px;
}

#blog .post_resumo a {
	font-weight: bold;
	text-decoration: underline;
	color: #FEB438;
}
		/*sidebar*/

#sidebar {
	position: relative;
	float: right;
	width: 270px;
}

/* ----------------- chat ------------------*/

#box_chat {
	width: 230px;
	height: 135px;
	background: url(../imagens/chat/box_bg.png) no-repeat top left;
	margin-bottom: 40px;
	text-align: center;
	padding: 15px 15px 0 15px;
	font-size: 14px;
	font-family: "GillSans", "GillSans MT", Arial, Verdana;
	font-style: italic;
}

#box_chat hr {
	border: none;
	border-bottom: 1px solid #7aaef3;
	margin: 10px 0 15px 0;
}

#box_chat #botao_chat {
	width: 230px;
	height: 30px;
	margin-bottom: 10px;
}

div.div_chat iframe {
	margin-top: 75px;
}

/* redes sociais / twitter */
#redes_sociais {
	position: relative;
	width: 260px;
	margin-right: 10px;
}

#redes_sociais h3 {
	margin-left: 5px;
	margin-bottom: 10px;
}

#redes_sociais a img {
	margin-bottom: 15px;
	margin-left: 3px;
}

#twitter {
	margin-top: 10px;
}

#twitter ul {
	list-style: none;
}

li.tweet {
	list-style: none;
	position: relative;
	width: 240px;
	padding: 10px;
	font-size: 10px;
}

#twitter a.tweet_link {
	display: block;
	color: #FFF;
	margin-top: 10px;
	text-decoration: none;
}

#twitter a.tweet_link:hover {
	color: #FEB438;
}

.cor_impar {
	background-color: #4892F2;
}

.cor_par {
	background-color: #3B89EE;
}

/* area do agente */
#login_agente {
	position: relative;
	width: 260px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
}

#login_agente p {
	margin-bottom: 5px;
}

#agente_link {
	width: 185px;
	float: left;
}

#login_agente a {
	color: #FEB438;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#login_agente a:hover {
	color: #FDC92D;
	text-decoration: underline;
}

#login_agente_topo {
	position: relative;
	width: 260px;
	height: 40px;
	background: url(../imagens/login_agente/topo.png) no-repeat top left;
}

#login_agente_conteudo {
	position: relative;
	width: 240px;
	background: url(../imagens/login_agente/meio.png) repeat-y top left;
	padding: 10px;
}

#login_agente_bottom {
	position: relative;
	width: 240px;
	height: 40px;
	background: url(../imagens/login_agente/bottom.png) no-repeat top left;
	padding: 0 10px;
}

.agente_label {
	display: block;
	float: left;
	width: 50px;
	font-style: italic;
	color: #B1D8FE;
	margin-right: 10px;
	padding-top: 3px;
}

.agente_input {
	width: 165px;
}

#agente_enviar {
	padding-top: 2px;
}

/*... rodape ...*/
#rodape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1a5bb0 url(../imagens/rodape/barra_cor.png) repeat-x top;
	padding-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
#rodape_holder {
	position: relative;
	margin: 0 auto;
	width: 970px;
	padding: 30px 0;
	font-size: 11px;
	text-align: center;
}
#menu_rodape {
	position: relative;
	clear: both;
	width: 970px;
}

ul#ul_rodape {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}

ul#ul_rodape li {
	display: inline-block;
	float: left;
}

ul#ul_rodape li a {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	letter-spacing: -0.07em;
}
ul#ul_rodape li.sem_borda a {
	border: none;
}
ul#ul_rodape li a:hover {
	text-decoration: underline;
}

#cartoes {
	position: relative;
	width: 970px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#turismo {
	margin-bottom: 20px;
}
#selo_brasil {
	margin-right: 15px;
}

#creditos {
	position: relative;
	clear: both;
	width: 970px;
}
#creditos a {
	color: #FFF;
}
#creditos a:hover {
	text-decoration: underline;
}

#aviso {
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
}





/*.................. classes genericas ..................*/
.clearboth {
	clear: both;
}

.floatright {
	float: right;
}

.negrito {
	font-weight: bold;
}

.negrito_italico {
	font-weight: bold;
	font-style: italic;
}

.italico {
	font-style: italic;
}

.weightnormal {
	font-weight: normal;
}

.textalignright {
	text-align: right;
}

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align:center;
}

.marginbottom20 {
	margin-bottom: 20px;	
}

.margintop20 {
	margin-top: 20px;
}

.margin_top_bot_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}

.font10 {
	font-size: 10px;
}

.font18 {
	font-size: 18px;
}

.amarelo {
	color: #FEB438;
}

.amarelo_claro {
	color: #FFDA00;
}

.azul_escuro {
	color: #0c5ac1; 
}

.azul_claro {
	color: #C4DBFB;
}

#form_cadastrese input#cpf.cinza_claro {
	color: #999999;
}

.cinza_claro {
	color: #999999;
}

.hidden {
	visibility: hidden;
}

.displaynone {
	display: none;
}

.img_botao {
	cursor: pointer;		
}

.texto_branco {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.texto_branco a, a.link_branco {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

.gill_destaque {
	font-family: "GillSans MT", Arial, Verdana;
	font-size: 18px;;
	font-weight: bold;
	font-style: italic;
}

p#aviso.avisoCadastros {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: #FFF;
	padding-right: 50px;
}









#div_link_esqueci {
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 30px;
}

#div_link_esqueci a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #2E7FE9;
}

#div_form_esqueci2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 30px;
	text-align: right;
}

#div_form_esqueci2 input{
	margin-bottom: 10px;
}

#div_form_esqueci2 span{
	padding-right: 20px;
}


/*PASSO2   --- seta tb opcoes do meus dados login*/
#passo2login {
	margin-top: 57px;
}
#passo2login #usu_login2, #passo2login #usu_senha2,
#passo2login #age_login2, #passo2login #age_senha2,
#mdlogin_cli input#usu_login3, #mdlogin_cli input#usu_senha3,
#mdlogin_age #agente_login2, #mdlogin_age #agente_senha2,
#usu_cpf,
#esqueci_cpf2
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 220px;
	height: 26px;
	border: 1px solid #FFFFFF;
	padding-top: 4px;
	padding-left: 1px;
	vertical-align: middle;
	background: #FFF url(../imagens/input_bg.png) top left no-repeat;
}

#cadastre_seu_cliente #usu_cpf {
	width: 270px;
}

#cadastre_seu_cliente #usu_cpf_enviar {
	margin-right: 30px;
}


#passo2login div.linha_passo2,
#mdlogin_cli div.linha_passo2,
#mdlogin_age div.linha_passo2
{
	position: relative;
	width: 280px;
	margin-bottom: 10px;
	clear: both;
}

#passo2login span.rotulo,
#mdlogin_cli span.rotulo,
#mdlogin_age span.rotulo
{
	display: block;
	float: left;
	width: 50px;
	height: 23px;
	margin-top: 2px;
	padding-top: 7px;
}

#passo2login #usu_enviar2,
#mdlogin_cli #usu_enviar3,
#mdlogin_age #agente_enviar2
{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

#div_login_agente2 {
	clear: both;
}

#div_login_agente2 p {
	font-size: 10px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: right;
}

#aviso_login_p2 {
	clear: both;
	padding-top: 20px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

a#link_agente {
	float: right;
	font-size: 10px;
	color: #2E7FE9;
	text-decoration: underline;
	padding-right: 10px;
}

#confirme_id {
	background-color: #6AA4F0;
	border: 1px solid #FFF;
	position: relative;
	margin: 0 auto;
	width: 420px;
	padding: 30px;
}

#confirme_id p{
	color: #FFF;
	font-style: normal;
}

#link_outraconta {
	font-weight: normal;
	font-size: 11px;
	margin-top: 20px;
}

#link_outraconta a {
	color: #FFF;
	text-decoration: underline;
}

#usu_cpf {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 200px;
}

#usu_cpf_enviar {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#p3_l_continuar {
	position: relative;
	margin: 50px auto;
	width: 440px;
	text-align: right;
}

.box_aviso_amarelo {
	position: relative;
	background-color: #FFC;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #F89B01;
	border: 1px solid #FEB438;
	padding: 8px;
	margin-top: 3px;
}

.juridico {
	font-size: 9px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFF;
	background-color: #2C5DAB;
	padding: 7px 10px;
	/*opacity: 0.85;
	color: #97BFF4;*/
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#tooltip h3, #tooltip div { margin: 0; }

#rodape_resultados div.esq {
	padding-bottom: 50px;
}
#aviso-passageiros {
	display: none;
	position: relative;
	z-index: 999;
	left: 0;
	background-color: #FFC;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #F89B01;
	border: 1px solid #FEB438;
	padding: 5px 8px;
	width: 320px;
	margin-top: 20px;
}
#aviso-passageiros p {
	margin: 5px 0;
}

.ui-datepicker table {
    font-size: 0.8em !important;
}

#pontos-de-venda,
#pontos-de-venda li {
	list-style: none;
}
#pontos-de-venda p.cnpj {
	margin-bottom: 5px;
	font-size: 10px;
	font-style: italic;
}
#pontos-de-venda li h3 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
