@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:778px;
	height:auto;
	margin:0px auto;
	padding:0px;
		
	}
/*******************************************************/	
#rec_topo {     
     width:100%;
	 height:70px;
	 background:url(imagens/logo_top_index_2.jpg) no-repeat;
	 background-position: 15px  5px;
/*	 float:left;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left:-0px;
	 padding-top:50px;  */
	 }
#rec_flash_1 {     
     width:760px;
	 height:auto;
	 float:left;
	 margin-top: 0px;
	 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:758px;
	height:auto;
	background:url(imagens/barra_meio_index.jpg) no-repeat;
	float:left;
	argin:0px;
	padding:0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#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;	 	 
	}
	
	ul.evt li {
	width: 95%;
    list-style-type: square;
    list-style-position: outside;
    display:block;
 	font-size:9px;
	text-align:left;
	font-weight: 400;
	border-bottom:1px dashed #000;
	padding:7px 0 0 0;
	}


