/* elementos padrão */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 80% "Verdana",sans-serif;
	background: url(img/background.gif);
	color: #B8860B;
}

/* outros */
.limpa {
	clear: both;
}

/* estrutura */
.caixa {
	margin: 2% auto;
	width: 780px;
}

/* topo */
.topo {
	background: url(img/bg-topo.png);
	height: auto;
	margin: 0 auto;
	width: auto;
}

/* título */
.titulo img {
	float: left;
	padding: 40px 0 0 16px;
	border: none;
}

/* logotipo */
.logo img {
	float: left;
	border: none;
}

/* meio */
.meio {
	background: url(img/bg-conteudo.png);
	width: auto;
}
.meio_admin {
	width: auto;
}

.meio2 {
	text-align: center;
	background: url(img/bg-conteudo.png);
	width: auto;
}

/* menu */
.menu {
	background: url(img/bg-menu.png);
	height: 38px;
	line-height: 38px;
	width: auto;
	text-align: center;
}
a {
	text-decoration: none;
	font: bold 13px "Lucida Sans", Sans-Serif;
	font-style: italic;
	color: #B8860B;
}
a:hover {
	text-decoration: none;
	color: #483D8B;
}

/* menu administrativo */
.menu_admin {
	width: auto;
	float: left;
}
.menu_admin a {
	text-decoration: none;
	font: bold 16px "Lucida Sans", Sans-Serif;
	font-style: italic;
	color: #B8860B;
}
.menu_admin a:hover {
	text-decoration: none;
	color: #483D8B;
}
.menu_admin li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.conteudo_admin {
	float: left;
	width: 600px;
	border-left: dashed #B8860B 2px; 
	padding-left: 10px;
}

/* conteúdo */
.conteudo {
	padding: 12px;
	width: auto;
}
.textos {
	padding: 12px;
	width: 45%;
	float: left;
	text-align: justify;
}
.textos img {
	border: none;
}
h1 {
	padding: 6px;
	font-family: Lucida Sans, Sans-Serif;
	font-style: italic;
	font-size: 18px;
	line-height: 45px;
}
h2 {
	padding: 6px;
	font-family: Lucida Sans, Sans-Serif;
	font-style: italic;
	font-size: 14px;
}
h3 {
	font-family: Lucida Sans, Sans-Serif;
	color: #000080;
	font-size: 12px;
}
ul {
	padding: 10px;
}
.imagens {
	padding: 12px;
	width: 45%;
	float: right;
	text-align: center;
}
.imagens2 {
	padding: 12px;
	width: 45%;
	float: left;
	text-align: left;
}
.imagens p {
	text-align: justify;
	background: #C0D9D9 url(img/bg-legenda.png);
	padding: 6px;
}

/*formulários e admin*/
input, textarea {
	background: #C0D9D9 url(img/bg-legenda.png);
	border: solid 1px #6E7B8B;
}
.botao {
	background: url(img/bg-topo.png);
	color: #8B4513;
	border: solid 2px #FFF;
	width: 200px;
	padding: 6px;
	font: 14px "arial black";
	margin-top:16px;
}
.texto_admin, p, li{
	font: bold;
	list-style: none;

}

/* rodapé */
.rodape {
	background: url(img/bg-rodape.png);
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	width: auto;
}