@charset "utf-8";
/* CSS Document */
body{
width:100%;
height:100%;
margin:0;
padding:0;
background-image:url('../imagens/fundo_copia2.jpg');
background-repeat: no-repeat;
background-position: center 0px;
}
#fundo{
}
#geral{
	width:962px;
	height:auto;
	margin:-615px auto;
	position:relative;
}

#sidebarleft{
	float:left;
	width:20%;
	height:500px;
	margin-top:-30px;
	margin-left:0px;
	background-color:#FFFFFF;

}
#col{
   width:80%;
   float:left;
   margin: 0 0 0 30px;
}
#cor_fundo{
background-color:#FFFFFF;
}

#rodape{
	bottom:0;
	width:98%;
    float:left;
    margin: 30px 0 0 15px;
	background-color:#FFFFFF;	
}
.rodape{
font-size:10px;
color:#999999;
margin:auto;
font-family:'Quattrocento', serif;
}

#rodape2{
	bottom:0;
	width:98%;
    float:left;
    margin: 30px 0 20px 10px;
	background-color:#FFFFFF;
	
}
.rodape2{
font-size:10px;
color:#999999;
margin:auto;
font-family:'Quattrocento', serif;
}

#rodape3{
	bottom:0;
	width:98%;
    float:left;
    margin: 30px 0 18px 15px;
	background-color:#FFFFFF;
	
}
.rodape3{
font-size:10px;
color:#999999;
margin:auto;
font-family:'Quattrocento', serif;
}
#rodape4{
	bottom:0;
	width:98%;
    float:left;
    margin: 30px 0 20px 10px;
	background-color:#FFFFFF;
	
}
.rodape4{
font-size:10px;
color:#999999;
margin:auto;
font-family:'Quattrocento', serif;
}

.semespaco{
margin-top:-8px;
}

.subiu{
margin-top:-3px;
}
#myriad{

}
/** -- Começo Menu -- **/
.cor_menu{
color:#cccccc !important;
width:auto;
}
.cor_menu:hover{
text-shadow:0px 0px 9px #FFFFFF;
color:#FFFFFF !important;
width:auto;
height:16px !important;
background-color:#777673;
}
#link_home{
width:353px;
height:135px;
border:1px transparent;
margin:10px 0 0 562px;
}
#navbar {
font-family:'Convergence', sans-serif;
font-size:11px;
height: 40px;
background-color:#5C5751;
clear: both;
position:relative;
margin-top:625px;
z-index:9999;
}


#navbar ul {
margin-left: 20px; 
}

#navbar ul li {
float: left;
list-style: none;               
height: auto;
margin:0 auto;
position:relative;
}

#navbar ul li a {
display: block;
text-decoration: none;  
padding: 5px 15px;
font-weight: normal;
height: 16px;
color:#5C5751;
padding:12px;
margin-right:8px;
letter-spacing: 2px;
}

#navbar ul li a:hover {
text-shadow:0px 0px 9px #FFFFFF;
color: #FFFFFF; 
background:#5C5751;
height:auto;
padding:12px;
}


#navbar ul li#current a {
color: #cccccc;
background:#5C5751;     
height:16px;
}

#navbar ul li#current a:hover {
color: #FFFFFF;
background-color: #5C5751;
height: 16px;
}


#navbar ul li ul {
display:none;
position:absolute;
top:30px;
left:0;
text-align:center;
}

#navbar li:hover ul {
display:block;
left:-38px;
top:40px;
width:110px;
}

#navbar li ul li a{
width:108px;
height:auto;
margin-left:-40px;
border:1px solid #CCCCCC;
}

#navbar ul li:hover ul{
width:93px;
background:#FFFFFF;
font-size:11px;
}

#navbar ul li ul li ul {
display:none !important; /*força sumir o ul*/
position:absolute;
text-align:center;
}

#navbar ul li ul li:hover ul{
display:block !important; /*força aparecer o ul*/
width:93px;
background:#FFFFFF;
font-size:11px;
left:-137px;
top:0;
}

/** -- Fim Menu -- **/
#cores{
color:#FFFFFF;
}
a{
text-decoration:none;
}
a:visited{
text-decoration:none;
color:#FFFFFF;
}
#afasta{
margin:10px auto auto 12px !important;
}
.seta{
width:30px;
margin:14px 0 0 12px;
padding:0;
background:transparent;
color:transparent;
text-decoration:none;
background:url('../imagens/seta.png') no-repeat;
border:none;
cursor:pointer;
}
.mapa{
margin:55px 0 0 -30px;
}
.titulo_ind{
color:#888888;
font-size:15px;
font-family:'Quattrocento', serif;
}
.titulo_ind2{
color:#000000;
font-size:16px;
font-family:'Quattrocento', serif;
}
.texto_ind{
font-size:11px;
color:#777777;
font-family:'Quattrocento', serif;
}
.input{
background-color:#e1e1e1;
color:#415E84;
font-size:11px;
margin:-2px auto;
border:none;
width:100px;
}
#link{
color:#415E84;
}
#link:hover{
color:#8f8d8a;
}
.botao{
color:#FFFFFF;
background:#8f8d8a;
border-top:1px solid #8f8d8a;
border-right:2px solid #8f8d8a;
border-bottom:1px solid #8f8d8a;
border-left:1px solid #8f8d8a;
font-family:'Quattrocento', serif;
font-size:10px;
float:left;
text-align:center;
cursor:pointer;
margin:auto;
width:40px;
}

.outrosub{
	position: relative;
	}
.outromenu{
position: absolute;
left: 149px;
top: 0;
display: none;
}

.outrosub a{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.outromenu:hover ul { display: block; }


.iframe {   
height:expression(frames("numberone").document.body.scrollHeight);   
}

