@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/fundoportfolio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	text-align: left;
}
#geral {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#conteudo {
	width: 600px;
	margin-left: 50px;
	margin-top: 30px;
	background-color: #FFF;
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
}
#frase {
	background-color: #C30;
	width: 30%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#obra {
	background-color:#FFF;
	width: 400px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#home {
	background-color:#333;
	width: 100px;
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	padding: 5px;
}
#topo {
	background-color:#999;
	width: 150px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
#barra {
	float: right;
	height: 160px;
	width: 417px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
}

/*ESTILO DE FONTES*/
.estilo01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 5px;
}
.estilo02 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000;
}
.estilo03 {
	font-weight: bold;
}
.estilo04 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.estilo05 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.estilo06 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
}

/*ALINHAMENTO*/
.align01 {
	text-align: right;
}

/*IMAGENS*/
.img01 {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*LINKS*/
/*Home*/
#home a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#home a:link {
	text-decoration: none;
}
#home a:visited {
	text-decoration: none;
	color: #FFF;
}
#home a:hover {
	text-decoration: none;
	color: #C30;
}
#home a:active {
	text-decoration: none;
	color: #FFF;
}
/*Topo*/
#topo a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#topo a:link {
	text-decoration: none;
}
#topo a:visited {
	text-decoration: none;
	color: #000;
}
#topo a:hover {
	text-decoration: none;
	color: #C30;
}
#topo a:active {
	text-decoration: none;
	color: #000;
}
/*Obra*/
#obra a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#obra a:link {
	text-decoration: none;
}
#obra a:visited {
	text-decoration: none;
	color: #000;
}
#obra a:hover {
	text-decoration: none;
	color: #C30;
}
#obra a:active {
	text-decoration: none;
	color: #000;
}

