@charset "utf-8";
/* CSS Document */

/*
Reset
*/
*{
margin:0px;
padding:0px;
}



/*
Telas
*/
.tela-principal{
	margin:auto;
	width:960px;
}
.tela-superior{
	margin:auto;
	width:960px;
	height:30px;
}

.tela-logo{
	float:left;
	width:414px;
	height:90px;
}
.tela-menu{
	float:left;
	width:546px;
	height:90px;
	text-align:right;
}
.tela-menu img{
	margin-top:70px;
}
.tela-corner{
	float:left;
	width:960px;
	height:30px;
	margin-top:20px;
}

.tela-rodape{
	float:left;
	width:950px;
	height:55px;
	font-family:"Lucida Sans Unicode";
	font-size:14px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
}
.tela-rodape span{
	font-size:12px;
}
.tela-rodape-corner{
	float:left;
	width:960px;
	height:40px;
}
.conteudo{
	
	float:left;
	width:960px;
	height:500px;
	background-color:#FFFFFF;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
}

.janela-noticia{
	margin-left:10px;
	float:left;
	width:440px;
	height:235px;
	border: 1px solid #fff;
}

.janela-eventos{
	margin-left:7px;
	float:left;
	width:290px;
	height:235px;
	border: 1px solid #fff;
}

.janela-projetos{
	margin-left:7px;
	float:left;
	width:190px;
	height:235px;
	border: 1px solid #fff;
}

.janela-espacador{
	float:left;
	width:960px;
	height:10px;
}

.janela-palavra{
	margin-left:10px;
	float:left;
	width:440px;
	height:235px;
	border: 1px solid #fff;
}

.janela-video{
	margin-left:7px;
	float:left;
	width:290px;
	height:235px;
	border: 1px solid #fff;
}

.janela-contato{
	margin-left:7px;
	float:left;
	width:190px;
	height:235px;
	border: 1px solid #fff;
}

.subjanela-noticia{
	margin-left:10px;
	float:left;
	width:420px;
	height:90px;
	border: 1px solid #ccc;
	margin-top:10px;
	cursor:pointer;
	background-color:#fff;
}
.subjanela-noticia:hover{
	background-color:#eeeeff;
}

.subjanela-eventos{
	margin-top:10px;
	float:left;
	width:280px;
	height:215px;
}

