/*
Theme Name: Aeroportos
Theme URI: 
Description: Template dos Aeroportos do Brasil.
Author: Prompt Tecnologia da Informação
Author URI: http://www.prompt-ti.com.br/
Version: 1.0
Tags: portal
 */

/* Reset default browser styles */
@import url('styles/reset.css');
 
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
 
/* Import a basic layout */
@import url('styles/2c-r.css');
 

 
body {
        margin: 0px;
		font-size: 12px;
		color: #666;
		font-family: Verdana, Arial, sans serif;
		position: relative;
}

#wrapper {
	position: relative;
	width: 990px;
	margin: 0px auto;
	display: table;
	padding: 0px 10px;
}
 
/* =Header
-------------------------------------------------------------- */

#bg-header {
	position: absolute;
	min-width: 990px;
	width: 100%;
	height: 150px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#bg-header-left {
	position: absolute;
	min-width: 693px;
	width: 70%;
	height: 150px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -100px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#bg-header-right {
	position: absolute;
	min-width: 197px;
	width: 30%;
	height: 150px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -350px;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#header {
	width: 990px;
	height: 150px;
}

#bg-header-middle {
	width: 990px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	margin-left: 10px;
}

#bg-sep-search {
	width: 50px;
	height: 35px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -500px;
	float: left;
	margin-top: 15px;
	margin-left: 550px;
}

#bg-search{
	width: 390px;
	height: 35px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -365px;
	float: right;
	margin-top: 15px;
}

#bg-access {
		position: absolute;
		bottom: 0px;
		left: 0px;
        width: 990px;
        height: 41px;
        background: url('images/bg-aeroporto.png') repeat-x;
		background-position: 0px -209px;
}

#header-content {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 90;
}

#pub-head {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

#ads-header-standard {
	width: 728px;
	height: 90px;
	margin: 10px auto 5px auto;
}

#ads-links-header {
	width: 728px;
	height: 15px;
	margin: 0px auto;
}

#ads-header-custom {
	width: 970px;
	height: 95px;
	margin: 10px auto;
}
 
#branding {
		background: url('images/logo-aeroportos-brasil.jpg') no-repeat;
		background-position: 0px 2px;
        margin: 0px;
        width: 300px;
        height: 84px;
        margin-top: 10px;
        float: left;
        margin-left: 10px;
}

#branding span{
	color: #bbb;
	font-size: 14px;
	overflow: hidden;
	margin-left: 80px;
	width: 235px;
	float: left;
}

#branding #blog-title {
	width: 235px;
	line-height: 1.2em;
	margin-left: 80px;
	font-size: 18px;
	font-family: Lucida Sans, Verdana, Arial, sans serif;
	color: #1A77B2;
	width: auto;
	margin-bottom: 10px;
	margin-top: 2px;
}

#branding #blog-title a {
	color: #1A77B2;
	text-decoration: none;
}

#branding #blog-title span{
	font-size: 19px;
	color: #005F99;
	font-weight: bold;
	margin-left: 0px;
	float: left;
	width: 235px;
	text-align: left;
}

#div-search{
	width: 400px;
	height: 35px;
	float: right;
}

#content-search {
	float: right;
	width: 400px;
}

#sb-left {
	width: 18px;
	height: 30px;
	background: url('images/bg-aeroporto.png') no-repeat;
	background-position: -30px -924px;
	float: left;
}

#sb-middle {
	width: auto;
	height: 30px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -954px;
	float: left;
}

#sb-right {
	float: left;
}

#sb-middle input[type="text"] {
	border: 0px !important;
	margin-top: 6px;
	color: #666;
	width: 330px;
}

#div-search input[type="submit"] {
	width: 30px;
	height: 30px;
	border: 0px !important;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -984px;
	cursor: pointer;
}

#idioma {
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	width: 80px;
}

#idioma .widget-container {
	margin: 0px !important;
}

#idioma ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 80px;
}

.mlp_widget ul li {
	margin-right: 10px !important;
	float: left !important;
}

#social-header {
	width: 600px;
	height: 32px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#social-header a {
	margin-right: 8px;
	float: right;
}
 
