@charset "utf-8";
/* CSS Document */

body {
	font-family:"Century Ghotic";
	font-size:"16px";
	color: #999;
	
}

#geral_home {
	width: 940px;
	heigh: 970px;
	margin:auto;
	}
.topo_home {
	width: 930px;
	height: 270px;
	background: url("../imagens/top_home.png");
	margin:auto;
	position: relative;
	border-bottom: #FC020A solid 5px;
	border-top: #FC020A solid 5px;
	border-left: #FC020A solid 5px;
	border-right: #FC020A solid 5px;
	
}

.menu {
	width: 940px;
	margin:auto;
	height: 35px;
	font-size: 18px;
	background: url("../imagens/top_menu.png")
}

.menu ul li {
	position: relative;
	display: inline;
	padding:0 0 0 60px;
	top: 10px;
	
}

.menu ul li a {
	text-decoration: none;
	color:#FC020A;
	
}

.menu ul li a:hover {
	text-decoration: underline;
	color: #FC020A;
}

.menu ul li a.active {
	color: #FC020A;
	text-decoration: none;
	
}

.caixa_texto {
	width: 450px;
	height: 180px;
	float: left;
	margin: 20px 0 0 20px;
	text-align: justify;
	line-height: 20px;
	
}

.caixa_texto h31 {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size: 24px;
	color: #F60;
	}

.foto_home {
	width: 420px;
	height: 180px;
	float: left;
	margin: 20px 0 0 20px;
	position: relative;
	
}

.regua {
	border: solid 1px #ccc;
	margin: 20px;
	width: 900px;
	clear: both;
	}

.miniaturas {
	background: url("../266162218_895532811326613_1496251478197885051_n.jpg");
	width: 900px;
	height: 150px;
	margin: auto;
	
}

