@charset "utf-8";
/* CSS Document */

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #808000;
	text-decoration:none;
}
a:active {
	color: #808000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-new2.jpg);
	background-repeat:repeat-x;
	background-color: #012e9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner-novo{
	margin-top:10px;
	margin-bottom:10px;
	width:687px;
	height:217px;
	float:left;
}

/*CSS DO LIGHTBOX - IMPORTANTE!!!*/

#slideshow {
position:relative;
top:0px;
left:0px;
}
 
#slideshow img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8;
}
 
#slideshow img.active {
z-index:10;
}

#slideshow img.last-active {
z-index:9;
}

/* /LIGHTBOX */

#menu{
	width:1000px;
	float:left;
	margin:0 0 15px 0;/*MARGEM ENTRE MENU E CONTEUDO*/
	z-index:2;
	}

#menu ul{
	margin:0 0 0 -35px;
	list-style-type:none;
	}
	
#menu ul a{
	display:block;
	width:87px;
	height:27px;
	margin:0px 3px 0px 0px;
	text-decoration:none;
	background:url(images/barra-azul.png);
	background-repeat:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	color:#FFF;
	}	
	
#menu a:hover{
	background:url(images/barra-dourada.png);
	line-height:23px;
	}	
	
#menu ul li{
	float:left;
	}	
	
#menu-com-icones{
	padding:0;
	border:0;
	margin:0;
	text-decoration:none;	
	background-color:FFF;	
}

.corpo_laterais {
	font-size: 10px;
	color: #666;
}

.titulo, h1 {
	font-size: 15px;
	font-weight: bold;
	color: #808000;
}

.subtitulo, h2 {
	font-size: 13px;
	font-weight: bold;
	color: #808000;
}

.corpo_menu {
	font-size: 9px;
	color: #5B5B5B;
}
.titulo_menu {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
.corpo_texto {
	font-size: 12px;
	color: #5B5B5B;
}
.borda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #808000;
	border-right-color: #808000;
	border-bottom-color: #808000;
	border-left-color: #808000;
}
.titulo_home_azul {
	font-size: 11px;
	font-weight: bold;
	color: #039;
}
.titulo_home_dourado {
	font-size: 11px;
	font-weight: bold;
	color: #808000;
}
.corpo_home {
	font-size: 11px;
	color: #5B5B5B;
}
.titulo_home_medio {
	font-size: 13px;
	font-weight: bold;
	color: #808000;
}
.titulo_telefone {
	font-size: 15px;
	font-weight: bold;
	color: #808000;
}
