@charset "utf-8";
/* CSS Document */

/* Formatacao global */
body {
	margin: 0px;
	background-image: url(../imagens/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

body,td,th {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

*{
	margin:0;
}

/* formatacao dos quadros */

#base {
	width: 100%;
	height: 594px;
	background-attachment: fixed;
}

#centro {
	position: absolute;
	width: 936px;
	left: 50%;
	margin-left: -468px;
}

#menu {
	position:absolute;
	width: 378px;
	top: 118px;
	left: 461px;
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	z-index:3;
}
#endereco {
	position:fixed;
	width:936px;
	top:9px;
	left:18px;
	font: normal 15px/18px Verdana, Geneva, sans-serif;
	text-align:center;
	padding:3px;
	background-color:#FFF;
	z-index:2;
}
#flash{
	position:absolute;
	width:936px;
	top:0;
	left:36px;
	z-index:1;
}
#somos{
	position:absolute;
	width:504px;
	top:54px;
	left:1530px;
	padding:18px;
	background-color: #FFF;
}
#fazemos{
	position:absolute;
	width:504px;
	top:54px;
	left:2682px;
	padding:18px;
	background-color: #FFF;
}
#realizamos{
	position:absolute;
	width:504px;
	top:54px;
	left:3834px;
	padding:18px;
	background-color: #FFF;
}
#contato{
	position:absolute;
	width:504px;
	top:54px;
	left:4986px;
	padding:18px;
	background-color: #FFF;
}
#ancora{
	position:absolute;
	top:0;
	left:522px;
}
#ancora2{
	position:absolute;
	top:0;
	left:0px;
}


/* formatacao imagens */
img {
	margin-bottom:4px;
}
.img_direita {
	margin-right:18px;
}
.img_esquerda {
	margin-left:18px;
}


/* formatacao de textos */

.txt_cont {
	margin-bottom:18px;
}

.titulo1 {
	font: normal 24px/36px Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
.menu_quadros {
	text-align:right;
	margin-bottom:18px;
}