/*.... PREDEFINIÇÕES GERAIS ....*/
/***********************************************************/

body{
	margin:0;
	padding:0;
	background:url(../imagens/fundo.jpg) repeat;
}

h1, h2, h3,
ul, li,
dl, dd,
form, fieldset,
small {
	margin:0;
	padding:0
}

ul, li {
	list-style:none
}





/*.... GERAL ....*/
/***********************************************************/
.cont{
	width:750px;
	height:433px;
	top:50%;
	left:50%;
	margin-top:-216px;
	margin-left:-372px;
	position:absolute;
}

.header{
	background:url(../imagens/header.jpg);
	width:750px;
	height:102px;
	margin:0;
	padding:0;
}

.divmenu{
	margin-top:-1px;
	width:790px;
	height:33px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:13px;
	letter-spacing:1px;
}


.centro{
	width:750px;
	float:left;
	background:#fff;
}

.noticia {
	width:385px;
	height:154px;
	float:left;
	margin:15px 65px 0 25px;
}

* html .noticia {
	margin:15px 65px 0 12px;
}

.projeto {
	float:left;
	width:251px;
	height:146px;
	margin:20px 0 15px 0;
}





/*.... MAIS NOTÍCIAS ....*/
/***********************************************************/
.maisnoticia {
	font-size:14px;
	width:385px;
	float:left;
	margin:0 70px 0 25px;
	background:url(../imagens/data.jpg) no-repeat;
	display:block;
}

.maisnoticia ul li {
	font:14px Tahoma, Verdana, Sans-serif, Arial;
	width:385px;
	margin-bottom:5px;
	float:left;
	background:url(../imagens/pontilhado.gif) repeat-x left bottom
}
.maisnoticia ul li.semLinha {
	background:none
}
.maisnoticia ul li a {
	width:385px;
	float:left;
	cursor:pointer;
	text-decoration:none
}
.maisnoticia ul li .data {
	color:#c5c5c5;
	width:67px;
	height:60px;
	margin-right:5px;
	padding-top:5px;
	float:left;
}
.maisnoticia ul li .data .dia,
.maisnoticia ul li .data .mes {
	text-align:center;
	display:block;
	margin-bottom:2px;
}

.maisnoticia .txtNoticia {
	width:313px;
	height:65px;
	padding-top:2px;
	float:left;
}


.maisnoticia .txtNoticia h3 {
	color:#00a0fb;
	font:14px Tahoma, Verdana, Sans-serif, Arial;
	font-weight:bold;
}
.maisnoticia .txtNoticia .resumo {
	font-size:11px;
	color:#848282;
	padding-top:2px;
}




/*.... BUSCA ....*/
/***********************************************************/
.busca {
	background:url(../imagens/buscar.jpg) no-repeat;
	float:left;
	width:210px;
	height:80px;
	color:#00A0FB;
	font-size:20px;
	margin:15px 0 0 0;
	padding:3px 0 5px 0;
	text-indent:85px;
}

#btok{
	background:url(../imagens/botoes/Ok_btn.gif) no-repeat;
	width:23px;
	height:17px;
	border:none;
	margin:0;
}

#busca{
	width:164px;
	height:12px;
	margin:0;
	margin-left:30px;
	color:gray;
	font-size:12px;
}

#web{
	width:141px;
	height:18px;	
	margin-left:30px;
	color:gray;
	font-size:12px;
}
/*.... INTERNAS ....*/
/***********************************************************/
.internas {
	height:279px;
	padding:10px
}
.internas .titulo {
	width:100%;
	margin-bottom:3px;
	float:left;
	background:url(../imagens/pontilhadoTitulo.gif) repeat-x left bottom
}
.internas .titulo span {
	width:114px;
	height:22px;
	float:left;
	text-indent:-999999px;
}
.internas .titulo span.noticias {
	background:url(../imagens/titulos/noticias.gif) no-repeat
}
.internas .titulo span.contato {
	background:url(../imagens/titulos/contato.gif) no-repeat
}
.internas .titulo span.apresentacao {
	background:url(../imagens/titulos/apresentacao.gif) no-repeat
}
.internas .titulo span.projetos {
	background:url(../imagens/titulos/projetos.gif) no-repeat
}
.internas .titulo span.links {
	background:url(../imagens/titulos/links.gif) no-repeat
}
.internas .titulo span.downloads {
	background:url(../imagens/titulos/downloads.gif) no-repeat
}
.internas .titulo span.laboratorio {
	background:url(../imagens/titulos/laboratorio.gif) no-repeat
}