/* =Menu
-------------------------------------------------------------- */
 
#access {
        margin: 0;
       	display: block;
        float: left;
        width: 990px;
        height: 41px;
        margin-left: 10px;
}

#access ul{
	margin: 0px;
	list-style: none;
}

#access ul li {
	position: relative;
	margin: 1px 0px;
	
}

#access ul li:hover {
	color: #666;
}

#access ul li:hover > a {
	color: #666;
	border: 1px solid #ccc;
	border-bottom: 0px;
	background: #fff;
	padding: 8px 9px;
	z-index: 99999;
}

#access ul li a {
	position: relative;
	font-size: 13px;
	padding: 9px 10px;
	margin-left: 0px;
}

#access ul ul {
	position: absolute;
	top: 35px;
	background: #fff;
	z-index: 9999;
	display: none;
	left: 0px;
	margin-left: 0px;
	border: 1px solid #ccc;
}

#access ul ul li {
	float: left;
	margin-right: 0px !important;
	padding: 0px 10px;
	margin: 0px;
}

#access ul ul li a {
	color: #005f99;
	width: 200px;
	padding: 10px 0px;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}

#access ul ul li.last-menu-item a {
	border: 0px;
}

#access ul ul li:hover, #access ul ul li:hover > a {
	color: #fff;
	background: #999;
}

#access ul ul li:hover > a {
	width: 200px;
	padding: 10px 0px;
	font-size: 12px;
	border: 0px;
	border-bottom: 1px dotted #ccc;
}

#access ul ul li.last-menu-item:hover > a {
	border: 0px;
}

#access ul li:hover > ul {
	display: block;
}

.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        float: left;
        margin-right: 15px;
}
.menu a {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        padding: 9px 0px;
}
 
/* =Content
-------------------------------------------------------------- */

.social-buttons {
	width: 640px;
	margin-top: 20px;
	float: left;
}

.button-page {
	margin-top: 5px !important;
	margin-bottom: 15px;
}

.social-buttons .fb-button {
	float: left;
}

.social-buttons .twitter-button {
	float: right;
}

.social-buttons .twitter-button a {
	color: #fff;
}

.social-buttons .plus-button {
	float: right;
}

#pub-top-right {
	z-index: 1;
}

#content {
	float: right;
	margin: 0;
	position: relative;
	width: 640px;
	z-index: 1;
	min-height: 400px;
}
 
.post {
        margin: 0 0 3em 0;
}

.entry-content h1, h1.entry-title, h1.page-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #005f99;
	font-weight: bold;
}

.entry-content h2 {
	color: #005f99;
}

.entry-content h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
 
/* =Navigation
-------------------------------------------------------------- */
 
.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto;
}

/* =Breadcrumb
-------------------------------------------------------------- */

#breadcrumb {
	width: 990px;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#breadcrumb a{
	color: #999;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb span {
	position: absolute;
	font-size: 12px;
	top: -5px;
	right: 0px;
}
#breadcrumb span img {
	position: relative;
	vertical-align: middle;
	padding-left: 5px;
}
#breadcrumb span a {
	color: #F58020;
}

/* =Breadcrumb Novo
-------------------------------------------------------------- */

#breadcrumb-content {
	width: 990px;
	height: 30px;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	background-color: #e3e2e0;
	position: relative;
	float: left;
}

.bread-first {
	height: 17px;
	position: relative;
	float: left;
	background: #51739b;
	font-weight: bold;
	padding: 8px 5px 5px 10px;
}

.bread-first a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.bread-end {
	height: 17px;
	font-size: 10px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 8px 5px 5px 20px;
	background-image: url('images/bg-aeroporto.png');
	background-repeat: no-repeat;
}

.bread-end2 {
	height: 17px;
	font-size: 10px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 8px 5px 5px 20px;
	background-image: url('images/bg-aeroporto.png');
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

.bread-end a, .bread-end2 a{
	color: #666;
	text-decoration: none;
}

.bread-mid {
	height: 17px;
	font-size: 10px;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 8px 5px 5px 20px;
	background-color: #7996b9;
	background-image: url('images/bg-aeroporto.png');
	background-repeat: no-repeat;
}

.bread-mid a {
	color: #fff;
	text-decoration: none;
}

#breadcrumb-content a:hover {
	text-decoration: underline;
}

