/*
Theme Name: Aeroportos Mobile
Theme URI: 
Description: Template Mobile 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;
}

.clearfix{
	clear:both;
}

.center{
	margin: 0 auto;
	/*max-width:1200px; largura mÃ¡xima do layout*/
	width: 100%; /*ajuste do layout Ã  tela*/
}
/*.clearfix usado para adicionar um espaÃ§o vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.clearfix:before, .clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


#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: auto;
	overflow: hidden;
	margin-bottom:10px;
}

#ads-header-standard {
	width: 100%;
	height: 90px;
	margin: 10px auto 5px auto;
	text-align: center;
}

#ads-header-standard div{
	margin: 0 auto;
}

#ads-header-custom {
	width: 970px;
	height: 95px;
	margin: 10px auto;
}

#ads-text-links {
	width: 728px;
	height: 15px;
	margin: 0px 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 {
	border: 1px solid #5b6977;
    border-radius: 16px;
    float: left;
    height: 30px;
    padding: 0 3px 0 10px;
    width: auto;
    background: #fff none repeat scroll 0 0;
}

#sb-right {
	float: left;
}

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

#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
-------------------------------------------------------------- */

#menu_mobile{
	display: none;
}

.menu-header{
	display: block;
}
 
#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 {
	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 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;
}

.hide{
	display: none;
}

/* =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 */

.mobiheight100{
	height: 60px !important;
	width: 100% !important;
	/*background: #ff0000 none repeat scroll 0 0;*/
}

.mobiheight250{
	height: 60px !important;
	width: 100% !important;
	/*background: #ff0000 none repeat scroll 0 0;*/
}


@media screen and (max-width:768px){
	#main{
		position: relative;
		float: left;
		margin-top: 30px;
	}

	#container{
		margin: 0px;
	}

	#content{
		width: 100%;
		float: left;
		padding: 0 5%;
    	width: 90%;
	}


	#bg-header{
		display: none;
	}

	#wrapper{
		padding: 0px;
		width: 100%;
	}

	#header{
		width: 100%;
		height: auto;
		float: left;
	}

	#header-content{
		position: relative;
		float: left;
	}

	#masthead{
		position: relative;
		float: left;
		width: 100%;
	}

	#bg-header-middle{
		position: relative;
		width: 100%;
		left:0px;
	}

	#bg-sep-search, #bg-access, #bg-header-middle{
		background:transparent;
		display: none;
	}

	#bg-search{
		background:transparent;
	}

	#access{
		background: rgba(0, 0, 0, 0) url("images/bg-aeroporto.png") repeat-x scroll 0 -209px;
		width: 100%;
		margin: 0px;
	}

	#branding {
	    background: rgba(0, 0, 0, 0) url("images/logo-aeroportos-brasil.jpg") no-repeat scroll 0 2px;
	    float: left;
	    height: 84px;
	    width: 93%;
	    margin: 0;
	    margin: 0 10px;
	}

	#branding #blog-title span{
		padding-left: 0px;
		width: 70%;
	}

	#branding span{
		margin-left: 82px;
		width: auto;
	}

	#div-search, #content-search{
		width: 100%;
	}

	#sb-middle{
		margin: 0 10px;
	    padding: 0 2px 0 10px;
	    width: 90%;
	}

	#idioma{
		float: left;
		margin:10px 24px;
	}

	#social-header{
		display: none;
	}

	#sb-middle input[type="text"]{
		width: 86%;
	}

	#div-search input[type="submit"]{
		width: 25px;
		float: right;
		margin: 1px 3px 0 0;
	}

	#access {
	    display: inline;
	    float: left;
	    height: auto;
	    width: 100%;
	}

	#access ul li {
	    clear: both;
	    margin: 0px 0;
	    position: relative;
	    width: 100%;
	    background: url('images/bg-aeroporto.png') repeat-x;
		background-position: 0px -209px;
	}

	#access ul li a{
		width: 93%;
	}

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

	#footer{
		display: none;
	}

	#container-copyright{
		height: auto;
	}

	#footer-copyright{
		width: 90%;
	}

	#breadcrumb-content{
		display: none;
	}

	#side-right{
		width: 100%;
	}

	.last-updates{
		border-top: 1px solid #ccc;
	    float: left;
	    padding: 0 5%;
	    width: 90%;
	}

	.last-updates dt{
		padding:2px 0 2px 0px;
		border: 0px;
	}

	.last-updates li a{
		width: auto;
		margin:5px 0px 15px 0;
	}

	.last-updates li span{
		margin: 0px;
	}

	#like-box-plugin{
		display: none;
	}

	#side-right #side-parceiros, #side-right #side-ads, #menu-side-right{
		width: 100%;
		float: left;
	}

	#side-right h2{
		border: 0px;
	}

	#parceiros-content{
		height: auto;
	    padding-bottom: 10px;
	    width: 100%;
	}

	.item-parceiros{
		margin: 10px 5% 0;
		width: 90%;
	}

	#pub-top-right{
		display: none;
	}

	.menu-side{
		margin: 0 5%;
		width: 90%;
	}

	.prezi-player{
		display: none;
	}


	#menu_mobile{
	    border: 0 none;
	    display: block;
	    float: right;
	    height: 31px;
	    margin: 5px;
	    width: 50px;
	}

	.menu-header{
		display: none;
	}

	.ads-bottom{
		width: 100%;
	}

	.dim-468-60{
		width:100%;
		/*background: #ff0000;*/
	}

	#div-afiliados-carroaluguel{
		height: 240px !important;
	    margin: 0 auto;
	    position: relative;
	    width: 320px !important;
	    z-index: 99;
	}

	#div-afiliados-carroaluguel iframe{
		height: 401px;
	    left: -177px;
	    transform: scale(0.46);
	    width: 640px;
	    z-index: 10000;
	    position: relative;
	    top:-100px;
	}

	#car-rental-frame{
		height: 537px;
	    left: -90px;
	    overflow-x: hidden;
	    position: relative;
	    top: -80px;
	    transform: scale(0.6) translate(-56px, -106px);
	    width: 515px;
	}

	#div-afiliados-carrentals {
	    float: left;
	    position: relative;
	    width: 290px;
	    height: 300px;
	}

	.hide{
		display: block;
	}

	.mobiheight100{
		height: 100px !important;
		width: 100% !important;
		/*background: #ff0000 none repeat scroll 0 0;*/
	}

	.mobiheight250{
		height: 250px !important;
		width: 100% !important;
		/*background: #ff0000 none repeat scroll 0 0;*/
	}

	html{
		overflow-x: hidden;
	}

	#pub-top-left{
		/*display: none;*/
	}
}



/* anuncios */
#ads-header-standard{
		height: 100px;
		/*background: #ff0000;*/
	}

@media screen and (min-width:468px){
	#ads-header-standard{
		height: 60px;
		/*background: #ff0000;*/
	}
}

@media screen and (min-width:728px){
	#ads-header-standard{
		height: 90px;
		/*background: #ff0000;*/
	}

	.dim-468-60{
		height: 60px;
		/*background: #ff0000;*/
	}
}

@media screen and (max-width:468px){

	.dim-468-60{
		width: 300px;
		height: 250px;
		/*background: #ff0000;*/
	}

}

#content h1 {
	color: #005F99;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0px;
}
#content h2 {
	color: #666666;
	font-size: 1.7em;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}
#content hr {
	background-color: #d3d3d3;
	margin: 0px 0px 10px 0px;
}
#content h3 {
	color: #005F99;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
}
#content h3 a {
	text-decoration: none;
	color: #005F99;
}