html{
	background-color: #fff;
	background-image:url(../images/bg_topo_azul.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5d5d5d;
	line-height:17px;
}
body {
	margin:0;
}

#tudo{
	height: auto;
	background-image:url(../images/rodape/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#topo{
	margin: 0 auto;
	width: 1001px;
	height:207px;
	clear:both;
}

#base{
	margin: 0 auto;
	width: 1001px;
}

#conteudo{
	margin: 0 27px 100px 27px;
	clear:both;
}

#resenha{
	margin-top: 5px;
	height:60px;
	font-size:11px;
	line-height:17px;
}

/* Forms */
input,select,textarea{
	border:1px solid #ddd;
	padding:2px;
	color:#333;
	font-size:11px;
}
/* Rodapé */

#rodape{
	margin: 0 auto;
	width: 980px;
	/*padding: 0 32px 0 27px;*/
	padding: 0 15px 0 5px;
	height:67px;
	background-image:url(../images/rodape/base.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	clear:both;
}
#rodape ul{
	list-style:none;
	margin-left:10px;
}
#rodape li{
	margin-top:18px;
	float:left;
}
#rodape img{
	float:right;
}
#img_endereco{
	margin-top:8px;
}
#endereco{
	margin-top:18px;
	float:right;
}


/* Títulos */

.tituloA{
	text-transform:uppercase;
}
.tituloB{
	text-transform:uppercase;
}
.tituloC{
	text-transform:uppercase;
}
.tit_outros{
	color:#5d5d5d;
}
.tit_clientes{
	color:#49708a;
}
.tit_contato{
	color:#546170;
}
.tit_fornecedores{
	color:#68a6c3;	
}
.tit_colaboradores{
	color:#659913;	
}
.tit_pesquisadores{
	color:#c16f09;	
}
.tit_blue{
	color:#448dbd;
}
.tit_form{
	color:#797c7d;
}
.texto_legal{
	font-size:10px;
	color:#999;
}

/* Fontes */

h1{
	font-size:22px;
}
h2{
	font-size:18px;
}
h4{
	font-size:16px;
}
h3{
	color:#2f9cd1;
	font-size:13px;
	font-weight:bold;
}
h5{
	font-size:12px;	
}
strong {
	font-weight:bold;
}
.tam11{
	font-size:11px;	
}

/* Links */

.link{
	font-size:10px;
	color:#2f9cd1;
	text-decoration:underline;
}

.link11{
	font-size:11px;
	color:#2f9cd1;
	text-decoration:underline;
}

/* Posicionamento */
.left {
	float:left;
}
.right {
	float:right;
}
.both {
	clear:both;
}

/* Tamanho do Texto */
#zoom_mais, #zoom_menos{
	cursor: pointer;
	float:left;
	margin-left:5px;
}
#tamanho_texto{
	height:15px;
}

/* Botao */

.botao{
	cursor: pointer;
}

* {
	outline: none;
}

.check_categorias{
	width:205px;
	float: left;
}