#breadcrumb-content span img {
	position: relative;
	vertical-align: middle;
	padding-left: 5px;
}
#breadcrumb-content span a {
	color: #F58020;
}

/* =Menu Lateral
-------------------------------------------------------------- */

.menu-side {
	position: relative;
	background: #e3e2e0;
	overflow: hidden;
	font-weight: bold;
	border: 1px solid #ccc;
	width: 298px;
}

.menu-side ul {
	margin: 2px 0px;
	position: relative;
	overflow: hidden;
	list-style: none;
}


.menu-side ul li a{
	position: relative;
	width: 284px;
	margin: 0px 2px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #666;
}

.menu-side ul li.last-menu-item a{
	border-bottom: 0px;
}

.menu-side ul li a:hover{
	background: #666;
	color: #fff;
}


.menu-side ul li.current-menu-item a{
	background: #666;
	color: #fff;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #e3e2e0;
	line-height: 18px;
	margin-bottom: 10px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

 
/* =Widget Areas
-------------------------------------------------------------- */
 
.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

/* =Side Right
-------------------------------------------------------------- */
#pub-top-right {
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
	margin-right: 0px;
}

#side-right{
	position: relative;
	width: 300px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	z-index: 1;
}

#side-parceiros, #menu-side-right, #side-ads, #side-ads-halfpage {
	width: auto;
	height: auto;
	position: relative;
	float: right;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#side-right #side-parceiros, #side-right #side-ads {
	width: 300px;
}

#side-right #side-ads-halfpage {
	width: 300px;
	height: 600px;
	padding-top: 0px;
	border-top: 0px;
}

#side-right h2{
	font-size: 18px;
	font-weight: bold;
	color: #005F99;
	border-left: 1px solid #ccc;
	padding: 2px 0px 2px 15px;
	margin-bottom: 10px;
}

#parceiros-content {
	width: 300px;
	height: 250px;
	background: #e3e2e0;
	position: relative;
	overflow: hidden;
}

#ad-content {
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.item-parceiros {
	position: relative;
	width: 280px;
	height: 70px;
	background-color: #fff;
	margin: 10px 0px 0px 10px;
}

.item-parceiros img {
	position: relative;
	width: 100px;
	height: 60px;
	float: left;
	margin: 5px 0px 0px 5px;
}

.item-parceiros p {
	width: 160px;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 2px 0px 0px 7px;
}

.item-parceiros p a {
	color: #666;
	text-decoration: none;
}

.item-parceiros p a:hover {
	text-decoration: underline;
}

#pub-premium {
	float: right;
	width: 300px;
}

#pub-premium-home {
	float: right;
	width: 300px;
}

/* =Like Box
-------------------------------------------------------------- */

#like-box-pages {
	width: 300px;
	float: right;
	margin-top: 20px;
}

#like-box-plugin {
	margin-top: 20px;
	position: relative;
	float: right;
	width: 298px;
	height: 200px;
	border: 1px solid #ccc;
}

#like-box-plugin #like-link-top {
	width: 290px;
	height: 60px;
	display: table;
	top: 4px;
	left: 4px;
	position: absolute;
}

#like-box-plugin #like-box-link {
	position: absolute;
	bottom: 10px;
	left: 5px;
	font-size: 14px;
	color: #999;
	line-height: 1.2em;
}

#like-box-plugin #like-box-link a {
	text-decoration: none;
	color: #325C99;
}

#like-box-plugin #like-box-link a:hover {
	text-decoration: underline;
}

/* =Fim Like Box
-------------------------------------------------------------- */

#last-updates {
	width: 300px;
	float: right;
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.item-noticias-updates {
	width: 300px;
	height: auto;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	padding: 6px 0px 7px 0px;
}

.first-update-item {
	border-top: 0px;
}

.item-noticias-updates span {
	position: relative;
	float: left;
	width: 30px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	background: #999;
	color: #fff;
	margin-top: 1px;
}

