@charset "iso-8859-1";
/* CSS Document */

body{
	margin:0px;
	background-color:#37713e;
	background-image:url(../img/bgVerde.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#06540f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	overflow-x:hidden;
}

center{
	position:absolute;
	height:100%;
}

div.center {
    /*text-align:left;*/
	text-align:center;
}

div.center div{
    margin-left:auto; 
	margin-right:auto;
}

.principal{
	background-image:url(../img/bgPrincipal.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:15px;

}

.conteudo{
	width:778px;
	height:651px;
	margin-top:75px;
}

.alinhaLogo{
	width:778px;
}

.logo{
	padding-left:505px;
	width:181px;
	height:46px;
}

.FotosEsquerda{
	padding-left:140px;
	margin-top:95px;
	*margin-top:86px;
	width:150px;
	float:left;
}

#textos{
	float:right;
	width:430px;
	line-height:17px;
	*line-height:16px;
	text-align:justify;
	margin-right:46px;
}

a {
	color: #000;
	text-decoration: none;
}

.texto:hover{
	color:#FFF;
	text-decoration:underline;
}

.textVermelho{
	color:#af0300;
}

.textVermelhoLink{
	color:#ff0400;
}

.textVermelhoLink:hover{
	color:#000000;
	text-decoration:underline;
}

.rodape{
	position:absolute;
	left:50%;
	float:left;
	z-index:60;
	width:756px;
	*width:778px;
	padding:10px 10px 5px 10px;
	margin-top:782px;
	margin-left:-388px;
}

.textLogoDefault{
	float:left;
	text-align:left;
}

.textEndereco{
	text-align:right;
	float:right;
	text-align:right;
}