/* CSS Document */

/* CSS QUE IRÁ EM TODAS AS PÁGINAS*/


body {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-repeat: repeat;
	padding-top: 5px;
}

/* Contem */

#contem {
	width: 740px;
	z-index: 1;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#propaganda {
	height: 90px;
	background-image: url(../img/pub_v_90.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
#apDiv2 {
	z-index: 2;
	position: absolute;
	width:499px;
	height:247px;
	visibility: hidden;
	left: auto;
	top: 381px;
	margin-left: 210px;
}



#apDiv1 {
	position:absolute;
	left:auto;
	top:381px;
	width:714px;
	height:460px;
	z-index:2;
	margin-left: 10px;
	visibility: hidden;
}


/* Header */

#header {
	height: 171px;
	width: 740px;
	background-image: url(../img/topo5final.jpg);
	background-repeat: no-repeat;
}
/* Logo */

#topo{
	width: 178px;
	height: 171px;
	float: left;
	margin: 0px;
	padding: 0px;
}


#logo{
	width: 178px;
	margin: 0px;
	padding: 0px;
	height: 136px;
	clear: left;
}

#bandeira_bra {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	height: 24px;
	background-image: url(../img/bandeira_br.png);
	background-repeat: no-repeat;
	background-position: 50px;
	text-indent: 80px;
	padding-top: 11px;
}
#bandeira_bra a {
	color: #FFFFFF;
	text-decoration: none;
}

#bandeira_usa {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	height: 24px;
	background-image: url(../img/bandeira_usa.png);
	background-repeat: no-repeat;
	background-position: 50px;
	text-indent: 80px;
	padding-top: 11px;
}
#bandeira_usa a {
	color: #FFFFFF;
	text-decoration: none;
}





/* Menu*/

#menu {
	width: 562px;
	height: 92px;
	float: right;
}
#asas {
	width: 562px;
	height: 59px;
	float: right;
	margin-top: 20px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#treemenu1 li {
	margin-left: 10px;
	padding-left: 20px;
	margin-right: 10px;
}


/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: block;
	float: right;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 30px;
	padding-left: 0px;
	width: 97px;
	font-weight: bold;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 0px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
right: 2px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	margin-top: 0px;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 90px; /*width of sub menu levels*/
	color: #666666;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 1px;
}

.suckertreemenu ul li a:hover{
color: white;
}

.suckertreemenu ul li ul li a:hover{
color: #666666;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Meio*/

#meio {
	width: 716px;
	margin-top: 12px;
	margin-right: 14px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #F7F7F7;
	height: auto;
}

/* Lateral */

#lateral {
	float: left;
	width: 190px;
	height: 675px;
	background-color: #FFFFFF;
}
#menu_lat {
	float: left;
	height: auto;
}


/* Menu Lateral */

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 190px; /* IE6 Bug */
	font-size: 15px;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}


ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a {
	height: 24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

/*ul#primary-nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }*/

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #666666; }

ul#primary-nav li a:hover { color: #FFFFFF; }




#cheta {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #95B13F;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 190px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
	padding: 0;
}
#cheta a {
	color: #95B13F;
	text-decoration: none;
}
#pmsp {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #DADADA;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 190px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
	padding: 0;
}
#pmsp a {
	color: #9A9A9A;
	text-decoration: none;
	font-size: 12px;
}

/* Serviços */

#servicos {
	float: left;
	width: 190px;
	height: 453px;
	background-image: url(../img/chat_fundo.jpg);
	background-repeat: no-repeat;
}
#chat {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #95A93D;
	text-indent: 49px;
	margin-top: 8px;
	margin-bottom: 0;
	text-decoration: underline;
	font-weight: bold;
}
#chat a {
	color: #95A93D;
	text-decoration: none;
}

#call_laranja {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-indent: 49px;
	margin-top: 6px;
	margin-bottom: 0;
	font-weight: bold;
}
#call_fone {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6482C8;
	text-indent: 49px;
	margin-top: 6px;
	margin-bottom: 0;
	font-weight: bold;
}
#plantao {
	font-family:"Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-indent: 49px;
	margin-top: 20px;
	margin-bottom: 0;
}
.hora {
	font-size: 12px;
}
#heli_verde {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #95A93D;
	text-indent: 49px;
	margin-top: 8px;
	margin-bottom: 0;
}

#heli_cinza {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #DADADA;
	text-indent: 70px;
	margin-top: 6px;
	margin-bottom: 0;
}
#aviao_verde {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #95A93D;
	text-indent: 49px;
	margin-top: 8px;
	margin-bottom: 0;
}

