/***** GENERAL ************************************************************************************/

html, body {
	height: 100%;
}

#container {
	width: 100%;
	min-height: 100%; /**/
	margin: 0px auto;
	position: relative; /* Contexto de posicionamento */
	left: 0px;
	top: 0px;
}

*html #container {
	height: 100%;
}

.shareBox {
	float: left;
	width: auto;
	height: auto;
	margin: 2px 5px;
	position: relative; /* Contexto de posicionamento */
	left: 0px;
	top: 0px;
	z-index: 1;
}

.shareBox a:hover{opacity:0.8}

.shareBox img {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 5px;
}

#___plusone_0 {
	display: none !important;
}

#___plusone_1 {
	display: none !important;
}

.clearBlock {
	clear: both;
}

/***** HEADER *************************************************************************************/

#header {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(../img/bgHeader.png) repeat-x left top #93cce9;
}

#mainHeader{
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

/***** MAIN CONTENT *******************************************************************************/

#content {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 160px; /* IMPORTANTE: Para ajustar a Contra-Margem do Rodapé */
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: #fff;
}

#mainContent {
	display: block;
	width: 960px;
	height: auto;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/***** FOOTER *************************************************************************************/

#footer {
	display: block;
	width: 100%;
	height: 80px;
	padding: 40px 0px;
	position: absolute; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
	left: 0px; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
	bottom: 0px; /* IMPORTANTE: Para ajustar a Posição do Rodapé */
	z-index: 1;
	background-color: #007bbe;
}

#mainFooter {
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px auto;
}