@charset "utf-8";
body {
	background-color: #000;
}

/* CSS Document */

.estilo_fundo {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-position:center top;
	background-image: url(images/bg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
}


.estilo_fundo_projetos {
	width:913px;
	height:100%;
	background-position:center top;
	background-image: url(projetos/images/modulo_02.gif);
	background-color: #000;
	background-repeat: no-repeat;
	vertical-align: top;
	
}

.estilo_fonte_projetos_one {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3CF;
	
}
.estilo_fonte_projetos_descricao {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
	
}

.estilo_fonte_projetos_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0CF;
	text-decoration: none;
}

.estilo_fonte_projetos_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #069;
	
}