.item-noticias-updates p {
	margin-bottom: 0px;
	float: left;
	width: 255px;
	margin-left: 8px;
}

.item-noticias-updates a{
	color: #666 !important;
	text-decoration: none;
}

.item-noticias-updates a:hover {
	text-decoration: underline;
}

/* =Footer
-------------------------------------------------------------- */

#container-footer {
	width: 100%;
	height: auto;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -535px;
	display: table;
	margin-top: 20px;
}

#footer {
	width: 990px;
	height: auto;
	display: table;
	padding: 20px 10px;
	margin: 0px auto;
}

#footer ul {
	list-style: none;
	margin: 0px;
}

#footer ul li {
	clear: both;
	float: none;
}

#footer .menu a {
	font-size: 12px;
	color: #fff;
	padding: 5px 0px;
}

#footer .menu a:hover {
	text-decoration: underline;
}

#footer .menu .sub-menu a {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 0px;
}

.footer-box-1 {
	float: left;
}

.footer-box-2 {
	float: left;
	border-left: 1px solid #819ab7;
	padding-left: 15px;
	margin-left: 20px;
}

#footer ul li.header-list-footer {
	font-weight: bold;
	padding: 5px 0px;
	color: #fff;
}

#container-copyright{
	width: 100%;
	height: 40px;
	padding: 10px 0px;;
	background-color: #1d416d;
}

#footer-copyright {
	width: 990px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
}

#footer-copyright p {
	margin: 0px;
}

#footer-copyright a {
	color: #fff;
}

/* =Ads
-------------------------------------------------------------- */

.ads-bottom {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 640px;
}

.dim-468-60 {
	width: 468px;
	height: 60px;
	margin: 0px auto;
}

.dim-300-250 {
	width: 300px;
	height: 250px;
	margin: 0px auto;
}

.bloco-300-1 {
	float: left;
	margin: 0px;
}

.bloco-300-2 {
	float: right;
	margin: 0px;
}

.dim-468-15 {
	width: 468px;
	height: 15px;
}

/* =Social Lateral
-------------------------------------------------------------- */

#social-lateral {
	width: 70px;
	min-height: 150px;
	height: auto;
	color: #fff;
	position: absolute;
	top: 270px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #888;
	border: 2px solid #6c83b3;
	border-radius: 10px 10px 10px 10px;
	display: none;
}

.fb-lateral {
	height: auto;
	margin: 9px 0px 5px 8px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 60px;;
}

.twitter-lateral {
	height: auto;
	margin: 9px 0px 9px 5px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 65px;
}


.twitter-lateral a {
	color: #fff;
}

.plus-lateral {
	height: auto;;
	margin: 13px 0px 9px 10px;
	position: relative;
	width: auto;
	overflow: hidden;
}


/* =Ads Lateral
-------------------------------------------------------------- */

#ads-lateral {
	width: 160px;
	height: 600px;
	position: absolute;
	top: 270px;
	left: 1360px;
	display: none;
}

/* .last-updates */
.last-updates {
	margin: 0px;
	float: right;
	width: 300px;
}
.last-updates ul {
	margin: 0px;
}
.last-updates img {
	float: left;
	border: 1px solid silver;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	background-color: white;
}
.last-updates li{
	list-style: none;
}
.last-updates li a {
	text-decoration: none;
	display: block;
	width: 310px;
	height: 66px;
	margin: 5px 5px 15px 0px;
	color: #666666;
}
.last-updates li a:hover {
	background-color: #ececec;
}
.last-updates {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.last-updates dt {
	font-size: 18px;
	font-weight: bold;
	color: #005F99;
	border-left: 1px solid #ccc;
	padding: 2px 0px 2px 15px;
	margin: 10px 0px;
}
.last-updates li span {
	font-size: 13px;
	display: block;
	padding-right: 10px;
	line-height: 1.5em;
	text-align: left;
}
/* .last-updates *//* =Home
--------------------------------------------------------------
-------------------------------------------------------------- */

#content {
	float: left;
	margin: 0;
	position: relative;
	width: 990px;
	border-top: 1px solid #e3e2e0;
	padding-top: 15px;
}

