@charset "UTF-8";

/* *****************************************************************************************************
*
*  print.css
*
* -------------------------------------------------------------------------------------
* 
*   ---- FONT-SIZE -----
*	
*	 9px	69%			|		18px	138.5%
*	10px	77%			|		19px	146.5%
*	11px	85%			|		20px	153.9%
*	12px	93%			|		21px	161.6%
*	13px	100%		|		22px	167%
*	14px	108%		|		23px	174%
*	15px	116%		|		24px	182%
*	16px	123.1%		|		25px	189%
*	17px	131%		|		26px	197%
*
*
***************************************************************************************************** */

/* ============================================================

	header

   ============================================================ */
header {
	width:960px;
	margin:0 auto 6.25%;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	position:inherit;
	left:0;
	overflow:hidden;
}
header h1 a {
	background:none;
	display:block;
	margin:0;
	width:auto;
	height:auto;
	padding-top:-1em;
}
header h1 img {
	display:block;
	margin-top:-17px;
	width:100px;
}
header nav { display:none; }

/* ============================================================

	#mainContents

   ============================================================ */
#mainContents {
	width:960px;
	max-width:inherit;
	margin: 0 auto;
	padding-top:0;
}

/* ============================================================

	#pagetop

   ============================================================ */
#pagetop { display:none !important; }

/* ============================================================

	footer

   ============================================================ */
footer {
	width:960px;
	margin:0 auto;
	border-top:1px solid #CCC;
	padding:3% 0 1%;
	background:none;
}
.footerIn {
	position:relative;
	width:960px;
	max-width:inherit;
}
.footerIn > div.row {
	width:63%;
	position:absolute;
	top:0;
	right:0;
}
.footerMenu {
	background:none;
	float:left;
	width:70.6%;
	padding-top:0;
}
.footerService, .footerAbout {
	float:left;
	width:49%;
}
.footerMenu h3 {
	padding:0 0 11% 3%;
	font-size:108%;
}
.footerAbout h3 { display:block; }
.footerService ul, .footerAbout ul {
	padding:0 3%;
	font-size:100%;
}
.footerService li a, .footerAbout li a {
	border:none;
	font-size:85%;
	font-weight:normal;
	padding:0;
	line-height:1.2;
	display:block;
	margin-bottom:5.5556%;
}
.footerService li:last-child a, .footerAbout li:last-child a { margin-bottom:0; }
.footerService li a { background:none; }
.footerAzul {
	border:none;
	float:right;
	width:29.4%;
	position:relative;
}
.footerAzul a {
	padding:24% 0 0 0;
	display:block;
}
.footerAzul img {
	display:block;
	margin-left:auto;
	width:169px;
}
.footerAzul p {
	font-size:108%;
	width:100%;
	font-weight:bold;
	padding-left:0;
	position:absolute;
	top:0;
	right:0;
	display:block;
	vertical-align:inherit;
}
.footerInfo { padding:0; }
.footerInfo h2 {
	width:197px;
	margin-bottom:3.2608%;
}
.footerInfo p, .footerService li a, .footerAbout li a { font-size: 108%; }
p.copyright {
	margin-top:9%;
	font-size:86%;
	color:#333;
}