@charset "utf-8";
/* CSS Document */

strong
{
	color:#5d790d;
}

#boxDireito
{
	margin: 0px 0px 0px -12px;
	background-image:url(../imgs/internas/padrao/topo.png);
	background-repeat:no-repeat;
	width:598px;
	float:left;
	display:inline;
	padding-top:25px;
}

#boxDireito_extenso
{
	margin: 0px 0px 0px -12px;
	background-image:url(../imgs/internas/padrao/topo_extenso.png);
	background-repeat:no-repeat;
	width:616px;
	float:left;
	display:inline;
	padding-top:25px;
}

#submenu
{
	width:156px;
	height:651px;
	background-color:#f4f7ed;
	padding-top:25px;
	margin:-25px auto 10px 10px;
}

.espacoForm
{
	margin:10px auto;
}

input, textarea, select
{
	font-family:sans-serif;
	font-size:11px;
	color:#666666;
	border:1px solid #e2e9ce;
	padding:0px 2px;
}

.titulo_noticias
{
	color:#5d790d;
}

#noticias
{
	width:396px; 
	height:auto; 
	margin:20px;
	overflow:auto;
}

.video
{
	width:320px; 
	height:260px;
	margin-top:25px;
	margin-left:60px;
	background-image:url(../video/fundo.png);
	background-repeat:no-repeat;
	position:relative;
}

.menu-interno {
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:20px;
}

.menu-interno dt {
	float:left;
	padding-right:10px;
	padding-top:5px;
}

.menu-interno dd {
	float:left;
}

.menu-interno ul {
	display:block;
	list-style:none;
	overflow:hidden;
}

.menu-interno ul li {
	float:left;
	margin-right:1px;
}

.menu-interno ul li a {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
}

.menu-interno ul li a.btn-plantas {
	background:url(../imgs/botoes/btn-plantas.png) no-repeat;
	width:71px;
}
.menu-interno ul li a.btn-cronograma {
	background:url(../imgs/botoes/btn-cronograma.png) no-repeat;
	width:106px;
}
.menu-interno ul li a.btn-maquetes {
	background:url(../imgs/botoes/btn-maquetes.png) no-repeat;
	width:84px;
}
.menu-interno ul li a.btn-decorado {
	background:url(../imgs/botoes/btn-decorado.png) no-repeat;
	width:84px;
}
