@charset "utf-8";
/* FORMATACAO DE LAYOUT */


* html body{
overflow:hidden;
}

# html body{
overflow:hidden;
}

body .twoColElsLt {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-size: 1em;
	font: 100% "Times New Roman", Times, serif;
	width:100%;
}

* html body { /*IE6 hack*/
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}


.twoColElsLt #container {
	width: 100%;
	height: 100%;
	overflow-y:hidden;
	overflow-x:auto;
	margin: 0px;
	text-align: left;
}

.twoColElsLt #sidebar1 {
	overflow: auto;
	height: 100%;
	width: 375px;
	position: absolute;
	top: 0;
	left: 0;
}

* html #sidebar1 {
	left: 0px;
	float: left;
	height: 100%;
	width: 375px;
	position: fixed;
}



@media screen {
.twoColElsLt body>div#sidebar1 {
	position: fixed;
}
}
.twoColElsLt #mainContent {
	text-align:justify;
	position: absolute;
	top: 0;
	left: 375px;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 0 20px 0 0;
}

* html .twoColElsLt #mainContent{ /*IE6 hack*/
	height: 100%;
	margin: 0px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* FORMATACAO TEXTO */

.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLt #mainContent .centrar-texto {
	text-align:center;
}
.twoColElsLt #mainContent h1 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}
.twoColElsLt #mainContent h2 {
	color:#090;
	text-align: center;
	text-decoration:underline;
}
.twoColElsLt #mainContent h3 {
	font-weight: bold;
	font-size: 115%;
}
#titulo {
	text-align:center;
}