#content a {
	text-decoration: none;
	color: #005f99;
}

#content a:hover {
	text-decoration: underline;
}

#home-painel-voos {
	width: 340px;
	height: 250px;
	float: left;
}

#nav-painel{
	height: 25px;
	width: 300px;
	float: left;
}

#nav-painel ul {
	list-style: none;
	margin: 0px;
}

#nav-painel ul li {
	height: 25px;
	float: left;
	margin-right: 5px;
}

#nav-painel ul li#painel-chegada {
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -836px;
}

#nav-painel ul li#painel-partida {
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -861px;
}

#nav-painel ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 1px 45px;
	float: left;
	margin-top: 2px;
}

#nav-painel ul li#painel-chegada a {
	background: url('images/bg-aeroporto.png') no-repeat;
	background-position: 5px -886px;
}

#nav-painel ul li#painel-partida a {
	background: url('images/bg-aeroporto.png') no-repeat;
	background-position: 5px -905px;
}

#painel-loader {
	width: 128px;
	height: 64px;
	background: url('images/painel/loader-painel.gif') no-repeat;
	margin: 60px auto;
}

#dados-painel {
	width: 340px;
	height: 186px;
	float: left;
	background: #343d46;
}

#dados-painel table {
	font-size: 11px;
	text-align: center;
}

#dados-painel th {
	color: #fff;
	background: #285589;
	height:18px;
	border-right: 2px solid #285589;
	vertical-align: middle;
}

#dados-painel td {
	vertical-align: middle;
	height:21px;
	color: #fff;
	border-right: 2px solid #343d46;
}

#dados-painel th.last-cell, #dados-painel td.last-cell {
	border: 0px;
}

#dados-painel td.last-cell {
	color: #dcc156;
}

#dados-painel tr.painel-line-1 td{
	background: #343d46;
}

#dados-painel tr.painel-line-2 td{
	background: #697076;
}

#dados-painel .logo-cia {
	width: 50px;
	height: 17px;
	background: url('images/painel/painel-home.jpg');
	margin-left: 2px;
}

#painel-bottom {
	height: 39px;
	width: 340px;
	float: left;
	background: #51739b;
	color: #fff;
	position: relative;
	font-size: 11px;
	border-top: 1px solid #9aaec5;
}

#painel-update {
	width: 100px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 11px;
}

#painel-bottom a {
	color: #fff;
	text-decoration: none;
}

#painel-bottom a#painel-full {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 11px;
	font-weight: bold;
}

#painel-bottom a#painel-disclaimer {
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 10px;
}

#painel-bottom a:hover {
	text-decoration: underline;
}


#home-box-1 {
	width: 310px;
	height: 250px;
	background: #fff;
	float: left;
	margin-left: 20px;
}

#home-box-1 img {
	float: left;
	margin-right: 15px;
}

#home-box-1 a.link-box {
	clear: both;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#home-box-1 a.link-box-1, #home-box-1 a.link-box-2 {
	float: left;
	margin-top: 10px;
	width:145px;
	padding: 5px 5px 5px 0px;
}

#home-box-1 a.link-box-1 {
	margin-right: 10px;
	clear: both;
}

#home-pub-top-right {
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 20px;
}

#home-servicos {
	width: 990px;
	height: 220px;
	float: left;
	margin-top: 20px;
	background: url('images/bg-aeroporto.png') repeat-x;
	background-position: 0px -1014px;
	border-bottom: 1px solid #ccc;
}

#home-pub-middle {
	width: 990px;
	height: 90px;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
	position: relative;
}

#home-ads-middle {
	width: 728px;
	height: 90px;
	margin: 0px auto;
}

.item-servicos {
	width: 228px;
	height: 210px;
	float: left;
	margin: 10px 26px 0px 0px;
	position: relative;
}

.item-last-servico {
	margin-right: 0px;
}

#servico-app {
	width: 213px;
	height: 185px;
	background: #e3e2e0;
	margin-top: 5px;
	padding: 10px 5px 5px 10px;
	position: relative;
}

