@charset "utf-8";
/* CSS Document */

body 
{
	background: #FFFFFF url(images/fundo.jpg) no-repeat top right fixed;
	margin: 0;
	padding: 0;
	text-align: right;
	font: 100%, Georgia, Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
	z-index: 0;
}

.contained-floated #sitebox
{
	width: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}

.contained-floated #lateral
{
	width: 150px;
	height: 500px;
	float: right;
	vertical-align: top;
	z-index: 0;
}

.contained-floated #sitecontent
{
	width: 500px;
	float: left;
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 1;
}

.contained-floated #bottom
{
	background: url(images/img_r6_c1.jpg) repeat-x;
	height: 51px;
	padding-top: 15px;
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	float: left;
	position: fixed;
	top: 93%;
	width: 100%;
	display: block;
	z-index:10;
}

.contained-floated #box
{
	width:450px;
	height:317px;
	background:url(images/boxbg.jpg) no-repeat center;
	margin: 15px;
	padding-left: 5px;
	padding-top: 15px;
}

.contained-floated #box img
{
	padding: 25px;
}

.contained-floated #index
{
	text-align: right;
	font-size: small;
}

.contained-floated #breadcrumbs
{
	font-size:small;
}

.contained-floated p
{
	padding-left: 45px;
}

.contained-floated h1
{
	font-size: x-large;
	padding-left: 45px;
}

.contained-floated h2
{
	font-size: large;
	padding-left: 45px;
}

.contained-floated h3
{
	font-size: x-large;
	padding-left: 45px;
	font-weight: bold;
}

.contained-floted ul
{
	border-bottom: #0099FF dashed;
	list-style: square;
}

.contained-floted li
{
	line-height: 25px;
	list-style: square;
}

.contained-floated a
{
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

.contained-floated a:hover
{
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}

.contained-floated img
{
	border: 0;
}

.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	border: #000000 thin;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #0066FF;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/csstooltips/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/csstooltips/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/csstooltips/bubble.gif) no-repeat bottom;
}
/*---------- end bubble tooltip -----------*/

/*---------- start slide-menu -------------*/
.show
{
	width: 100%;
	padding-left: 20px;
	text-align: left;
	display: block;
}
.noshow
{
	width: 100%;
	padding-left: 20px;
	text-align: left;
	display: none;
}

/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:205px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
/*---------- end slide-menu -------------*/



/*---------------- IE6 FIX ---------------------*/
@media screen
{
	* html
	* html body
	{
		overflow-y: hidden!important;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	* html .contained-floated #sitecontent
	{
		height: 100%;
		overflow-y: auto;
		position: relative;
	}
	
}