*{
	margin:0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.clear{
	clear: both;
}
.float-l{
	float: left !important;
}
.float-r{
	float: right !important;
}
.col-50{
	width: 50% !important;
}
.col-md-6{
	width: 294px;
	float: left;
}
img{
	border:0;
}
#index{
	background: url(../imagens/body.png) center top repeat-x;
}
#internas{
	background: url(../imagens/body_internas.jpg) center top repeat-x;
}
.conteudo{
	width: 960px;
	margin: 0 auto;
}
.chamadas{
	width: 100%;
}
.page-header{
	width: 100%;
	height: 116px;
	padding-top: 62px;
	margin-bottom: 30px;
}
/*font face*/
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-bla-webfont.eot');
    src: url('../fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bla-webfont.woff') format('woff'),
         url('../fonts/lato-bla-webfont.ttf') format('truetype'),
         url('../fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*formatacoes*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:120%;
	color:rgb(102,102,102);
	text-align:left;
}
#fones{
    font-family: 'latoregular';
	font-size:16px;
	color:rgb(233,198,12);
	text-align:left;
}
.menu a{
    font-family: 'latoregular';
	font-size:13px;
	line-height:120%;
	color:#FFF;
	text-decoration: none;

}

.menu a:hover, .active{
    font-family: 'latoregular';
	font-size:13px;
	line-height:120%;
	color:rgb(241,208,14) !important;
	text-decoration: none;

}
.page-header h2{
	color: #000;
	font-weight: 900 !important;
}
h2,{
    font-family: 'latoregular';
	font-size:35px;
	line-height:102%;
	text-align:left;
}
.h2{
	font-family: 'latoregular';
	font-size:35px;
	line-height:107px;
	text-align:center;
	color: #323232;
}
h3, .h3{
    font-family: 'latoblack';
	font-size:24px;
	line-height:120%;
	color:rgb(32,32,32);
	text-align:left;
}
h4{
    font-family: 'latoregular';
	font-size:17px;
	line-height:120%;
	text-align:left;
	color: #000;
	font-weight: 500;
}
h5{
	margin-bottom: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:120%;
	color:rgb(102,102,102);
	text-align:left;
	font-weight: 500;

}
#endereco, #endereco a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
	color:rgb(248,247,240);
	text-align:left;
	text-decoration: none !important;

}
#creditos, #creditos a{
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:120%;
	color:rgb(170,170,170);
	text-align:right;
	margin-top: -10px;
	text-decoration: none !important;
}

