/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg_body.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603924;
	font-size: 12px;
	line-height: 130%;
}

div.pagina{
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/bg_pagina.gif) repeat;
}

div.borda-topo{
	width: 760px;
	height: 52px;
	position: relative;
	clear: both;
	background: url(../images/moldura_topo.gif) no-repeat;
}


div.borda-baixo{
	width: 760px;
	height: 52px;
	position: relative;
	clear: both;
	background: url(../images/moldura_baixo.gif) no-repeat;
}


div.conteudo{
	width: 656px;
	height: auto;
	position: relative;
	margin-left: 52px;
	clear: both;
}

div.conteudo2{
	width: 656px;
	height: auto;
	position: relative;
	clear: both;
	background: url(../images/bg_conteudo.gif) repeat-y;
}

div.coluna_esquerda{
	width: 250px;
	height: auto;
	position: relative;
	float: left;
	color: #FFF;
	line-height: 200%;
}


div.coluna_direita{
	width: 380px;
	height: auto;
	position: relative;
	float: left;
	padding: 10px;
	padding-left: 16px;
	padding-top: 50px;
	margin-bottom: 180px;
}

.contentheading{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #87B41F !important;
	margin-bottom: 20px !important;
}

.componentheading{
	font-size: 18px;
	font-weight: bold;
	color: #87B41F;
	margin-bottom: 20px;
}

div.detalhe{
	width: 200px;
	height: 175px;
	position: absolute;
	top: 0;
	right: -40px;
	background: url(../images/detalhe.gif) no-repeat;
	z-index: 5;
}

div.idioma{
	width: 30px;
	height: 100px;
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 6;
}


div.bug{
	width: 656px;
	height: 30px;
	clear: both;
	text-align: left;
}

a:link, a:visited{
	color: #603924;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #87B41F;
	text-decoration: none;
	font-weight: bold;
}

.obras{
	border: 1px solid #87B41F; /*-----------------------------VERDE--------------*/
	margin-bottom: 5px;
}

.boximg{
	width: 112px;
	height: 130px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603924; /*-----------------------------MARROM--------------*/
	text-align: center;
	float: left;
	position: relative;
	margin: 5px;
	margin-bottom: 20px;
	vertical-align: text-top;
}

.contentheading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.copyzoomify{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #603924;
}

.bordazoomify{
	background: #87B41F;
}

.moduletable-logos_lateral{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

input{
        border: 1px solid #87B41F;
        margin-bottom: 20px;
        width: 300px;
        padding: 5px;
        color: #666;
}
textarea{
        border: 1px solid #87B41F;
        width: 300px;
        padding: 5px;
        color: #666;
}

.button{
        background: #603924;
        padding: 5px;
        font-weight: bold;
        text-transform: uppercase;
        width: 80px;
        color: #FFF;
        font-size: 9px;
}