@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	background-image: url(imagens/montagem/fundo4.jpg);
	background-color: #bdbab3;
	margin-bottom: 0px;
}
div#geral {
	height: auto;
	width: 950px;
	border: 1px solid #333333;
	background-repeat: repeat-x;
	background-position: bottom;
	margin:auto;
	background-image: url(imagens/montagem/fundo1.jpg);
	background-color: #61a4cf;
}
div#menu {
	height: 270px;
	width: 950px;
	background-image: url(imagens/montagem/fundo2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
div#conteudo {
	height: 100%;
	width: 950px;
	margin-bottom: 395px;
	background-color: #61a4cf;
	font-family: "Century Gothic", Verdana;
}
div#conteudo1 {
	height: 100%;
	width: 860px;
	margin-right: 45px;
	margin-left: 45px;
	text-align: justify;
}
div#rodape {
	height: 65px;
	width: 950px;
}
div#itemmenu {
	height: 130px;
	width: 190px;
	float: left;
}
div#fotogrande {
	height: 375px;
	width: 600px;
	float: left;
	margin-left: 35px;
	border: 1px solid #FFFFFF;
	margin-right: 25px;
}
div#fotomedia {
	height: 160px;
	width: 256px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
div#fotopequena {
	height: 75px;
	width: 120px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
div#fotopequena1 {
	height: 75px;
	width: 120px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#descricao {
	height: 65px;
	width: 120px;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
div#descricao1 {
	height: auto;
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
div#descricao2 {
	height: 20px;
	float: left;
	width: 256px;
	margin-top: 5px;
}
div#descricao3 {
	height: 20px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
div#imagem {
	margin: 14px;
	height: 200px;
	width: 160px;
	border: 1px solid #FFFFFF;
	float: left;
	text-align: center;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-size: 11pt;
	color: #FFFF66;
	font-weight: normal;
}
h4 {
	font-size: 8pt;
	font-weight: normal;
	color: #FFFF66;
}
h5 {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
 