#endereco a:hover, #creditos a:hover{
	text-decoration: underline !important;
}
/*topo*/
#topo{
	width: 100%;
	padding-bottom: 10px;
}
.logo{
	display: block;
	width: 338px;
	height: 79px;
	float: left;
	background: url(../imagens/logo_radar_rent_a_car.png);
	margin-top: 23px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#tempo{
	width: 312px;
	height: 44px;
	margin-top: 14px;
}
#tempo iframe{
	display: block;
	width: 100%;
	height: 100% !important;
	border:none;
}
#block_top{
	width: 438px;
	margin-top: 40px;
}
#fones{
	padding-top: 15px;
	width: 288px;
}
#fone{
	display: block;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	float: left;
	background: url(../imagens/fone.png) left center no-repeat;
}
#cel-fone{
	display: block;
	padding-left: 12px;
	height: 16px;
	line-height: 16px;
	float: left;
	background: url(../imagens/cel.png) left center no-repeat;
	margin-left: 12px;
}
#chat{
	width: 150px;
	height: 36px;
}
/*menu*/
#menu_top{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.menu{
	list-style: none;
}
.menu li{
	float: left;
	text-align: center;
}
.menu .separador{
	width: 2px;
	height: 15px;
	/*border-color:;
	border-width:1px;
	border-style:dotted;*/
	/*border-left: 1px dotted #A3A3A3;*/
	background: url('../imagens/separador-menu.png') center center ;
	margin-top:2px;
}
.item_menu_1{
	width: 57px;
	text-align: left;
}
.item_menu_2{
	width: 100px;
}
.item_menu_3{
	width: 172px;
}
.item_menu_4{
	width: 75px;
}
.item_menu_5{
	width: 94px;
}
.item_menu_6{
	width: 199px;
}
.item_menu_7{
	width: 140px;
}
.item_menu_8{
	width: 108px;
}
/*=============*/
/*banner*/
.area_banner{
	width: 100%;
	padding-top: 16px;
}
.banner{
	width: 960px;
	margin: 0 auto;
	background-color:rgb(255,255,255);
	height:354px;
	border:1px solid #DDD;
	/* Firefox v1.0+ */
	-moz-border-radius:2px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:2px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:2px ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.banner a{
	display: block;
	width: 944px;
	height: 340px;
	margin:7px 8px !important;

}
.troca{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(../imagens/base_banner.png) 0 -10px no-repeat;
	height: 76px;
}
.cycle-pager {
	width:100%;
	text-align:	center;
	position:absolute;
	bottom:0;
	top: 0px; 
	z-index:999;
}
.cycle-pager span {
	font-size:0; 
	color:transparent; 
	width:9px; 
	height:9px; 
	margin:4px; 
	display: inline-block; 
	cursor: pointer; 
	background: url(../imagens/cycle.png) -25px center no-repeat;
}
.cycle-pager span.cycle-pager-active { 
	background: url(../imagens/cycle.png) 0 0 no-repeat;
}
.cycle-pager > * { 
cursor: pointer;
}
/*========*/
/*corpo*/
#corpo{
	width: 100%;
	padding-bottom: 35px;
}
.form_index{
	width: 408px;
	float: left;
}
#bloco_dir_index{
	width: 543px;
	float: right;
}
#bem_vindo{
	background: url(../imagens/bem-vindo.jpg) right center no-repeat;
	height: 124px;
	padding-top: 46px;
	margin-bottom: 15px;
	color: #000;
}
.blocos_gerenciaveis_index{
	list-style: none;
	margin-top:15px;
}
.blocos_gerenciaveis_index li{
	width: 260px;
	margin-bottom: 15px;
	float: left;
}
.blocos_gerenciaveis_index li a{
	display: block;
	width: 258px;
	height: 100px;
}
.blocos_gerenciaveis_index li:first-child{
	margin-right: 20px;
}
.blocos_gerenciaveis_index li:last-child{
	margin-left: 20px;
}
/*informacoes gerais*/
.perguntas, .pergunta{
	width: 100%;
	margin-bottom: 15px;
}
/*localizacao*/
iframe{
	width: 444px;
	height: 444px;
	float: left;
}
/*Frotas*/
.lista_frotas{
	width: 100%;
	margin-top: 40px;
}
.lista_frotas ul{
	list-style: none;
}
.lista_frotas #titulo_lista{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../imagens/titulo_reservas.jpg);
	margin-bottom: 10px;
	color:#FFF;
}
.lista_frotas .item_lista{
	width: 100%;
	height: 107px;
	margin-bottom: 10px;
	background: #F2F2F2;
	border-radius: 10px;
}
#titulo_lista ul li{
	float: left;
	line-height: 40px;
}
.fotos{
	width: 396px;
	float: left;
	height: 93px;
	margin:7px 14px;
}
.fotos i{
	display: block;
	width: 132px;
	height: 100%;
	float: left;
}
.grupo{
	width: 152px;
	float: left;
}
.itens_op{
	width: 246px;
	float: left;
	padding: 0  0 0 15px;
	overflow: hidden;

}
.itens_op ul{
	list-style: disc;
	display: table !important;
	vertical-align: center !important;
	width: 100%;
	height: 107px;
	padding-top: 10px;
}
.inliner {
    height: 100%;
}