.item-servicos h2 {
	font-size: 18px;
	font-weight: bold;
	color: #005F99;
	border-bottom: 1px solid #ccc;
	padding: 12px 0px 12px 45px;
	margin-bottom: 10px;
}

#servico-app h2 {
	color: #666;
	padding: 0px;
	border: 0px;
	margin-bottom: 5px;
}

#servico-app p {
	font-size: 11px;
	line-height: 1.4em;
}

#servico-app p a {
	color: #666;
}

#servico-app img#iphone {
	float: right;
}
#servico-app img#app-store {
	position: absolute;
	bottom: 13px;
	height: 44px;
	widht: 130px;
}

.item-servicos h2.item-estacionamento {
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px 7px;
	padding-left: 48px;
}

.item-servicos h2.item-aluguel {
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -98px;
	padding-left: 40px;
}

.item-servicos h2.item-hoteis {
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -46px;
	padding-left: 50px;
}

.item-servicos h2.item-cambio {
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -158px;
	padding-left: 36px;
}

.item-servicos h2.item-endereco {
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -410px;
	padding-left: 36px;
}

.item-servicos a.bt-servicos {
	background: #3e73b7;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
}

#home-turismo {
	width: 310px;
	height: 300px;
	position: relative;
	float: left;
	margin-top: 20px;
}

#home-slider{
	width: 310px;
	height: 200px;
	background: #ccc;
	position: relative;
	margin-top: 10px;
}

#home-noticias {
	width: 310px;
	height: auto;
	position: relative;
	float: left;
	margin: 20px 0px 0px 30px;
}

#home-noticias-top {
	width: 310px;
	min-height: 250px;
	height:auto;
	background: #fff;
	float: left;
	margin-left: 20px;
}

.item-noticias-dest, .item-noticias-top {
	width: 310px;
	height: auto;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
}

.item-noticias-top {
	padding: 10px 0px;
}

#noticia-dest-img{
	width: 80px;
	height: 80px;
	background: #e3e2e0;
	float: left;
	padding: 3px;
}

.item-noticias-dest p, .item-noticias-top p {
	margin-bottom: 0px;
	float: left;
	width: 216px;
	margin-left: 8px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
}

.item-noticias-top p {
	width: 310px;
	margin-left: 0px;
	font-size: 12px;
}

.item-noticias-dest a, .item-noticias-top a{
	color: #666 !important;
	text-decoration: none;
}

.item-noticias-dest a:hover, .item-noticias-top a:hover {
	text-decoration: underline;
}

#home-middle-box {
	width: 310px;
	height: 280px;
	position: relative;
	float: left;
	margin: 20px 0px 0px 30px;
}

#home-parceiros {
	width: 310px;
	height: auto;
	position: relative;
	float: left;
	margin: 20px 0px 0px 30px;
}

#home-turismo h3{
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.item-noticias {
	width: 310px;
	height: auto;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	padding: 6px 0px 7px 0px;
}

.item-noticias span {
	position: relative;
	float: left;
	width: 30px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	background: #999;
	color: #fff;
	margin-top: 1px;
}

.item-noticias p {
	margin-bottom: 0px;
	float: left;
	width: 265px;
	margin-left: 8px;
}

.item-noticias a{
	color: #666 !important;
	text-decoration: none;
}

.item-noticias a:hover {
	text-decoration: underline;
}

#parceiros-content {
	width: 310px;
	height: 250px;
	background: #e3e2e0;
	position: relative;
	overflow: hidden;
}

.item-parceiros {
	position: relative;
	width: 290px;
	height: 70px;
	background-color: #fff;
	margin: 10px 0px 0px 10px;
}

.item-parceiros img {
	position: relative;
	width: 100px;
	height: 60px;
	float: left;
	margin: 5px 0px 0px 5px;
}

.item-parceiros p {
	width: 170px;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 2px 0px 0px 7px;
}

.item-parceiros a {
	color: #666 !important;
}

#home-bottom-left {
	width: 730px;
	height: auto;
	float: left;
	margin-top: 20px;
}

.home-bottom-total {
	border-top: 1px solid #ccc;
}

