@charset "UTF-8";
/* CSS Document */

html, body {
	/*height: 100%;*/
	background-repeat:repeat;
	font-size:12px;
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
}

#principal { 
	/*min-height: 99.7%;*/
	position: relative;
	width:800px;
	/*left:50%;
	margin-left:-400px;*/
	margin:0 auto;
	background:url(imagens/top.png);
}

/** html #principal { 
	height:99%;
}*/

#rodape {
	position: relative;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	background:url(imagens/bottom1.png) no-repeat;
	width:800px;
	height:117px;
}

#conteudo_interna{
	width:660px;
	height:500px;
	margin:0 auto;
}

#conteudo_interna_1{
	width:660px;
	height:auto;
	margin:0 auto;
}


#clear {
	clear:both;
}

#topo {}
#menu {}
#passagens {}
#logo {
	text-align:center;
	margin: 0 0 10px 0;
}

#txrodape {
	position:relative;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#003b77;
	width:800px;
	height:30px;
	text-align:center;
	padding-top:35px;
}

.tituloCompra{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}
.img_interna{
	float:right;
	margin: 0 0 0 0;
	width:auto;
	height:auto;
	background-repeat:no-repeat;	 
}
.img_frota{
	border:0;
	margin:5px;
	padding:5px 5px 13px 5px;
}

.img_noticia{
	float:left;
	margin: 0 5px 5px 0;
}

.azul {
	color:#00466A;
}

a:link{
	cursor:pointer;
	text-decoration:none;
	color:#666;
}
a:visited{
	cursor:pointer;
	text-decoration:none;
	color:#666;
}
a:hover{
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

a.solu:link {
	margin: 0 0 0 10px;
	font-weight:bold;
	text-decoration:none;
	color:#004366;
}

a.solu:visited{
	margin: 0 0 0 10px;
	font-weight:bold;
	text-decoration:none;
	color:#004366;
}

a.solu:hover{
	margin: 0 0 0px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#004366;
}
