/* CSS Document */

/* DEFINE CORES PARA BARRAS DE ROLAGEM DA PÁGINA */

body { 
	scrollbar-face-color: #333333; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #333333; 
	scrollbar-3dlight-color: #333333; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-track-color: #cccccc; 
	scrollbar-arrow-color: #000000; 
}

/* DEFINE CORES E IMAGEM DE FUNDO DA PÁGINA */

#bgr_geral { 
	background: #d3d3d3 /*url(images/) repeat-x top center*/;
}
/* DEFINE CORES E IMAGEM DE FUNDO DA PÁGINA NO CENTRO */

#bgr_geral2 { 
	background: #ffffff /*url(images/) repeat-x top center*/;
}

/* DEFINIÇÃO PARA CAMPOS E BOTÃO (FORM) */

.botao{
	color:#000000;
	background:#0479bc;
	border: solid 1px #ffffff;
	font-size: 10px;
}
.form {
	border: #666666 1px solid;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
}
.foto{ 
border-bottom: #20668d 1px solid; 
border-left: #20668d 1px solid; 
border-right: #20668d 1px solid; 
border-top: #20668d 1px solid
}

/* DEFINIÇÃO PARA BGR DA ABORADAGEM - CIMA */
#cima_bgr1 {
	background:#f9bf13;
}
#cima_bgr2 {
	background:#0479bc;
}
#cima_bgr3 {
	background:#0479bc;
}

/* DEFINIÇÃO PARA BORDA DO MEIO */
#borda_meio {
	background:#FF0000;
}

/* DEFINIÇÃO PARA BGR DO MEIO */
#bgr_meio {
	background:#FFFFFF;
}

/* ESTILO PARA TEXTOS */

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_index{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto_negrito{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.texto_italico{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.texto_destaque{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
.texto_legenda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
.texto_data{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

/* ESTILO PARA TÍTULOS */

.titulo_index{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titulo_area{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #20668d;
	text-decoration: none;
}
.titulo_sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.titulo_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: Normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

/* ESTILO PARA MENU PRINCIPAL - TEXTOS E BACKGROUND */

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #20668d;
	text-decoration: none;
}
.menu a:hover{
color: #f8c301;
	text-decoration: underline;
}
#menu_bgr{
	background: #efefef /*url(images/) repeat-x top center*/;
}
#menu_bgr_div{
	background: #cfa300 ;
}

/* ESTILO PARA LINKS */

.link_interno1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.link_interno1 a:hover{
	text-decoration: underline;
}
.link_interno2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0479bc;
	text-decoration: none;
}
.link_interno2 a:hover{
	text-decoration: underline;
}
.link_idioma{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.link_idioma a:hover{
	text-decoration: underline;
}
.link_idioma_selec{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link_idioma_selec a:hover{
	text-decoration: underline;
}

/* ESTILO PARA RODAPÉ */

.rodape{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#bgr_rodape{
	background:#0479bc /*url(images/) no-repeat*/;
}
#bgr_rodape2{
	background:#20668d /*url(images/) no-repeat*/;
}

