@charset "utf-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-align: justify;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	background-image: url(../imagens/background.jpg);
	margin-top: 0px;
	overflow-y:hidden;
}
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#tudo {
	margin-top: -10%;
	width: 910px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -455px;
	padding-bottom: 450px;
}
#menu {
	height: 5px;
	width: 345px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 30px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#logotipo {
	height: 25px;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 5px;
}
#trabalhos {
	padding-right: 30px;
	padding-left: 30px;
	width: 850px;
	margin-top: 900px;
}
#inicio {

}

.botoes {
	float: left;
	height: 20px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 14px;
	padding-top: 5px;
	color: #000;
	text-transform: uppercase;
}
.botoes2 {
	float: right;
	height: 20px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 30px;
	margin-left: 2px;
	font-size: 14px;
	padding-top: 5px;
	color: #000;
	text-transform: uppercase;
	margin-top: 50px;
}
.titulo{
	height: 5px;
	width: 550px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 50px;
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.nome {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 20px;
	clear: both;
}
.imagem {
	float: left;
	width: 270px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
}
.trabalhos {
	float: left;
	width: auto;
	height: 350px;
	text-align: center;
}
