@charset "utf-8";
html {
	height: 100%;
	margin: 0;
	padding: 0;

}
body  {
	font: 100% Calibri; /* 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;
	background-repeat: repeat;
	background-image: url(../imagens/bg.png);
	background-position: center top;
	height: 170px;
	background-attachment: fixed;
	margin: 0;
	
}


.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	/* [disabled]background-image: url(../imagens/city.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: bottom; */
	/* [disabled]border: 1px solid #999; */
	/* [disabled]background-color: #FFF; */
	background: rgba(255,255,255,0);
} 


.thrColFixHdr #header {
	height: 150px;
	width: 780px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #header2 {
	height: 50px;
	width: 780px;
}

.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 */
}
#sidebar1  {
	width: 140px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 0px;
}
.thrColFixHdr  #conteudo {
	margin: 7px 0;
	background: rgba(255,255,255,0);
	padding: 0;

} 
#mainContent2  {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}


.thrColFixHdr  #footer {
	height: 34px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../imagens/rodape.png);
	background-repeat: repeat;
	font-family: Calibri;
	font-size: 11px;
	text-align: center;
	color: #FFF;
} 
.thrColFixHdr  #footer  a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
ul#menu_v {
	width: 780px;
	height: 50px;
	background: #FFF url("../imagens/menu-bg.gif") top left repeat-x;
	font-size: 17px;
	font-family: Calibri;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu_v li {
	display: block;
	float: left;
	margin: 0 0 0 0;
}
ul#menu_v li a {
	height: 46px;
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	width: 225px;
	text-align: center;
	line-height: 17px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
ul#menu_v li a:hover {
	color: #0079B2;
}

ul#menu_v li a.current{
	width: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-width: 1px;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
}
.menu, 
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
} 
.menu2, .menu2 ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}

.menu {
	width:130px;
	font-family: Calibri;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
} 

.menu #titulo  {
	padding: 2px 5px;
	color: #600;
	font-weight: bold;
	background-color: #FFF;
	font-size: 14px;
}
.menu #titulo3 {
	padding: 2px 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #C00;
	font-size: 17px;
	text-align: center;
	border: solid #C00 1px;
}





.menu #interior li{
	font: Calibri;
	margin: 0;
	padding: 0;
} 

.menu #interior a{
	color: #900;
	display: block;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	font-size: 13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFD7D8;
	border-bottom-color: #FFD7D8;
	background-color: #FEE3DE;
} 
.menu #interior a:hover {
	background: #FFF url("../imagens/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 3px;
	font-weight: bold;
} 


.menu2 {
	width:130px;
	font-family: Calibri;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu2 #titulo {
	padding: 2px 5px;
	color: #600;
	font-weight: bold;
	background-color: #FFF;
	font-size: 14px;
}
.menu2 #titulo3 {
	padding: 2px 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #C00;
	font-size: 17px;
	text-align: center;
}

.menu2 #interior li {
	font: Calibri;
	margin: 0;
	padding: 0;
}
.menu2 #interior a {
	background: #FEE3DE;
	color: #900;
	display: block;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	font-size: 13px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFD7D8;
	border-left-color: #FFD7D8;
}
.menu2 #interior a:hover {
	background: #FFF url("../imagens/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 3px;
	font-weight: bold;
}

.hidden {display:none;} 
.copyright {
	color: #A66C2D;
}
.menu #interior a.h {
	border-bottom: 1px solid #FFD7D8;
	color: #900;
	display: block;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	font-size: 13px;
	background-color: #FEE3DE;
}

.menu #interior a.h:hover {
	background: #FFF url("../imagens/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 3px;
	font-weight: bold;
} 
.menu2 #interior a.h {
	background: #FEE3DE;
	border-bottom: 1px solid #FFD7D8;
	color: #900;
	display: block;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	font-size: 13px;
}
.menu2 #interior a.h:hover {
	background: #FFF url("../imagens/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 3px;
	font-weight: bold;
}

div#qTip    {
	padding: 3px;
	border: 1px solid #666;
	display: none;
	color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
	text-align: center;
	position: absolute;
	z-index: 1000;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #333333;
	opacity: .8;
	filter: alpha(opacity=80);
}



.botaotopo {
	display:scroll;
	position:fixed;
	bottom:2px;
	right:18%;
	margin-bottom: -5px;
}

