#hotsite
{
    width : 220px;
	height:auto;

    font-size : 35px;
    color     : #ab903c;

	line-height:30px;

    position : absolute;
    left : 250px;
    top  : 20px;
	
	sborder:solid 1px #ccc;
}

/*=============================
	TOPO INSTITUCIONAL
===============================*/ 
#select_area {
	position:relative;
	top:5px;
	float:left;
	z-index : 80;
	
	margin-left:15px

}

#btn_select_area {
	background:url(../images/bg_escolha_topo.png) no-repeat;
	width:130px;
	height:19px;
	cursor:pointer;
	position:relative;
	z-index:2;
}

#btn_select_area.ativo {
	background:url(../images/bg_escolha_topo2.png) no-repeat;
	width:130px;
	height:19px;
	cursor:pointer;
	position:relative;
	z-index:2;
	sborder:solid 1px #00f;
}

#areaTitulo {
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color : #fff;
	position : absolute;
	top : 2px;
	z-index:3;
	left : 10px;
}

#mostra_opcoes {
	position:relative;
	width:120px;
	top:-5px;
	left : 0px;
	height:auto;
	background:#fff;
	display:none;
	font-family : Arial, sans-serif;
	font-size : 11px;
	color : #464646;
	sborder:solid 1px #f0f;
}

#area_bottom{
	position:absolute;
	bottom:-10px;
	width:131px;
	height:10px;
	sborder:solid 1px #fff;
	z-index:10;
	background:url("../images/bg_bottom_area_interna.png") no-repeat;
	left:0px;
	sborder:solid 1px #000;
}

#area_top{
	position:absolute;
	top:-10px;
	width:131px;
	height:10px;
	z-index:10;
	background:url("../images/bg_top_area_interna.png") no-repeat;
	left:0px;
	sborder:solid 1px #000;
	z-index:1;
}

#mostra_opcoes a { color : #464646; }

#mostra_opcoes ul {
	width:100px;
    padding : 0px;
	margin : 10px 0px 10px 10px;
 	sborder : solid 1px #f00;
}

#mostra_opcoes ul li {
	slist-style-type : circle;
	padding : 3px 0px 3px 0px;
	width:100px;
}

#areaLeft,
#areaRight {
	width : 12px;
	height : 13px;
	position : absolute;
	bottom : -1px;
}

#areaLeft {
	background : url('../images/area_left.png') top left no-repeat;

	left : -1px;
	bottom : -2px;
}

#areaRight {
	background : url('../images/area_right.png') top left no-repeat;
	right : -1px;
}
#campos-topo{
	margin-left:150px;
}

#menuSup
{
    width  : 100%;
    height : 31px;

    position : relative;
    z-index : 150;

    font-weight : bold;
    font-size   : 10.5px;

    background : url('../images/bg_menusup.png') top left repeat-x;
}

#centralizaMenuSup
{
    width  : 1000px;
     sposition : relative;
    sleft : 50%;
    stop  : 0px;
    smargin-left : -500px;

	margin:auto;
	
}

#menuSup #ulMenuSup
{
    margin : 0px;
    /*margin-left : 40px;*/
    padding : 0px;
    padding-top  : 7px;
	position:relative;
	float:left;
}

#menuSup #ulMenuSup li
{
    list-style-type : none;
    display : inline;

    margin-left : 20px;
}

#menuSup #ulMenuSup li a{color : #fff;}
/*=============================
	END TOPO 
===============================*/


 


