@charset "utf-8";
/* CSS Document */
body{
	
	border:0;
	margin:0;
	padding:0;	
	
	}

#top{
	background:url(../img/funto.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:161px;	
	float:left;
	margin:0;
	padding:0;
	position:relative;	
	border-bottom:1px dotted #000;
	}

#top #direita{
	width:20%;
	float:right;
	height:158px;
    text-align:right;
	padding-top:20px;	
 	}
	
#top #meio{
	width:58%;
	float:left;
	height:158px;
	text-align:center;
 	}
	
	
#top #meio img{
	 padding:0;
	 _margin:-4px;
	
	}
	
#top #esquerda{
	width:20%;	
	float:left;	
	height:158px;	
	padding-top:20px;	
 	}

#cont{
	width:100%;
	height:auto;
	text-align:center;	
	}

#centCont{
	width:930px;
	text-align:center;
	}

#menuEsquerdo{
	float:left;
	width:160px;
	height:auto;

}

#centro{
	float:left;
	width:607px;
	border:dotted 1px #000;
	height:auto;
	padding-left:5px;
}

#menuDireito{
	float:right;
	width:150px;
	height:auto;
	text-align:right;
}

#rodape{
	background:url(../img/fundo_menu.jpg);
	width:100%;
	height:40px;	
	float:left;
	margin:0;
	padding:0;
	padding-top:7px;
	position:relative;	
	color:#FFF;
	font-family:"Trebuchet MS", Verdana,Arial;
	text-align:center;
	font-weight:bold;
	border-top:1px dotted #000;
	}
	
#titulo{
	font-size:19px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}