/* CSS Document */

body{
	margin:0px;
	background:url(img/bg.gif) #84C225 repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

#tabela_principal{
	height:574px;
}

#conteudo{
	margin-top:12px;
}

.principal{
	background:#FFFFFF url(img/redondo.jpg) bottom no-repeat;
	height:505px;
}

.principal2{
	background:#FFFFFF url(img/redondo2.jpg) bottom no-repeat;
}

.rodape{
	background:url(img/rodape.gif) no-repeat top;
	height:70px;
	color:#666666;
	font-weight:bold;
	padding-top:12px;
	font-size:11px;
}

.rodape a {
	color:#009933;
}

.link{
	background:#FFFB9C;
}

.link th{
	text-align:left;
	padding-bottom:5px;
}

.menu {
	background:#B8DB7C url(img/baixo_menu.jpg) bottom no-repeat;
	height:158px;
	padding-bottom:10px;
}

.menu h3{
	margin-left:15px;
}

.menu ul{
	font-weight:bold;
	margin:10px;
	padding:10px;
	list-style:disc;
}

.menu ul li{
	margin-bottom:15px;
}

.menu li a:link, .menu li a:visited{
	color:#666666;
	text-decoration:none;
}

.menu li a:hover{
	list-style:square;
	color:#84B12F;
}

#tabla_interna{
	margin-bottom:10px;
}

.conteudo_interno{
	border-left: #C2C1C1 solid 2px;
	border-right: #C2C1C1 solid 2px;
	text-align:justify;
	height:300px;
}

.conteudo_interno img{
	margin-left: 10px;
}

.conteudo_interno h3{
	margin-left:15px;
	color:#006600;
	width:60%;
}

.fonte{
	font-size:10px;
	text-align:right;
	font-style:italic;
	color:#666666;
}


/*Formulário de Contato*/

#mensagem{
	margin-left:10px;
}

form{
	padding:10px;
	margin:0px;
}

.campos_formulario {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
border:#666666 1px solid;
}
.titulo_campos {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.campo_alerta
{
font-size: 11px;
border: 1px solid black;
}
.texto_pagina
{
font-size: 11px;
color: dimgray;
margin: 10px;
margin-left:15px;
}

.tabela_formulario
{
width: 200;
}

.titulo_campos
{
font-size: 11px;
color: dimgray;
}

.botao_enviar
{
font-size: 11px;
color: white;
background-color:#b8db7c;
border:0px;
cursor:hand;
}