@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #5d5d5d;
}
body {
	background-color: #e3e3e3;
	background-image: url(../img/fdo_high.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 100%;
}

#principal {
	position: absolute;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	min-height: 100%;
	background-image: url(../img/fdo_principal.png);
	background-repeat: repeat-y;
	z-index: 1;
}

#rodape{
	position: fixed;
	z-index: 2;
	width: 100%;
	padding-top: 25px;
	height: 35px;
	background-image: url(../img/fdo_rodape.png);
	background-repeat: repeat-x;
	bottom: 0;
	color: #aeabab;
	line-height: normal;
	text-align: center;
}

#conteudo {
	width: 850px;
	margin: 10px 65px;
	min-height: 300px;
	float: none;
	clear: both;
}

a:link {
	color: #2f7a97;
	text-decoration: none;
}
a:visited {
	color: #2F7A97;
	text-decoration: none;
}
a:hover {
	color: #3CBDC4;
	text-decoration: none;
}
a:active {
	color: #3CBDC4;
	text-decoration: none;
}


a.link_cinza:link {
	color: #5d5d5d;
	text-decoration: none;
}
a.link_cinza:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a.link_cinza:hover {
	color: #7C7C7C;
	text-decoration: none;
}
a.link_cinza:active {
	color: #7C7C7C;
	text-decoration: none;
}


/*Home*/
.baloes{
	width: 839px;
	height: 267px;
	margin: 0px 5px;
	background-image: url(../img/baloes_home.jpg);
	background-repeat: no-repeat;
	float: none;
	clear: both;
	color: #FFF;
	font-size: 11px;
}

.celulas_home{
	width: 175px;
	height: 240px;
	margin: 10px 16px;
	float: left;
}

.noticias_home{
	width: 385px;
	height: 300px;
	float: left;
	padding: 17px;
	background-color: #e3e3e4;
	background-image: url(../img/fdo_noticias_home.gif);
	background-repeat: repeat-x;
	margin: 20px 0px;
}

.div_home{
	width: 420px;
	height: 334px;
	float: right;
	text-align: right;
	margin: 20px 0px;
}
/*FIM Home*/


/*Contato*/

.div_contato01{
	width: 310px;
	height: 300px;
	float: left;
	padding: 15px;
	margin: 20px 0px;
}

.div_contato02{
	width: 470px;
	height: 315px;
	float: right;
	text-align: right;
	margin: 20px 0px;
	padding: 15px;
}
/*FIM Contato*/

/*Publicacoes*/

.div_publicacoes01, .div_publicacoes02{
	width: 400px;
	height: 200px;
	float: left;
	padding: 15px;
	margin: 20px 0px;
	padding: 5px;
}

.div_publicacoes02{
	float: right;
}
/*FIM Publicacoes*/


/*Ensaios*/

.div_ensaio01{
	width: 320px;
	height: 250px;
	float: left;
	padding: 10px;
	margin: 20px 0px;
}

.div_ensaio02{
	width: 480px;
	height: 400px;
	float: right;
	margin: 20px 0px;
}

/*FIM Contato*/

/*Empresa*/

.div_empresa01, .div_empresa02{
	width: 400px;
	height: 300px;
	float: left;
	padding: 15px;
	margin: 20px 0px;
	padding: 5px;
}

.div_empresa02{
	float: right;
	margin-top: 25px;
}
/*FIM Empresa*/

/*Produtos*/

.div_produtos01, .div_produtos02{
	width: 400px;
	float: left;
	padding: 15px;
	margin: 20px 0px;
	padding: 5px;
}

.div_produtos02{
	float: right;
	margin-top: 25px;
}
/*FIM Produtos*/


.titulo{
	font-size: 16px;	
}

.txt_azul{
	color: #2f7a97;
	font-weight: bold;
}

#assinatura{
	margin-left: 825px;
}

.data {
	color: #FFF;
	background-color: #3ea3cb;
	padding: 1px 5px;
}

#spacer{
	float: none;
	display: block;
	clear: both;
}
.pontilhado {
	color: #909090;
}
.legenda {
	font-style: italic;
	font-size: 11px;
	color: #7F7F7F;
}