#aviao_cinza {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #DADADA;
	text-indent: 70px;
	margin-top: 6px;
	margin-bottom: 0;
}

#door_cinza {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #4F4F4F;
	text-indent: 90px;
	margin-top: 32px;
	margin-bottom: 0;
}

#door_laranja {
	font-family:"Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-indent: 75px;
	margin-top: 6px;
}
#door_laranja a {
	color: #FF6600;
	text-decoration: none;
}


#pay {
	font-family:"Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size:14px;
	color: #95A93D;
	margin-top: 25px;
	margin-bottom: 0px;
}
#meteorologia {
	float: left;
	width: 190px;
	height: 90px;
	background-image: url(../img/weather.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#weather {
	margin-top: 2px;
	margin-left: 60px;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
}
.meteorologia {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #95A93D;
	margin-top: 0px;
	margin-bottom: 4px;
}
.weather_cinza {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#sterm {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}


/* Miolo */

#miolo {
	float: right;
	width: 515px;
	height: auto;
	background-color: #EAEAEA;
	margin-bottom: 0px;
}

#empresa_film {
	float: right;
	height: 230px;
	width: auto;
	border: 1px solid #333333;
	padding: 0px;
	margin-right: 10px;
	margin-left: 7px;
	margin-bottom: 1px;
	background-color: #000000;
}

#miolo h1 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #246CAE;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}


#seguranca {
	margin-top: 6px;
	margin-bottom: 6px;
}
.seguranca {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family:"Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}

.seguranca a {
	color: #666666;
	text-decoration: none;
}

#seguranca ul li {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 6px;
}
#seguranca ol li {
	margin-right: 10px;
	margin-bottom: 6px;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
#seguranca .seguranca a {
	color: #666666;
}
#anuncios {
	margin-top: 0px;
}
#anuncios ul li {
	color: #666666;
}


#anuncios ul li a {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#panoramico1 {
	width: 515px;
}
.panoramico_txt {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	padding-left: 320px;
	text-align: center;
	width: 120px;
}
.panoramico_txt2 {
	float: left;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 200px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.panoramico_txt3 {
	float: left;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 400px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-weight: bold;
}
.panoramico_foto {
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}


/* Rodapé */

#rodape {
	height: 35px;
	clear: both;
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-left: 0px;
	width: 740px;
	float: left;
}
.rodape {
	float: left;
	width: 293px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 250px;
}
.rodape2 {
	float: left;
	width: 100px;
	margin-top: 5px;
	margin-left: 50px;
}

.rodape2 a {
	color: #999999;
	text-decoration: none;
}

.voltar {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #95A93D;
	text-decoration: none;
	margin-right: 10px;
	text-align: right;
}

#seguranca .voltar a {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #95A93D;
}
.f1 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-right: 10px;
}
#f3 a {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
#br {
	float: left;
	height: 210px;
	width: 280px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#sesc {
	float: left;
	height: 175px;
	width: 197px;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

#night_air {
	height: 550px;
}

#cheta_meio {
	height: auto;
}
.cheta_meio1 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	color: #246CAE;
	font-size: 17px;
	margin-left: 145px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.cheta_meio2 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.cheta_meio2 a {
	color: #246CAE;
	text-decoration: none;
}

#galeria {
	height: 480px;
	background-image: url(../img/lupa.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 60px;
}

#galeria_ing {
	height: 480px;
	background-image: url(../img/lupa_ing.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 60px;
}

.volta_galeria {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #95A93D;
	clear: both;
	float: right;
	margin-right: 10px;
}

.volta_galeria a{
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #95A93D;
	clear: both;
	float: right;
	margin-right: 10px;
	text-decoration: none;
}

#aeronaves {
	float: right;
	width: 515px;
	height: 625px;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#aeronaves_ingles {
	float: right;
	width: 515px;
	height: 600px;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves_ing.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#ind_aeronaves {
	width: 515px;
	float: right;
	height: 609px;
	background-image: url(../img/fundo_aeronaves2.jpg);
	background-repeat: no-repeat;
}
#txt_aeronaves {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 0px;
}
#txt_aeronaves a {
	color: #666666;
	text-decoration: none;
}


#ind_aeronaves1 {
	margin-top: 5px;
	width: 485px;
	margin-left: 15px;
	height: 130px;
	margin-bottom: 40px;
}
#ind_aeronaves1-1 {
	float: left;
	height: 130px;
	width: 152px;
}

