@charset "utf-8";
body {
	background-color: #fff;
	font-family: Verdana, sans-serif;
	color: #999;
	font-size: 0.9em;
}
div#tudo {
	height: 600px;
	width: 1000px;
	position: relative;
	margin: 20px auto;
}
#tudo #cabecalho {
	height: 196px;
	width: 1000px;
	position: relative;
}
div#logotipo img {
	border: none;
}
#tudo #cabecalho #logotipo {
	position: absolute;
	left: 0px;
	background-image: url(imagens/pintas.gif);
	background-repeat: no-repeat;
	background-position: 0px 75px;
	height: 196px;
	width: 1000px;
}
#tudo #menu {
	position: absolute;
	left: 180px;
	height: 30px;
	width: 650px;
}
#tudo #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tudo #menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#tudo #menu ul a {
	height: 30px;
	font-family: sans-serif;
	font-size: 0em;
	text-indent: -1000em;
	margin-right: 0px;
	border: none;
	display: block;
	padding-bottom: 0px;
}
#tudo #menu ul a.home {
	width: 126px;
	background-image: url(imagens/btn_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.home:hover {
	width: 126px;
	background-image: url(imagens/btn_home_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul li a.homeActual {
	cursor: default;
	width: 126px;
	background-image: url(imagens/btn_home_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.servicos {
	width: 157px;
	background-image: url(imagens/btn_ser.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.servicos:hover {
	width: 157px;
	background-image: url(imagens/btn_ser_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.servicosActual {
	cursor: default;
	width: 157px;
	background-image: url(imagens/btn_ser_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.portofolio {
	width: 164px;
	background-image: url(imagens/btn_por.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.portofolio:hover {
	width: 164px;
	background-image: url(imagens/btn_por_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.portofolioActual {
	cursor: default;
	width: 164px;
	background-image: url(imagens/btn_por_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.contactos {
	width: 171px;
	background-image: url(imagens/btn_con.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.contactos:hover {
	width: 171px;
	background-image: url(imagens/btn_con_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #menu ul a.contactosActual {
	cursor: default;
	width: 171px;
	background-image: url(imagens/btn_con_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#tudo #corpo {
	width: 420px;
	margin: 0 0 0 60px;
	text-align: justify;
}
#tudo #corpo a:link, #tudo #corpo a:visited {
	font-family: Verdana, sans-serif;
	color: #999;
	font-size: 0.9em;
	text-decoration: none;
	padding: 3px 0px 3px 25px;
}
#tudo #corpo a:hover, #tudo #corpo a:active {
	background-image: url(imagens/pinta.gif);
	background-repeat: no-repeat;
	background-position: -2px;
}

#tudo #tinta {
	background-image: url(imagens/janelaamarela.gif);
	background-repeat: no-repeat;
	height: 570px;
	width: 300px;
	position: absolute;
	top: 200px;
	right: 50px;
}
#tudo #tinta #ilustracao {
	position: absolute;
	top: 13px;
	left: 14px;
}
.cortado {
	text-decoration: line-through;	
}#tudo #corpo #pdf p a {
	color: #F8D716;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
