@charset "utf-8";
body  {
	font: 12px Arial, Verdana,Helvetica,sans-serif;
	background:#FEEFEA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#pgoogle {
	margin:20px 60px 10px;
	text-align:center;
}
.pmenor {
	font-size:12px;
}
#tempoHj {
	width:140px;
}
#swfHj {
	width:39px;
	float:left;
}
.thrColFixHdr img {
	margin:5px 0;
}
.thrColFixHdr #container { 
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px #FFF solid;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #advertising {
	padding:0;
	height:90px;
}
.thrColFixHdr #header {
	height:120px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	background: url(header.gif);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #menu {
	padding:0;
	margin:7px 0 7px 0;
}
.thrColFixHdr #menu p {
	padding:0;
	margin:0;
}
.edi, .paginacao, .paginacaoS, .paginacaoS:visited, .paginacao:visited {
	color:#DA251D;
	font-size:10px;
	margin:10px 0 0 0;
	text-indent:0;
}
.paginacaoS {
	text-decoration:none;
}
hr {
	height:1px;
	color:#DA251D;
	margin:10px 0 20px 0;
}
.thrColFixHdr #menu .menu .first {
	border-left:0px;
	padding-left:39px;
	padding-right:39px;
}
.thrColFixHdr #menu .menu .last {
	padding-left:65px;
	padding-right:66px;
}
.thrColFixHdr #menu .menu a {
	padding:3px 39px 3px 39px;
	margin:0;
	border-left: 1px solid #FFF;
}
.thrColFixHdr #menu .menu a,  .thrColFixHdr #sidebar2 ul li a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background:#DA251D;
	text-align: center;
}
.thrColFixHdr #sidebar2 ul { 
	float:right;
	margin: 3px 0 0 0; /* retira o recuo para alguns browsers */ 
	padding:0; /* retira o recuo para outros browsers */
	list-style:none;
}
.thrColFixHdr #sidebar2 #google {
	height:125px;
	width:180px;
	margin:10px 0;
	float:right;
	text-align:center;
}
.thrColFixHdr #sidebar2 ul li a {
	border-bottom:1px solid #fff;
	padding:3px 0;
	display: block;
	width:173px;
}
.thrColFixHdr input {
	border: 1px solid #DA251D;
}
.thrColFixHdr form {
	margin:0;
}
.thrColFixHdr #pesquisa {
	float:right;
	padding:0 0 0 5px;
	margin:0 0 10px 0;
	font-size:10px;
}
.thrColFixHdr #sidebar2 .psq {
	width:135px;
	margin:5px 0 0 0;
	font-size:10px;
}
.thrColFixHdr #sidebar2 .radio {
	border:0;
}
.thrColFixHdr #sidebar2 .bt {
	padding:0 3px;
	background-color:#FEEFEA;
	font-size:10px;
	margin:0 0 0 5px;
	border:1px #DA251D solid;
}
.thrColFixHdr #sidebar2 .bt:hover {
	background-color:#DA251D;
}
.thrColFixHdr #sidebar2 ul li a:hover, .thrColFixHdr #menu .menu a:hover {
	text-decoration:underline;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-right:1px #DA251D solid;
	margin:0 0 7px 0;
	padding: 0;
}
.thrColFixHdr #sidebar1 iframe {
	width:180px;
	border: 0px solid #ffffff;
	margin:0;
	padding:0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-left:1px #DA251D solid;
	text-align:center;
	height:520px;
	margin:0 0 7px 0;
	padding: 0;
}
.thrColFixHdr #sidebar2 h3 {
	font-size:14px;
	color:#DA251D;
	font-weight:100;
	margin:0 0 3px 0;
}
.thrColFixHdr #sidebar2 img {
	border:0;
	margin:3px 0 8px;
}
.thrColFixHdr #mainContent1 img a {
	border:0;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px 7px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContent h1, .thrColFixHdr #mainContent h2 {
	margin:15px 0 5px 0;
	color:#BF0000;
}
.thrColFixHdr #mainContent h1 a, .thrColFixHdr #mainContent h1 a:visited, .thrColFixHdr #mainContent h2 a, .thrColFixHdr #mainContent h2 a:visited{
	color:#BF0000;
	text-decoration:none;
}
.thrColFixHdr #mainContent h1 a:hover, .thrColFixHdr #mainContent h2 a:hover{
	color:#DA251D;
}
.thrColFixHdr #mainContent h1 {
	font-size:16px;
}
.thrColFixHdr #mainContent h2 {
	font-size:14px;
}
.thrColFixHdr #mainContent p {
	text-indent:10px;
	margin:3px 0 0 0;
}
.thrColFixHdr #mainContent a {
	color:#000;
}
.thrColFixHdr #edicao {
	width:594px;
	font-size:10px;
	color:#DA251D;
	text-align:center;
	margin:0 0 15px 0;
}
.thrColFixHdr #mainContent1, .thrColFixHdr #mainContent2 {
	width:280px;
	margin:0 0 30px 0;
}
.thrColFixHdr #mainContent1 {
	float:left;
	border-right: 1px solid #FEEFEA;
	padding: 0 7px 0 0;
}
.thrColFixHdr #mainContent2 {
	float:right;
	padding: 0 0 0 15px;
}
.thrColFixHdr #footer { 
	padding: 1px 0 px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	height:45px;
	background:#DA251D;
} 
.thrColFixHdr #footerEsq {
	padding:0px;
	float:left;
	width:auto;
}
.thrColFixHdr #footerDir {
	float:left;
	margin: 0 auto;
	padding:5px 0 0 40px;
	text-align: left;
	width:auto;
}
.thrColFixHdr #footer p {
	padding:0 0 0 15px;
	margin:5px 0 0 0;
}
.thrColFixHdr #footer p a {
	text-decoration:none;
	color:#000;
	font:8px Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #footer .menu2 {
	padding:0;
}
.thrColFixHdr #footer .menu2 a {
	font: 10px  Arial, Verdana,Helvetica,sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding:2px 27px 2px 27px;
	border-right: 1px solid #FFF;
}
.thrColFixHdr #footer .menu2 a:hover {
	text-decoration:underline;
}
.imgtxt {
	padding:10px 0;
	text-align:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.direita {
	margin:5px;
	float:right;
}
.thrColFixHdr #mainContent span {
	font-size:12px;
}

