body {
	text-align: center;
	margin-top: 0em;
	padding-top: 0em;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#E4E4E4;
	background-color:#fff;

}


.page-container-1 {
	overflow-x:hidden;
	width: 975px;
	margin: auto;
	max-height:auto;
	position:relative;
	
		
}

.tabela{
	float:left;
	width:973px;
	
}

.tabela_insc{
	border: solid 1px #CCCCCC;
    text-align: justify;
	float:left;
	width:973px;
	font-size: 17px;
	
}
a { font-weight: bold; color: #2C166F; text-decoration:none; }
a:hover { text-decoration: underline; color: #277DBB; text-decoration:underline; }

.botao {
	border: solid 1px #CCCCCC;
	background-color:#E9E9E9;
	height: 20px;
}

.campo {
	border: solid 1px #666;	
}

.tabela {
	border: solid 1px #CCCCCC;
	text-align: justify;
}
/*
.combo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color:#E9E9E9;	
}*/
.combodestaque {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color:#D9D9FF;
}
.textob{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;	
}
.textopp{
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

.textopxx{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

.destaque{
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color:#900;
}
.div_topo{
	float: left;
	width: 95em;
	position: relative;
	height: 13.2em;
	background-color: #FFF;
	z-index: 2;
}

/*--------------------------------------*/	
/*---------- menu superior -------------*/
/*--------------------------------------*/	
#globo{
	background-image:url(site_img/uri_servicos.png);
	width:251px;
	height:138px;
	float:right;
	z-index:101;
	position:relative;
	background-repeat: no-repeat;

}
#logo_uri{
	background-image:url(site_img/logo_uri_topo.png);
	background-repeat:no-repeat;
	float:left;
	width:305px;
	height:100px;
	z-index:100;
	margin-left:10px;
	margin-top: -50px;

}
.menu_superior{/*menu do topo*/
	width:610px;
	height:90px;
	z-index:102;
	float:right;
	margin-top: 0px;
	margin-right:9px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #28166F;

}
ul.menubar{
	position: relative;
	list-style: none;
	z-index: 10;
	float:left;
	margin-top:10px;

}
 
 
ul.menubar a{
	display:block;
	text-decoration: none;
	color: #28166F;
	padding: 0em;
	background-image:url(../site_img/bg_menu_topo.png);
	z-index: 5;
	line-height:22px;
	margin-left:5px;
	margin-right:5px;
	height:25px;
}

.menubar li{
	background: transparent;
		
}
ul.menubar .submenu{
	list-style: none;
	float:left;
	text-align: center;
	border-right: solid 0.2em rgb(255,255,255);
	position: relative;
	width: 120px;
	text-transform: uppercase;
    z-index: 6;
	
}



ul.menubar ul.menu{
	display: none;
	position: absolute;
	background-image: url(../site_img/bg_menu_topo.png);
	text-align: left;
	z-index: 5;
	width:150px;
} 

ul.menubar li a:hover{
	color: #28166F;
	font-weight:bold;
	text-decoration: underline;
	
}

ul.menu, ul.menu ul{
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	z-index: 3;
}
 
ul.menu li{
	position: relative;
	list-style: none;
	z-index: 10;
	width:155px;
	background-image:url(../site_img/bg_menu_topo_gg.png);
	background-repeat:no-repeat;
	height:25px;		
}
 
ul.menu li a{
	display: inherit;
	text-decoration: none;
	color: #28166F;
	padding: 0.4em 0.85em 0.4em 0em;
	*padding: 0.4em 0.85em 0.4em 0.7em;
	background: transparent;
	width:150px;
	height: 1em;
	line-height:0.9em;
	outline:none;
	font-weight: bold;
}
 
 
ul.menu ul{
	position: relative;
	display: none;
	left: 1em;
	z-index: 5;
}

/*formulario*/
.input label {
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
    padding: 4px 0;
    width: 145px;
}

.input {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    padding: 10px 0 10px 4px;
}

