@charset "utf-8";
/* CSS Document */

/* geral */

#div_geral 		{
	width:975px;
	margin:0 auto;
	padding:0;
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F5F2E9;
	background-color:#2a1809;
}
td
{
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
    }
#div_topo1 		{background-image:url(../imagens/topo1.jpg); width:975px; height:75px;}
#div_topo2 		{background-image:url(../imagens/topo2.jpg); width:975px; height:49px;}
#div_topo3 		{background-image:url(../imagens/topo3.jpg); width:975px; height:76px;}
#div_topo4 		{background-image:url(../imagens/topo4.jpg); width:975px; height:70px;}

#div_escolha 	{background-image:url(../imagens/escolha.jpg); width:975px; height:40px;}
#div_lateralesq {background-image:url(../imagens/lateralesq.jpg); width:93px; height:315px; float:left;}
#div_logo 		{background-image:url(../imagens/logo.jpg); width:330px; height:315px; float:left;}
#contem			{width:399px; height:315px; float:left;}
#barra1			{background-image:url(../imagens/barra_11.jpg); width:399px; height:97px;}
#div_gado 		{width:133px; height:133px; float:left;}
#div_cafe 		{width:133px; height:133px; float:left;}
#div_culturas 	{width:133px; height:133px; float:left;}
#barra2			{background-image:url(../imagens/barra_22.jpg); width:399px; height:85px; clear:both;}
#div_lateraldir	{background-image:url(../imagens/lateraldir.jpg); width:153px; height:315px; float:left;}
#div_base1 		{background-image:url(../imagens/barra1.jpg); width:975px; height:103px; clear:both;}
#div_base2 		{background-image:url(../imagens/barra2.jpg); width:975px; height:98px; clear:both;}
#menu_principal {background-image:url(../imagens/barra3.jpg); width:975px; height:49px;}
#div_base4 		{background-image:url(../imagens/barra4.jpg); width:975px; height:74px; clear:both;}


#div_adm	 	{background-image:url(../imagens/adm_titulo.jpg); width:975px; height:40px;}
#admin_login	{background-image:url(../imagens/admin_fundo_login.jpg); width:302px; height:134px; float:left; }
#admin_botaos	{background-image:url(../imagens/admin_fundo_botao.jpg); width:97px; height:134px; float:left;}
#barra2adm		{background-image:url(../imagens/barra_22_adm.jpg); width:399px; height:85px; clear:both;}
#div_interno	{background-image:url(../imagens/fundo_pagina.jpg); width:975px; height:500px;}
#div_interno_adm{background-image:url(../imagens/fundo_pagina.jpg); width:975px; }
.caixa          {border:0px; padding:0px; margin:0px; line-height:22px; background-color:transparent; height:22px;}


#espaco 		{float: left;	height: 50px;	line-height: 50px;	text-align: center;	width: 110px;}
#historico	 	{float: left;	height: 50px;	line-height: 50px;	text-align: center;	width: 230px;}
#quem 			{float: left;	height: 50px;	line-height: 50px;	text-align: center;	width: 210px;}
#localizacao	{float: left;	height: 50px;	line-height: 50px;	text-align: center;	width: 165px;}
#contato 		{float: left;	height: 50px;	line-height: 50px;	text-align: center;	width: 160px;}

/*Menu */
.estilolinksmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cccc99;
	text-decoration: none;
}
.estilolinksmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cccc99;
	text-decoration: none;
}
.estilolinksmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: none;
}

.estilolinksmenuAdm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#300;
	text-decoration: none;
}
.estilolinksmenuAdm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #300;
	text-decoration:underline;
}

.noticias{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cccc99;
	text-decoration: none;
}

/* Estilo texto */

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#2a1809;
}

.texto{
	padding:25px;
	color:#2a1809;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px
}

.paragrafo {text-indent: 3em;}

/* Estilo fotos */
#div_fotos {width:850px;}

.msgErro{
  line-height: 30px;
  text-align: center;
  color: Red;
  font-weight: bold;
}

.Centro{
  text-align: center;
}