#ind_aeronaves1-2 {
	float: left;
	height: 130px;
	width: 152px;
	margin-left: 15px;
}
#ind_aeronaves1-3 {
	float: right;
	height: 130px;
	width: 152px;
}

#ind_aeronaves2 {
	width: 485px;
	margin-left: 15px;
	margin-top: 7px;
	height: 130px;
}

#ind_aeronaves2-1 {
	float: left;
	height: 130px;
	width: 152px;
}

#ind_aeronaves2-2 {
	float: left;
	height: 130px;
	width: 152px;
	margin-left: 15px;
}
#ind_aeronaves2-3 {
	float: right;
	height: 130px;
	width: 152px;
}

#ind_aeronaves3 {
	width: 485px;
	margin-left: 15px;
	margin-top: 15px;
	height: 130px;
}
#ind_aeronaves3-1 {
	float: left;
	height: 130px;
	width: 152px;
	margin-top: 15px;
}

#ind_aeronaves3-2 {
	float: left;
	height: 130px;
	width: 152px;
	margin-left: 15px;
}
#ind_aeronaves3-3 {
	float: right;
	height: 130px;
	width: 152px;
}

#ind_aeronaves4 {
	width: 485px;
	margin-top: 15px;
	margin-left: 15px;
	height: 130px;
}

#ind_aeronaves4-1 {
	float: left;
	height: 130px;
	width: 152px;
}

#ind_aeronaves4-2 {
	float: left;
	height: 130px;
	width: 152px;
	margin-left: 15px;
}
#ind_aeronaves4-3 {
	float: right;
	height: 130px;
	width: 152px;
}

#esquilo {
	float: right;
	width: 515px;
	height: auto;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#esquilo_ing {
	float: right;
	width: 515px;
	height: auto;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves_ing.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#aeronaves4 {
	float: right;
	width: 515px;
	height: 609px;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves4.jpg);
	background-repeat: no-repeat;
}

#aeronaves4_ingles {
	float: right;
	width: 515px;
	height: 609px;
	background-color: #EAEAEA;
	background-image: url(../aeronaves/fundo_aeronaves4_ing.jpg);
	background-repeat: no-repeat;
}

.tit_aeronaves {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #95B13F;
	margin-left: 35px;
	height: 26px;
	margin-top: 12px;
}
.foto_gde {
	margin-left: 38px;
	width: 286px;
	float: left;
	height: 202px;
}

.foto_pq {
	margin-bottom: 10px;
	margin-top: 0px;
}

.lat_aero3 {
	height: 460px;
	width: 173px;
	float: right;
	margin-top: 79px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.lat_esquilo {
	height: 530px;
	width: 173px;
	float: right;
	margin-top: 79px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.txt_aero3 {
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-top: 10px;
	height: 400px;
}
.esp_aero3 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #95A93D;
	margin: 5px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
}
.voltar_aero {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #95A93D;
	text-align: right;
	float: right;
	margin-right: 10px;
	width: 60px;
}
.voltar_aero a {
	text-decoration: none;
	color: #95A93D;
}
#pag_serv {
	height: 550px;
}
#pag_serv ul {
	margin-bottom: 12px;
}
#pag_serv ul li {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #FF6600;
	margin-bottom: 6px;
}
#pag_serv ul li a {
	text-decoration: none;
	color: #FF6600;
}
#pag_serv ul li ul li {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}
#pag_serv ul li ul li a {
	color: #666666;
	text-decoration: none;
}
.style2 {
	color: #FF6600;
}
#venda {
	width: 515px;
	height: 675px;
	float: right;
	background-color: #EAEAEA;
	padding-bottom: 10px;
}
#txt_venda1 {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #246CAE;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 17px;
}


#venda1 {
	width: 515px;
	float: right;
	height: 305px;
	background-image: url(../img/fundo_aeronaves.jpg);
	background-repeat: no-repeat;
}
#venda2 {
	margin-top: 19px;
	width: 485px;
	margin-left: 15px;
	height: 290px;
}
#txt_venda {
	float: left;
	width: 480px;
	margin-left: 20px;
	margin-top: 10px;
	height: auto;
}
#esp_venda {
	font-family: "Microsoft Sans Serif", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #95A93D;
	margin: 5px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
}

#Layer1 {
	padding-left: 110px;
}
#ind_aeronaves h1 {
	font-family: "Microsoft Sans Serif";
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.localizacao {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #666666;
	margin-left: 190px;
}
.marte {
	margin-left: 130px;
	margin-bottom: 30px;
}
