@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Ghotic";
	font-size: 16px;
	color: #000
}

#geral_home {
	width:940px;
	height:970px;
	margin:auto;
}

.topo {
	width: 930px;
	height: 270px;
	background: url(../imagens/banner.jpg);
	margin: auto;
	position: relative;
	border: 1px solid #003;
}

.menu {
	width: 930px;
	height: 40px;
	position: relative;
	fonte-size: 30px;
	background-color: #111;
	background-image: linear-gradient( #444, #111 );
	border-radius: 6px;
	box-shadow:0 1px 1px #777;
	border: 1px solid#222;
    margin: 0 auto;

}	
.menu li { float:left ; border-right : 1px solid #222 ; box-shadow : 1px 0 0 #444 ; position:relative; 
} 

.menu a {
	float : none;
	color : #999;
	text-transform : uppercase;
	font : bold 12px Arial , Helvetica;
	text-decoration : none;
	text-shadow : 0 1px 0 #000;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	
}

.menu li :hover > a { color : #fafafa ; 
}

.menu li a :hover { /* IE6 only */ color : #fafafa ; 
} 	

.menu ul li {
	position: relative;
	alignment-adjust: central;
	display: inline;
	padding: 0 0 0 0;
	top: 10px;
	text-align: center;
	right: -140px;
}

.menu ul li a {
	text-decoration:none;
	color:#F00;	
}

.menu ul li a:hover {
	text-decoration:underline;
	color:#F60;
}

.menu ul li a.active {
	color:#FC0;
	text-decoration:none;
}

.caixa_texto{
	width: 450px;
	height: 360px;
	float: left;
	text-align: center;
	line-height: 20px;
	alignment-adjust: central;








	color=#000; 						
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-weight: bold;
}

.caixa_texto h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#C60;
}

.foto_home {
	width: 450px;
	height: 350px;
	float: left;
	position:relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

.foto_home h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #C60;
	text-align: center;
	alignment-adjust: middle;
	font-weight: bold;
}

.regua {
	margin: 20px;
	width: 930px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.miniaturas {
	background:url(../imagens/CAM00032.jpg);
	width:900px;
	height:90px;
	margin:auto;
}

#fundo_sobre {
	width:940px;
	height:670px;
	margin:10px auto 20px auto;
}
#geral_home .foto_home blockquote p {
	text-align: center;
}