.inliner,
.inliner + * {
    display: inline-block;
    vertical-align: middle;
}
.caracteristica{
	width: 116px;
	height: 90px;
	float: right;
	overflow: hidden;
	margin:9px 19px 0 0;
}
.caracteristica i{
	display: block;
	width: 100%;
	height: 100%;
}
/*formularios*/
input:focus, select:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*form_index*/
#form_consulta_online{
	display: block;
	width: 372px;
	padding-top: 52px;
	padding-left: 19px;
	padding-right: 19px;
	background: url(../imagens/fundo_form_index.jpg) repeat-x;
}
label input, label textarea{
	margin-top: 2px;
}
#form_consulta_online label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:left;
}
.form_group{
	margin-bottom: 3px!important;
	display: block;
}
.lg{
	width: 100%;
}
#form_consulta_online input{
	background-color:rgb(255,255,255);
	width:100%;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:4px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px ;
	margin-bottom: 0 !important;
}
#ddd_celular_consulta_online, #ddd_telefone_consulta_online{
	background-color:rgb(255,255,255);
	width:35px !important;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:4px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px ;

}
#telefone_consulta_online, #celular_consulta_online{
	background-color:rgb(255,255,255);
	width:292px !important;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:4px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px ;
	float: right;
}
#cidade_local_devolucao_consuta_online,#cidade_local_retirada_consuta_online{
	background-color:rgb(255,255,255);
	width:158px !important;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:4px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px ;

}
#data_retirada_consuta_online,#data_devolucao_consuta_online{
	background-color:rgb(255,255,255);
	width:82px;
	height:21px;
	/* Firefox v1.0+ */
	-moz-border-radius:5px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:5px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:5px ;
	float: left;
}
.icon_calendario{
	display: block;
	width: 17px;
	height: 18px;
	background: url(../imagens/calendario.png);
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}
#data_devolucao_consuta_online{
	margin-left: 10px !important;
}
#hora_retirada_consuta_online,#hora_devolucao_consuta_online{
	background-color:rgb(255,255,255);
	width:45px !important;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:6px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px ;
	float: left;

}
.block-legend{
	display: block;
	float: right;
}
.block-legend:first-child{
	margin-right: 20px;
}
.legend-block-a{
	display: block;
	margin-left: 13px;
	float: left;
}
#formas_pagamento_consuta_online, #grupo_veiculo_consuta_online{
	background-color:rgb(255,255,255);
	width:100%;
	height:20px;
	/* Firefox v1.0+ */
	-moz-border-radius:4px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:4px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:4px ;
}
#comentarios_consuta_online{
	background-color:rgb(255,255,255);
	width:100%;
	height:72px;
	/* Firefox v1.0+ */
	-moz-border-radius:6px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px ;
}
button{
	background: url(../imagens/send_button.jpg);
	width: 157px;
	height: 29px;
	border: 0;
	margin-top: 3px;
	margin-bottom: 14px;px;
	text-indent: -9999px;
}
/*Formulario de reservas*/
#form_reservas{
	display: block;
	background-color:rgba(214,214,214,0.33);
	width:667px;
	float: left;
	margin-bottom: 40px;
	padding: 22px 34px;
}
input{
	width: 100%;
	margin-bottom: 4px;
	background-color:rgb(255,255,255);
	height:25px;
	border-color:rgb(214,214,216);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:3px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);

}
#form_reservas label{
	display: block;
}
.col-md-4{
	width: 33.3333333%;
	float: left;
}
#cnh_form_reservas, #registro_form_reservas{
	width: 190px !important;
}
#validade_form_reservas{
	width: 165px !important;
	float: left;
}
.col-md-4 .icon_calendario{
	margin: 4px 0 0 0;
	float: right;
}
.full_size{
	width: 100%;
	float: left;
}
.uf{
	width: 135px;
	float: right;
}
.city{
	width: 442px;
	float: left;
}
.uf select{
	background-color:rgb(255,255,255);
width:135px;
height:25px;
border-color:rgb(214,214,216);
border-width:1px;
/* Firefox v1.0+ */
-moz-border-radius:2px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:2px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:2px ;
border-style:solid;
/* Firefox v3.5+ */
-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);

}
#ddd1_form_reservas, #ddd2_form_reservas{
	width: 48px !important;
	float: left;
	margin-right: 4px;
}
#telefone_form_reservas, #celelular_form_reservas{
	width: 240px!important;
	float: left;
}
select{
	width:100%;
	background-color:rgb(255,255,255);
	height:24px;
	border-color:rgb(214,214,216);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	margin-bottom: 4px;
	padding: 1px 5px 1px 5px;
}
.lado_l{
	width: 216px;
	float: left;
}
.lado_l input{
	width: 190px !important;
	float: left;
}
.lado_l .icon_calendario{
	float: right;
	margin:5px 0 0 0;
}
.lado_r{
	width: 69px;
	float: right;
}
#companhia_aeria{
	width: 263px;
	float: left;
}
.detalhes_voo{
	width: 151px;
	float: left;
	margin-left: 17px;
}
textarea{
	background-color:rgb(255,255,255);
	width:100% !important;
	height:122px;
	border-color:rgb(214,214,216);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:3px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px ;
	border-style:solid;
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.37);
}
#enviar_form_reservas{
	width: 157px;
	height: 29px;
	float: right;
	background: url(../imagens/button_internas.png);
	margin-top: 15px;
}
/*frota formulario*/
#form_frota{
	background-color:#EDEDED;
	width:100%;
	padding: 20px 22px 0px 22px;
	border:1px solid #E1E1E1;
	-moz-border-radius:3px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3px ;
	font-size:14px;
	line-height:120%;
	color:rgb(82,82,82);
	text-align:left;
}
.row{
	width: 100%;
	clear: both;
}
#form_frota h3{
	margin-bottom: 16px;
}
label{
	display: block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}
