@charset "utf-8";
/* CSS Document */



html, body {
	height: 100%;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}

#body {
	margin:0; 
	padding:0;
	text-align:centger;
}
	
#tudo {
	position:relative;
	background-image:url(Images/jpgs/fundo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	margin:0 auto;
	text-align:left;
	min-height: 100%;
	min-width:960px;	
	}

* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}

#corpo {	
	padding-bottom:70px;
	width:960px;
	margin:0 auto;
}
	
#topo {
	position:relative;
	margin:0 auto;
	width:960px;
	height:125px;
	background-color:#FFF;
}

#topoe {
	width:780px;
	height:125px;
	float:left;
	background-image:url(Images/gifs/Topo.gif);
	background-repeat:no-repeat;
}
	
#topod {
	width:180px;
	height:125px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
}

#boxFlash {
	position:relative;
	top:0%;
	width:960px;
	height:200px;
}

#colunaesquerda {
	width:785px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}
#colunadireita {
	width:155px;
	float:right;
	padding-top:10px;
}

#rodape {
	width:100%;
 	height:60px;
	position:absolute;
	bottom:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-top:solid #666666 5px;
	background-image:url(Images/gifs/fundoRodape.gif);
}
#barramenu {
	position:relative;
	width:100%;
	height: 27px;
	margin: 0 auto;
	background-color:#CCC;
	border-bottom: solid #666666 5px;
}

#menu2 ul {
	padding:0px;
	float: left;
	width: 100%;
	height: 25px;
	background-color:#CCC;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 2px;
	margin: 0 auto;
}

#menu2 ul li {
	display: inline;
	margin-top: 2%;
}

#menu2 ul li a {
	padding: 2px 10px;
	/* visual do link */
    background-color:#CCC;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #CCC;
		
}
#menu2 ul li a:hover {
    background-color:#000000;
    color: #FFF;
	border-bottom:3px solid #FF0;
}

#quadro {
	position:relative;
	top:0%;
	width:30%;
	float:left;
	margin-left:20px;
	background-image:url(Images/gifs/historia.png);
	border-color:#006;
	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;	
}

#quadro1 {
	position:relative;
	top:0%;
	width:190px;
	height:172px;
	float:left;
	margin-left:40px;
	background-image:url(Images/gifs/historia.png);
	border-color:#006;
	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;	
}
#quadroD {
	position:relative;
	top:0%;
	width:100%;
	height:65px;
	background-image:url(Images/gifs/historia.png);
	border-color:#006;
	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;	
}
#propaganda {
	position:absolute;
	width:431px;
	height:248px;
	float:left;
	z-index:1;
	left: 40%;
	top: 30%;
}
.a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
.clear {clear:both;}
.home {/*overflow:hidden*/}

.Titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none; 
}

.Descricao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
	color:#006;
	font-weight: normal;
	text-decoration:none;
}
