* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../../images/site/body_bg.png) fixed;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-indent: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7E8AA2;
	margin-bottom: 20px;
}

h2 {
	color: #FFF;
	font-size: 25px;
	text-indent: 5px;
	margin-bottom: 6px;
}

img {
	border: 0px;
}

p {
	line-height: 20px;
	text-align: justify;
}

#topo {
	width: 770px;
	height: 140px;
	margin: 0px auto 25px;
}

#logo {
	width: 300px;
	height: 140px;
	float: left;
}

#opcoes {
	width: 470px;
	height: 122px; /* 140 - 18 do padding */
	padding-top: 18px;
	display: table-caption;
	float: left;
}

#idioma {
	width: 470px;
	height: 5px;
	float: right;
	margin-bottom: 12px;
}

#sobre {
	color: #FFF;
	font-size: 15px;
}

#sobre p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 8px;
}

#sobre .contato, #trabalhos .link a {
	color: #7E8AA2;
}

#sobre a {
	color: #FFCC00;
}

#trabalhos {
	width: 770px;
	margin: 0px auto;
}

#trabalhos .trabalho {
	width: 770px;
	height: 210px;
	margin-bottom: 30px;
}

#trabalhos .imagem {
	background: #FFF;
	width: 750px;
	height: 130px;
	padding: 10px;
}

#trabalhos ul {
	margin: 7px 5px;
}

#trabalhos ul li {
	color: #7E8AA2;
	display: inline;
	float: left;
}

#trabalhos .sobre {
	width: 280px;
}

#trabalhos .tecnologia {
	width: 300px;
}

#trabalhos .link {
	width: 165px;
}

#trabalhos .link a:hover {
	color: #FFCC00;
}

#rodape {
	font-size: 13px;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #7E8AA2;
	padding: 15px 0px 10px;
	display: table;
}

#rodape, #rodape a {
	color: #FFF;
}

#rodape .contato {
	float: left;
}

#rodape .subir {
	float: right;
}