@charset "utf-8";

.container {
	width: 800px;
	align: center;
	background-image: url(../imagens/fundo.jpg)
}

.item-menu-topo {
	width: calc(100%/3);
	text-align: center;
}

.menu-esquerda-apresentacao,
.menu-esquerda-atividades {
	width: 200;
	height: 705;
	background-image: url(../imagens/fundo_menu.png);
	margin-top: -6px;
}

.menu-esquerda-atividades {
	height: 604;
}

.item-menu {
	font-family: Arial;
	font-size: 1em;
	color:#696969;
	text-align: center;
	height: 40;
	font-weight: bold;
}

.item-menu a:link,
.item-menu a:visited {
	color: #696969;
	text-decoration: none;
}

.item-menu a:hover,
.item-menu a:active {
	color: #8b0000;
}

.texto-apresentacao,
.texto-atividades,
.texto-selecao,
.texto-exposicao {
	width: 727px;
	height: 650px;
	overflow:auto;
	background:#f5ede1;
	padding:25;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .85em;
	text-align: justify;
}

.texto-atividades {
	height: 555px;
}

.texto-selecao {
	
}

.texto-exposicao {
	width: 545px;
}

.texto-selecao a:link,
.texto-selecao a:visited,
.texto-selecao a:active,
.texto-selecao a:hover {
	text-decoration: none;
	color: #333333;
}

.titulo {
	font-size: 1.5em;
	font-weight: bold;
}

.selecao-item {
	text-align: center;
	width: 31%;
	padding: 20px 5px;
	float: left;
}

.titulo-selecao {
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	margin-bottom: 10px;
	padding: 5px;
}

.selecao-galeria {
	margin: 10px;
	border: 1px solid #ccc;
	float: left;
	width: 214px;
}

.selecao-galeria:hover {
  border: 1px solid #777;
}

.selecao-galeria img {
  width: 100%;
  height: auto;
}

.selecao-descricao {
	padding: 15px;
	text-align: center;
	height: 150px;
}

.imagens-direita {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin: 0;
	padding-top: 50px;
    list-style: none;
    height: 635px;
}

.imagens-direita img,
.imagens-rodape img {
	width: 180px;
}

.imagens-rodape {
  text-align: justify;
}
.imagens-rodape > div {
  width: 180px; 
  display: inline-block;
  vertical-align: top;

  /* IE fix. */
  *display: inline;
  zoom: 1;
}

.imagens-rodape:after {
  content: "";
  width: 100%;
  display: inline-block;
}


.menu-rodape {
	font-family: Tahoma;
	font-size: .8em;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
}

.menu-rodape a:link, 
.menu-rodape a:visited, 
.menu-rodape a:active{
	color: #ffffff;
	text-decoration: none;
}

.menu-rodape a:hover{
	text-decoration: underline;
}

.rodape {
	background-color: #666666;
	width: 100%;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
}

.rodape a:link, 
.rodape a:visited, 
.rodape a:active{
	color: #ffffff;
	text-decoration: none;
}

.rodape a:hover{
	text-decoration: underline;
}


body {
	/* background-color: #f9f4ea; */
}