@import url("main.css");
#body
{
	position: relative;
	height: 480px;
}
#conteiner
{
	background: url(../imagens/bg-banner-index.jpg) center top no-repeat;
	width: 854px;
	height: 284px;
	margin: 0px 4px;
	padding: 18px 18px 10px 18px;
	position: relative;
}
#banner
{
	width: 610px;
	height: 250px;
	float: right;
}
#release
{
	width: 190px;
	height: 210px;
	padding: 20px;
	margin-left: 2px;
	float: left;
}
#conteiner .h1
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #01265b;
	padding-bottom: 10px;
	clear:both;
}
#release a, #release a strong
{
	display: block;
	color:#FFFFFF;
}
#release a:hover strong
{
	text-decoration: underline;
}	
#release a:hover
{
	text-decoration: none;
}	
#release a
{
	padding: 10px 0px;
	border-top: #6797c2 1px solid;
}
#institucional
{
	position: absolute;
	z-index: 1;
	font-style:italic;
	left: 50px;
	top: 281px;
}
#historico
{
	margin: 0px 15px;
}
#btnLeft, #btnRight
{
	padding: 62px 0px;
	float:left;
	cursor: pointer;	
}
#content{
	height: 154px;
	width: 798px;
	margin: 0px 5px;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline;
}
#galeria{
	position: absolute;
}

#galeria a:hover
{
	text-decoration: none;
}
.img
{
	border: 1px solid #C1C1C1;
	padding: 3px;
	margin: 5px;
}
.marco
{
	position: relative;
}
.legenda
{
	position: absolute;
	z-index: 1;
	background:url(../imagens/bg-galery.jpg) center bottom no-repeat;
	height: 18px;
	width: 180px;
	text-align: center;
	padding: 6px 0px;
	color: #FFFFFF;
	font-size: 14px;
	left: 3px;
	top: 109px;
	font-style:italic;
	font-weight: bold;
}