#form_frota #ddd1_form_frota,
#form_frota #ddd2_form_frota{
	width: 37px !important;
	float: left;
}
#form_frota #telefone_form_frota,
#form_frota #celular_form_frota{
	width: 100px !important;
	float: right;
}
#enviar_form_frota{
	width: 158px;
	height: 30px;
	background: url(../imagens/button_frotas.jpg);
	float: right;
	margin-top: 13px;

}
/*Formularios*/
#form_frota_terceirizacao, .col-md-11{
	width: 91%;
	display: block;
	float: left;
	background-color:rgba(214,214,214,0.33);
	padding:20px;
}
#form_frota_terceirizacao input{
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px !important;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}
* input, * textarea ,* select{
	font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:120%;
color:rgb(82,82,82);
text-align:left;

}
#form_frota_terceirizacao select, #form_frota_terceirizacao .mini{
	width: 48%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px !important;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
textarea{
	width: 100%;
	height: 130px;
	margin-bottom: 20px;
}

/*=====================*/
/*rodape*/
#rodape{
	width: 100%;
	clear: both;
	border-top: 5px #F1CB0F solid;
	background: #212121;
	padding-top: 5px;
	padding-bottom: 7px;
}
#menu_rodape{
	width: 100%;
	margin-top: 0!important;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	float: left;
}
#menu_rodape .separador{
	background: url('../imagens/separador.png');
}

#endereco{
	width: 420px;
	float: left;
}
#logo_rodape{
	width: 272px;
	height: 65px;
	float: left;
	background: url(../imagens/logo_radar_rent_a_car_.png) no-repeat;
	text-indent: -99999px;
	margin-bottom: 16px;
	float: left;
}
.icon{
	width: 100%;
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
	padding-left: 31px;
	margin-bottom: 2px !important;
}
.local{
	background: url(../imagens/local.png) left center no-repeat;
}
.telefone{
	background: url(../imagens/telefone.png) left center no-repeat;
}
.twitter{
	background: url(../imagens/twitter.png) left center no-repeat;
}
.facebook{
	background: url(../imagens/facebook.png) left center no-repeat;
}
.email{
	background: url(../imagens/email.png) left center no-repeat;
}
#like_boxe{
	width: 538px;
	height: 189px;
	float: right;
}
#creditos{
	width: 729px;
	height: 25px !important;
	float: right;
}
#creditos p{
	display: block;
	float: left;
	width: 88%;
	height: 25px;
	margin-top:-10px;
}
.logo_gv8{
	display: block;
	width: 79px;
	height: 25px;
	float: right;
	text-indent: -999999px !important;
	text-align: left;
	background: url(../imagens/logo_gv8.png);
	margin-left: 7px;
}