@charset "utf-8";
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColFixRtHdr #container { 
	width: 907px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 706px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:1px;
	background:url(../imgs/fundo.png) no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* 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. */
} 
#header ul { padding:0; margin:23px 27px; list-style:none; cursor:pointer; font-weight:bold; font-size:10px; }
#header ul li { padding:0; margin:0; width:71px; height:10px; float:left; background-color:#713229; text-align:center; margin-right:6px; padding-bottom:5px; padding-top:2px;   }
#header ul li a { color:#fff; text-decoration:none; padding:0; margin:0; width:100%; display:block; }
#header ul li a:hover { background-color:#0088b0;}
#header ul li:hover { background-color:#0088b0; }
#header ul li.long { width:80px; margin-left:28px; }
#header ul li.flag { width:30px; height:17px; display:block; margin:0; padding:0; margin-right:6px; }
#header ul li.flag a { width:30px; height:17px; display:block; margin:0; padding:0; }
#header ul li.flag img { width:30px; height:17px; border:0px solid; margin:0; padding:0; }
#header ul li.over { background-color:#0088b0;}

.twoColFixRtHdr #sidebar1 {
	font-size:14px;
	color:#0088b0;	
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */	
	padding: 0 13px;
}
#sidebar1 span { font-size:12px; color:#713229;}
#sidebar1 #logo {margin:0px;	position:relative;	top:-20px;	left:35px; margin-bottom:220px;}

#sidebar1 ul { padding:0; margin:0; list-style:none; cursor:pointer; font-weight:bold; font-size:10px; }
#sidebar1 ul li { padding:0; margin:0; width:174px; float:left; background-color:#0088b0; text-align:center; margin-right:6px; padding-bottom:5px; padding-top:2px; }
#sidebar1 ul li a { color:#fff; text-decoration:none; padding:0; margin:0; width:100%; display:block;  height:10px; }
#sidebar1 ul li a:hover { background-color:#713229;}
#sidebar1 ul li:hover { background-color:#713229; }
#sidebar1 ul li.afasta { margin-top:17px; }
#sidebar1 ul li.over { background-color:#713229;}
#sidebar1 ul li.off { margin-top:4px;	}



.twoColFixRtHdr #mainContent { 
	width:648px;
	height:620px;
	margin: 38px 0 0 28px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent #holder { 
	width:643px;
	height:405px;
	background-position:center; background-repeat:no-repeat;
}
.twoColFixRtHdr #mainContent ul.items, .twoColFixRtHdr #mainContent ul.items_nav, .twoColFixRtHdr #mainContent ul.items_port { padding:0; margin:0; list-style:none; font-size:10px; color:#939598; }
#mainContent ul.items li { padding:0; margin:0; width:155px; height:405px; float:left; background-color:#e9eaeb; margin-right:7px; }
#mainContent ul.items_port li {	padding:0;	margin:0;	width:155px;	height:588px;	float:left;	margin-right:7px; background-repeat: no-repeat; background-position: 0px 0px; cursor:pointer;}
#mainContent ul.items_nav li { padding:0; margin:8px 7px 27px 0;	width:127px;	height:17px;	float:left;	background-color: #e9eaeb;	background-image: url(../imgs/zoom_off.jpg);	background-repeat: no-repeat;	background-position: 6px; cursor:pointer;
padding-left:28px; line-height:16px; }
#mainContent ul.items_nav li a:hover { background-color: #0088b0;	background-image: url(../imgs/zoom_on.jpg); color:#fff; font-weight:bold; }
#mainContent ul.items_nav li:hover { background-color: #0088b0;	background-image: url(../imgs/zoom_on.jpg); color:#fff; font-weight:bold;}
.twoColFixRtHdr #mainContent div {font-size:11px; color:#636466; }
.twoColFixRtHdr #mainContent #portfolio_it { height:405px; display:block; }
.twoColFixRtHdr #footer { 
	/*position:relative;
	top:20px;*/
	/*padding: 0 10px 0 20px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color:#666666;
	text-align:center;
}
.twoColFixRtHdr #footer span.dcb { text-align:right; width:50px; font-size:9px; color:#939598; line-height:9px; position:relative; left:42px; color:#666666; }
.twoColFixRtHdr #footer a, .twoColFixRtHdr #footer span a {	color:#666666; 	text-decoration:underline;}
.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;
}

.twoColFixRtHdr #mainContent .spanBlue { font-size:12px; color:#0088b0;  }
.twoColFixRtHdr #mainContent .spanRed { font-size:12px; color:#713229; }
/* :::::::::::::::::::: PORTFOLIO ::::::::::::::::::::::::::::::: */

#sidebar1 .port_nav .sub_port { width:154px; padding:5px; padding-left:15px; margin-top:6px; background:#fff; }
#sidebar1 .port_nav .sub_port a { display:block; width:140px; font:10px; color:#4d4d4f;	}
#sidebar1 .port_nav .sub_port a:hover { font:10px; color:#0088b0; background:transparent;	}
.twoColFixRtHdr #mainContent #p_barra { width:615px; height:17px;	background-color:#0088b0; margin-top:5px; background-image: url(../imgs/zoom_on.jpg);	background-repeat: no-repeat;	background-position: 6px; padding-left:28px; color:#fff; font-weight:bold; line-height:16px;  }
.twoColFixRtHdr #mainContent #p_barra2 { width:643px; height:30px; display:none;  }
.twoColFixRtHdr #mainContent #p_barra2 .p_seta { width:10px; height:30px; float:left; cursor:pointer;  }
.twoColFixRtHdr #mainContent #p_barra2 .p_legenda { width:623px; line-height:30px; height:30px; float:left; text-align:center; color:#939598; font-weight:bold; 	}
.twoColFixRtHdr #mainContent #p_barra3 { width:643px; height:130px; margin:0; padding:0;  }
.twoColFixRtHdr #mainContent #p_barra3 ul { list-style:none; margin:0; padding:0; width:100%;	}
.twoColFixRtHdr #mainContent #p_barra3 ul li { margin:0; padding:0; width:207px; height:130px; float:left;	}
.twoColFixRtHdr #mainContent #p_barra3 ul li.af { margin-left:11px; }
.twoColFixRtHdr #mainContent #p_barra3 ul li img { cursor:pointer;	}
.loading {background-image:url(../imgs/ajax_loader.gif); background-position:center; background-repeat:no-repeat; }

/* ::::::::::::::::::::: MAPAS :::::::::::::::::::::::::::::::: */
.twoColFixRtHdr #mainContent ul.maps { display:block; width:317px; height:130px; list-style:none; margin:0; padding:0; font-size:11px; float:left; margin-right:7px;}
.twoColFixRtHdr #mainContent ul.maps li { padding-left:6px; }
.twoColFixRtHdr #mainContent ul.maps li.first { background-image:url(../imgs/barra_mapa_cat.png); line-height:17px; height:17px; color:#0088b0;}
.twoColFixRtHdr #mainContent ul.maps div.scroll-pane  { margin:0; width:275px; margin-top:7px; height:85px; padding:5px; overflow:auto;float:left; }
.twoColFixRtHdr #mainContent ul.maps div a { display:block; /*width:300px;*/ color:#636466; text-decoration:none; }
.twoColFixRtHdr #mainContent ul.maps li a:hover { color:#713229; }

.paginate { display:block;	float:left;	width:49%; }
.paginate a { text-decoration:none; }
