/*======================================================================*/
/* GERAIS */
/*======================================================================*/
body{
	background-color:#BCC7D4;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	margin:30px 0px 0px 0px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
input, textarea{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
img{
	border:0px solid black;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	text-align:justify;
}
/*======================================================================*/
/* IDS */
/*======================================================================*/

#linha_cabecalho{
	width:100%;
	height:2px;
}
#tabela_mor{
	width:680px;
	border:0px solid red;
	text-align:left;
}
#tabela_barra_cima{
	width:100%;
	border:0px solid red;
	height:94px;
	background:url(../img/bg_barra_cima.gif) repeat-x center;
	background-color:#FFFFFF;
}
#logo{
	margin-left:70px;
}
#versiculo{
	margin-right:50px;
}
#icones{
	margin-right:15px;
}
#linha_barra_cima{
	width:660px;
	height:0px;
	border:1px solid #E7E7E7;
	position:absolute;
	margin-left:10px;
}
#conteudo{
	border:0px solid green;
	background-color:#FFFFFF;
	padding:10px 10px;
	min-height:200px;
}
#tabela_rodape{
	width:100%;
	border-left:10px solid white;
	border-right:10px solid white;
	height:90px;
	background-color:#E8E8E7;
}
#linha_rodape{
	width:100%;
}
#fundo_menu{
	width:192px;
	margin-top:2px;
	margin-left:10px;
	position:absolute;
	background:#E8E8E7;
	
	filter:alpha(opacity=95);
	opacity: 0.95;
	z-index:100;
}
#conteudo_menu{
	margin-left:5px;
	margin-top:3px;
}
#imagem{
        border: 5px solid #6B7FB6;
}
#imagem:hover{
        border: 5px solid #636D73;
}
#aviso{
       padding:10px 10px;
       width:300px;
	position:absolute;
	background-color:#EFEEEE;
	margin: auto;
        border: 5px solid #636D73;
}
/*======================================================================*/
/* CLASSES */
/*======================================================================*/
.fonte_clara{
	color:#999999;
}
.menu_linha_pontilhada{
	border-bottom:1px dashed #A3A9B8;
}
.header{
	background-color:#E8E8E7;
}
.fundo_escuro{
	background-color:#EFEEEE;
}
.fundo_claro{
	background-color:#F5F5F5;
}
.fonte_1{
	color:#6B7FB6;
	font-weight:bold;
	font-size:12px;
}
.fonte_2{
	color:#636D73;
	font-size:12px;
	font-weight:bold;
}
.fonte_3{
	color:#84C225;
	font-size:12px;
	font-weight:bold;
}
.fonte_4{
	color:#929190;
	font-size:10px;
	font-weight:bold;
}
.icon{
	margin-bottom:-2px;
}
.justificado{
	text-align:justify;
}
.borda_azul{
        border: 2px solid #84C225;
}
.borda_azul:hover{
        border: 3px solid #84C225;
}
.album{
        border: 1px dashed #84C225;
}
.vermelho{
	color: #FF3300;
}
