*{
	padding: 0px;
	margin: 0px;
}
body{
	background-image: url("../images/fundo.jpg");
	background-repeat: repeat-x;
	background-color: #717171;
	font-family:arial;
	font-size: 12px;
}
#geral{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#topo{
	height: 135px;
}
#logo{
	width: 158px;
	float: left;
	height: 135px;
}
#menu{
	width: 538px;
	height:135px;
	float:left;
	background-image: url("../images/menu.jpg");	
	color: #c5c5c5;	
}

#menu p {
	text-align:center;
	margin-top: 50px;	
	font-size: 16px;	
	letter-spacing: 2px;	
}
#menu a {
	color:#c5c5c5;
	font-weight: bold;
	text-decoration: none;			
}
#menu a:hover
{
	color:#fff;
	text-decoration: underline;
}

#banner{
	width: 700px;
	height: 230px;
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
	/*
	background-image: url("../images/banner.jpg");
	*/
	
}
#conteudo{
	padding-top: 10px;
}

#box1{
	height: 370px;
	width: 348px;
	background-color: #FFFFFF;
	float: left;
}

#box2{
	height: 370px;
	width: 348px;
	background-color: #CCCCCC;
	float: right;	
}
#rodape{
	height:25px;
	background-color: #565656;
	clear: both;
		border:1px solid #464646;
		text-align: center;	
}
.textoRodapeEsq
{
	color:#c5c5c5; 
	font-size: 11px;
	padding-top: 7px;
	text-align: center;
}	
.textoRodapeDir
{
	color:#c5c5c5; 
	font-size: 11px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}	
.box_interna
{
	background-color: #fff;
	border:1px solid #464646;
	padding: 15px;
}

.box_top_interna
{
	color:#efee00;
}
#area { padding-bottom:13px;padding-top:6px; }

.tabela_contato caption {color:#000; font-size: 14px; font-weight:bold; text-align: left}
.tabela_contato {color:#666}
.tabela_contato th {text-align: right;}
.tabela_contato input, select, textarea {margin-left: 10px;; background-color: #8eb0de; border: none; color:#fff; font-size: 14px; font-weight: bold; margin-top: 5px;}

a
{
	color:#666;
	text-decoration: none;
	font-weight: bold;
}

#tabela_projetos {text-align: center;}
#tabela_projetos th {color: #666; font-size: 14px; padding-top:10px}
#tabela_projetos img {margin-top: 5px; padding-left:6px;}
#tabela_projetos td { background-color: #c5c5c5; }

.tabela_hide { display: none; text-align: left; margin-left:68px;}
.tabela_hide {color:#666}
.tabela_hide th {text-align: right;}
.tabela_hide input, select, textarea {margin-left: 10px;; background-color: #8eb0de; border: none; color:#fff; font-size: 14px; font-weight: bold; margin-top: 5px;}
