/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #F25527;/* cor de fundo em cima*/
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Verdana;
padding: 4px 3px;
display: block;
width: 93%; /*Define width for IE6's sake*/
color: #FFFFFF;
background-color: #006C7A;
text-decoration: none;
margin-bottom: 1px;
/*border-bottom: 1px solid #C0C0C0;*/
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #7FB5BC; /*Define a cor quando o menu é sobrevoado*/
color: white;
}

.horizontal_menu {
background-color:#006C7A;
}

.horizontal_menu a, .horizontal_menu a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
}

.horizontal_menu a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
.fundo{
background-color:#006C7A;
}
.header_br{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:underline;
}
.header_pt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
.main_table {
		font-family: Verdana;
	}
.main_table th {
		font-size: 12px;
		color: #0066CC;
		text-align: left;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFCC66;
		/* background-color: #FFF4DF; */
}
.main_table td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #7FB5BC;
		padding: 2px;
		color: #00085A;
}
.main_table table {
		background-color: #FFFFFF;
		border: 1px solid #E6E6E6;
}
.main_table a {
		color: #003399;
		text-decoration: none;
}
.main_table a:hover {
		color: #003399;
		text-decoration: underline;
}
.bottom_tur_por_exc {
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #006C7A; /* verde para cor de fundo do bottom nortavel brasil */
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text_brochuras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006C7A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pag_detalhe_header {
	font-size: 12px;
	font-weight: bold;
	color: #006C7A; /* letras header product_detail_item */
}
.pag_detalhe_prox_partidas_header {
	font-size: 12px;
	font-weight: bold;
	color: #006C7A;/* letras header itinerário */
	text-decoration: underline;
}
.pag_detalhe_link_produto a {
	font-size: 11px;
	color: #006C7A;
	font-weight: bold;
	text-decoration: underline;
}
.pag_detalhe_link_produto a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #006C7A;
	text-decoration: underline;
}
.pag_detalhe_sub_link_empresa a {
	font-size: 10px;
	color: #006C7A;
	font-weight: bold;
	text-decoration: underline;
}
.pag_detalhe_sub_link_empresa a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #006C7A;
	text-decoration: underline;
}
</style>
