@charset "utf-8";
/* CSS Document */
/************************************************* 
  zera pre formatação dos brownsers  
*************************************************/
* {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
text-decoration:none;
}
/*********************************************
Recipientes principais / Disposição do layout
*********************************************/
body {
	margin:0px auto;
	padding:0px;	
	background:#fff url('imagens/bg_index.jpg') repeat-y;
	background-position: top center;	
	text-align: center;	
	}

#rec_geral {
    position:relative;	
	width:780px;
	height:auto;
	margin:0px auto;
	padding:0px;
		
	}
/*******************************************************/	
#rec_topo {     
     width:100%;
	 height:49px;
	 background:url(imagens/logo_top_index_2.jpg) no-repeat;
	 float:left; 
	 margin-top: 10px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left:20px;	
	 padding:0px;	 
	 /*border:#FFFFCC 1px solid;*/		 
	 }
#rec_flash_1 {     
     width:100%;
	 height:152px;	
	 float:left;
	 margin-top: 10px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 11px;	
	 padding:0px;		 	 
	 }
	 
#rec_flash_2 {     
     width:100%;
	 height:150px;	
	 float:left;
	 margin-top: 10px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 11px;	
	 padding:0px;		 	 
	 }

#rec_link_home {
	width:760px;
	height:203px;
	background:url(imagens/barra_meio_index.jpg) no-repeat;
	float:left;
	argin:0px;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;	 
	/*border:#FFFFCC 1px solid;*/		 
	}
#rec_rodape {
	width:495px;
	height:86px;
	background:url(imagens/banner_rodape_index.jpg) no-repeat;
	float:left;	
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;	 	 
	}
