body{
	margin: 0;
	background-color: #999999;
	background-image: url(bg.gif);
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a{
	text-decoration: none;
	margin: 0;
	color: #000000;
}
p{
	font-size: 12px;
	margin: 0;
}
h2{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
img{
	border:0px;
}

*{ 
font-family : Trebuchet MS, Verdana, sans-serif;

}
.TitulosPortfolio{
	font-size: 14px;
	font-weight: bold;
}
.DetalhaePortfolio{
	font-size: 12px;
}
/* ---------------------------- Base Site Central ------------------------------*/
#BaseCentral {
	display: block;
	width: 954px;
	left: 50%;
	position: absolute;
	margin-left: -477px;
	background-color: #CCCCCC;
	top: 50%;
	margin-top: -300px;
}
/* ---------------------------- Cabecalho ------------------------------*/
#Cabecalho{
	display: block;
	height: 80px;
	background-image: url(bg_cabecalho.jpg);
	background-repeat: no-repeat;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#Cabecalho a{
	width: 954px;
	height: 80px;
	display: block;
}
/* ---------------------------- Conteudo Base ------------------------------*/

#ConteudoBase{
	width: 804px;
	position: absolute;
	left: 150px;
	top: 83px;
	height: 500px;
}
/* ---------------- Menu ---------------------------------------------------------- */
#MenuBase{
	width: 150px;
	height: 500px;
	background-color: #CCCCCC;
	font-size: 12px;
}
#MenuBase ul{
	margin: 0;
	margin-top: 20px;
	padding:0;

}

#MenuBase li{
	list-style-type: none;
	display: block;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
#MenuBase a{
	width: 150px;
	display: block;
	text-indent: 10px;
	margin: 0;
	height: 25px;
	padding-top: 5px;
}
#MenuBase a:hover{
	background-color: #e0eaf1;
}

/* ---------------- Home ---------------------------------------------------------- */
#TextoPGInicialQuadro{
	margin-left: 50px;
	margin-right: 30px;
	height: 50px;
	margin-top: 30px;
}

.TextoPGInicialNegrito{
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 2px;
	color: #000000;
}

.TextoPGInicial{
	font-size: 11px;
	position: relative;
	top: 2px;
	color: #000000;
}
/* ---------------- Portfolio ---------------------------------------------------------- */
#PortfolioBase{
	width: 804px;
	position: absolute;
	height: 500px;
}
#PortfolioIcones{
	margin-left: 50px;
	margin-right: 30px;
	height: 50px;
	margin-top: 30px;
}

#PortfolioAnimaIcones{
	margin-left: 20px;
	margin-right: 10px;
	height: 50px;
	margin-top: 30px;
}

.TabelaPortfolio{
	text-align: center;
	background-color: #dee9ed;
}
/* ---------------- Contato ---------------------------------------------------------- */
#Contato{
	margin-top: 100px;
	margin-left: 150px;
}

/* ---------------------------- Rodape ------------------------------*/
#Rodape{
	background-image: url(bg_rodape.gif);
	text-align: center;
	position: relative;
	background-color: #CCCCCC;
	height: 20px;
	background-repeat: repeat-x;
}
.DetalhesRodape{
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 2px;
	color: #4b626f;
}
/* ---------------- Enviado ---------------------------------------------------------- */
#EnviadoSucesso{
	width:400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	margin-left: -200px;
	text-align: center;
	vertical-align: middle;
}

#EnviadoSucesso a:hover{
	color: #FFFFFF;
}