#home-pub-middle-left {
	width: 728px;
	height: 110px;
	float: left;
	border-bottom: 1px solid #ccc;
}

#home-bottom-left-content {
	width: 320px;
	height:auto;
	float: left;
}

#home-bottom-right-content {
	width: 388px;
	height: 340px;
	float: left;
	margin-left: 20px;
	position: relative;
}

#home-bottom-left-content img, #home-middle-box img{
	width: 70px;
	height: 70px;
	float: left;
}

#home-bottom-left-content p{
	width: 240px;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 10px;
}

#home-middle-box p{
	width: 230px;
	font-size: 12px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 10px;
}

.item-middle-box{
	clear: both;
	width: 310px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	float: left;
}

.item-middle-box a {
	padding: 0px 0px 0px 0px;
	height: 30px;
	display: table;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #005F99;
	text-decoration: none;
	margin-top: 10px;
}

.home-botom-left-box-1{
	width: 320px;
	height: 150px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	position: relative
}

.home-botom-left-box-2{
	width: 388px;
	height: auto;
	margin-top: 20px;
}

.item-bottom-left-box-2 {
	width: 388px;
	height: 50px;
	border-bottom: 1px solid #ccc;
}

.item-bottom-left-box-2 a {
	padding: 4px 0px 0px 45px;
	height: 30px;
	display: table;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #005F99;
	text-decoration: none;
	margin-top: 10px;
}

.item-bottom-left-box-2 a#link-bl-1{
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -273px;
}

.item-bottom-left-box-2 a#link-bl-2{
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -319px;
}

.item-bottom-left-box-2 a#link-bl-3{
	background: url('images/icones-home.jpg') no-repeat;
	background-position: 0px -366px;
}

.box-wt-line{
	border: 0px;
}

#home-noticias-top h2, #home-box-1 h2, #home-turismo h2, #home-middle-box h2, #home-noticias h2, #home-parceiros h2, .home-botom-left-box-1 h2, .home-botom-left-box-2 h2{
	font-size: 18px;
	font-weight: bold;
	color: #005F99;
	border-left: 1px solid #ccc;
	padding: 2px 0px 2px 15px;
	margin-bottom: 10px;
}

a.link-box-bottom {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#home-bottom-side {
	width: 240px;
	float: right;
	margin-top: 20px;
	overflow: hidden;
}

#home-vistos {
	margin-top: 5px;
	padding: 10px;
	width: auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}

#home-vistos select {
	float: left;
	width: 100%;
}

#home-bottom-side h2.h-vistos {
	background: #e3e2e0;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
}

#home-vistos a#link-vistos{
	position: relative;
	border: 1px solid #ccc;
	margin-top: 15px;;
	background: #666;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: table;
	float: right;
}

#like-box {
	margin-bottom: 20px;
}

/* =Like Box
-------------------------------------------------------------- */

#like-box-plugin {
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	float: right;
	width: 238px;
	height: 200px;
	border: 1px solid #ccc;
}

#like-box-plugin #like-link-top {
	width: 230px;
	height: 60px;
	display: table;
	top: 4px;
	left: 4px;
	position: absolute;
}

#like-box-plugin #like-box-link {
	position: absolute;
	bottom: 10px;
	left: 5px;
	font-size: 14px;
	color: #999;
	line-height: 1.2em;
}

#like-box-plugin #like-box-link a {
	text-decoration: none;
	color: #325C99;
}

#like-box-plugin #like-box-link a:hover {
	text-decoration: underline;
}

/* =Fim Like Box
-------------------------------------------------------------- *//*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 310px;
	height: 200px;
	background:#fff url(images/nivo/default/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 310px;
	height: 200px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:200px;
	color: #666;
	width:100%;
	z-index:8;
	font-size: 16px;
	font-weight: bold
}
.nivo-caption p {
	padding:5px 0px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color: #666 !important;
	text-decoration: none;
}
.nivo-caption a:hover {
	text-decoration: underline;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(images/nivo/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	background-position:-30px 0px;
	right:15px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav  {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:18px;
	height:22px;
	background:url(images/nivo/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}