/* CLEARFIX */

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* PADDING HACK */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 999999px;
}

* html .cf { zoom: 1; } /* IE6 */

*:first-child+html .cf { zoom: 1; } /* IE7 */

img.skype_pnh_logo_img { display: none!important }

.grid {
	width: 920px;
	margin: 0 auto;
	overflow: auto;
}

.of { overflow-x: hidden; }

/* MENU TOPO */

.menu_topo {
	background-color: #222;
	height: 100px;
}

.logo_topo {
	background: url(../images/logo-petra.png) 0 0 no-repeat;
	width: 275px;
	height: 54px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 22px;
}

nav {
	margin-top: 50px;
	z-index: 99;
	position: relative;
	float: right;
}

nav ul li { display: inline-block; }

nav ul li a {
	margin-left: 15px;
	color: #ccc;
	font-size: 14px;
	font-weight: 700;
	transition: .3s;
}

nav ul li a:hover,
.active {
	color: #fff;
}

/* RODAPÉ */

#rodape_esfera_internas { background-color: #444; }

.txt_rodape {
	width: 920px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.rodape_esfera {
	font-size: 12px;
	font-weight: 300;
	color: #888;
}

.rodape_esfera:hover {
	color: #fff;
	text-decoration: none;
}

.logo_esfera {
	background: url(../images/logo-esfera.png) 0 0 no-repeat;
	width: 15px;
	height: 17px;
	display: inline-block;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
}

.rodape_esfera:hover .logo_esfera { background-position: 0 bottom; }

/* CONFIGURAÇÕES GLOBAIS DAS PÁGINAS */

html { background-color: #444; }

body { background: url(../images/bg-pattern.gif) 0 0 repeat; }

.title_noticias {
	text-align: center;
	background-color: #222;
	display: block;
	width: 250px;
	height: 50px;
	color: #fff;
	font-weight: 700 !important;
	font-size: 20px;
	float: right;
	margin-top: 50px;
	line-height: 50px;
}

.subtitle_noticias {
	font-size: 20px;
	color: #ff7500;
	font-weight: 700;
	text-align: left;
}

.banner_bg {
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: 0;
}

.grid {
	position: relative;
	z-index: 1;
}

.body {
	width: 920px;
	display: block;
}

.line_top_body {
	background-color: #222;
	width: 920px;
	height: 2px;
	display: block;
	margin: 1px 0;
}

.middle {
	background-color: #fff;
	width: 920px;
	padding: 80px 60px;
}

.middle p {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	color: #444;
}

.line_bot_body {
	background-color: #ff7500;
	width: 920px;
	height: 2px;
	display: block;
	margin: 1px 0 50px 0;	
}

.double_line {
	background: url(../images/double-line-light-gray.png) 0 0 repeat;
	height: 3px;
	display: block;
}

/* NOTÍCIAS */

#noticias { background: #ff7500 url(../images/banner-bg-noticias.jpg) top center no-repeat; }

.margin_bot { margin-bottom: 30px; }

.bt_banner_sidebar {
	background: url(../images/box-noticias-promocoes.jpg) no-repeat 0 0;
	width: 300px;
	height: 200px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.bt_banner_sidebar:hover { background-position: 0 bottom; }