
/*
textoPalito -	font-weight: 200;
textoMagro - font-weight: 300;
textoNormal - font-weight: 400;
textoRechonchudo - font-weight: 600;
textoGordo -  font-weight: 700;
textoObeso	- font-weight: 900;
------------------------------------
corVermelhoAMJP  - color: #e31837;
corPretoAMJP  - color: #231f20;
corCinzentoClaro - color: #8b8b8b;
corCinzentoEscuro - color: #4d4d4d;
corVermelhoEscuro - color: #b6161c;
*/

/* GERAL */
*:focus {
	outline: 0px none transparent;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	/*	overflow-x: hidden; */
	-webkit-text-size-adjust: none;
	-text-size-adjust: none;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	/*	overflow-x: hidden; */
	overflow-y: hidden;
	display: block;
	color: #4d4d4d;
}

img {
	border: 0px;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
	color: #8b8b8b;
}

a:hover {
	text-decoration: none;
	color: #e31837;
}

.Absolute-Center {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.corVermelhoAMJP {
	color: #e31837;
}

.corPretoAMJP {
	color: #231f20;
}

.corCinzentoClaro {
	color: #8b8b8b;
}

.corCinzentoEscuro {
	color: #4d4d4d;
}

.corVermelhoEscuro {
	color: #b6161c;
}

.textoPalito {
	font-weight: 200;
}

.textoMagro {
	font-weight: 300;
}

.textoNormal {
	font-weight: 400;
}

.textoRechonchudo {
	font-weight: 600;
}

.textoGordo {
	font-weight: 700;
}

.textoObeso {
	font-weight: 900;
}

.titulos {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
}

.larguraTotal {
	width: 100%;
}

.fiftyFiftyVert {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	height: 100%;
	max-height: 100%;
}

.fiftyFiftyHorz {
	width: 100%;
	max-width: 100%;
	height: 50%;
	max-height: 50%;
	min-height: 50%;
}

.tercoVert {
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	height: 100%;
	max-height: 100%;
}

.conteudo {
/* width: 100%; */
}

.umQuartoDeConteudo {
	width: 50%;
	height: 50%;
	float: left;
	overflow: hidden;
}

.umaLinhaDeConteudo {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 6px 0px;
}

.tamanhoTotal {
	max-width: 100%;
	max-height: 100%;
}

.linhaPontos {
	width: 350px;
	overflow: hidden;
	white-space: nowrap
}

.linhaPontos:after {
	content: " ...................................................................................................................................................................."
}

.alturaTotal {
	height: 100%;
}

.placeholder {
	color: #aaa;
}

.destaque {
	color: #e31837;
	font-weight: 600;
}

.molduraComShadow {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(204,204,204,1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(204,204,204,1);
	box-shadow: 3px 3px 10px 0px rgba(204,204,204,1);
}

/* ÁREAS */
#contentorAreas {
	max-width: none !important;
	width: 1260px;
	height: 100%;
	/*	max-height: 100%; */
	/*	height: 640px; */
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

#contentorAreas:after {
	clear: both;
}

#contentorAreas:before, #contentorAreas:after {
	content: "";
	/* 1 */
	display: block;/* 2 */
}

#margemDireita {
	width: 210px;
	position: absolute;
	left: 1000px;
	/*	left: 1050px;*/
	top: 35px;
	/*	bottom: 35px; */
	bottom: 25px;
	font-size: 12px;
	line-height: 13px;
	background-color: #fff;
	min-height: 590px;
	max-height: 840px;/*	background-color: #A75253;*/
}

#areaTopo {
	width: 840px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 105px;
	margin-bottom: 0px;
	background-color: #fff;
}

#areaMenu {
	white-space: nowrap;
	width: 840px;
	height: 100px;
	position: absolute;
	top: 35px;
	left: 0px;
	text-transform: uppercase;
	color: #8b8b8b;
	margin-bottom: 0px;
	background-color: #fff;
}

#areaConteudo, #areaConteudoHome {
	width: 840px;
	position: absolute;
	min-height: 550px;
	/*	bottom: 35px; */
	bottom: 25px;
	top: 175px;
	left: 105px;
	background-color: #FFF;
	max-height: 700px;
	float: left;
}

#areaConteudoHome {
	top: 150px;
}

.tooltip {
	text-decoration: none;
	position: relative;
}

.tooltip span {
	display: none;
}

.tooltip:hover span {
	display: block;
	position: fixed;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #b6161c;
	border-radius: 1px;
	padding: 15px;
	z-index: 1000;
}

@media (max-width: 1150px) {

#contentorAreas {
	left: 30px;
	width: 1055px;
	/*	height: 640px; */
	position: absolute;
}

#areaConteudo, #areaConteudoHome {
	/*	bottom: 35px; */
	left: 5px;
}

#areaTopo {
	left: 5px;
}

#margemDireita {
	width: 160px;
	position: absolute;
	left: 875px;
}
}
