/* Estrutura DIV - Site.base */
body { 
	margin:0px;
	background-image:url(../layout/back.jpg);	
}

/* Div Estrutura */
#back_topo{
	position:absolute;
	height:314px;
	width:100%;
}

#estrutura{
	position:absolute;
	width:100%
}


/* Diagramação do Layout */

/* Menu Destaque */
.menu_destaque{
	width:2px;
}


.input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:180px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
}

.inputorc 

{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:350px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
}



.bt_enviar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	
	font-weight:bold;
	color: #be2635;
	background-color: #ffffff;

	border-top:solid 1px;
	border-top-color:#be2635;
	border-left:solid 1px;
	border-left-color:#be2635;
	
	border-bottom:solid 2px;
	border-bottom-color: #be2635;
	border-right:solid 2px;
	border-right-color:#be2635;
   } 
   
    .bt_limpar {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	
	font-weight:bold;
	color: #686868;
	background-color: #ffffff;

	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   } 
   
   
    .box_msn {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:470px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   }  
   
 .box_msn_cad {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #686868;
	background-color: #ffffff;
	width:600px;
	
	border-top:solid 1px;
	border-top-color:#b6b6b6;
	border-left:solid 1px;
	border-left-color:#b6b6b6;
	
	border-bottom:solid 2px;
	border-bottom-color: #999999;
	border-right:solid 2px;
	border-right-color:#999999;
   } 





/* Indicador das seçoes */
.indicador{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#bd2634;
}


/* FORMULARIOS E IMPUTS*/

.busca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:111px;
	height:14px;
	color: #898989;
	background-color: #ffffff;
	border: solid 0px;
	border-color: #ffffff;
   }
   
 /* classe para conteudo*/
 
.conteudo{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 text-align:justify; 
	 color:#707173;
}

.conteudo_not{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 text-align:justify; 
	 color:#707173;	 
}



/* Marcador */
ul.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#707173;
	font-weight:bold;
	padding:20px;
}	


/* Título do Conteudo */
h4{
	font-family:Verdana, Geneva, sans-serif;
	color:#808182;
	text-align:justify;
	font-size:12px;
	text-transform:uppercase;
}


/* Título da Notícia em Destaque */
h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#808182;
	text-align:justify;
	font-size:11px;
}


/* Info da imagem do Álbum de Fotos */
.info{
	font-family:Verdana, Geneva, sans-serif;
	color:#808182;
	font-size:12px;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
 
 
a:link {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#707173;
}


a:visited { 
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
		    color:#404145;
}

a:actived { 
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
		    color:#404145;
}

a:hover { 
		   	font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
		    color:#404145;
}
  

