body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	line-height: 1.3em;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}

* {
	margin: 0;
	padding: 0;
	}

h1 {
	background:transparent url(images/header.gif) no-repeat scroll left top;
	width:425px;
	height:69px;
	margin:0;
	text-indent:-9999px;
	float: left;
	margin-bottom: 20px;

}
h1 a {
	cursor:pointer;
	cursor: hand;
	display:block;
	height:100%;
	text-decoration: none;
	width:100%;
	text-indent:-9999px;

}

h2.portfolio {
	background-image:url(images/h2_p.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 64px;
	text-indent: -9999px;
	clear: both;	
}

h2.curriculum {
	background-image:url(images/h2_c.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 64px;
	text-indent: -9999px;
	clear: both;	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	line-height: normal;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 3px;
}

a:link, a:visited {
	text-decoration:none;
	color:#4ca1a5;
}
a:hover, a:active {
	text-decoration: underline;
	color:#2b7c80;
}

a img, a:hover img, a:active img {
	border: none;
	}

p {
	padding: 10px 15px;
}

.container {
	padding: 10px;
}

.clear {
	clear: both;
}

.tarja {
	text-decoration: line-through;
	}
.funcao {
	font-size: .9em;
	font-weight: bold;
	color:#666666;
	}	
.pdf {
	text-align:right; 
	font-style:italic; 
	font-size: .9em;
	width: 200px;
	float: right;
	line-height: 2em;
	}
	
/* Navegacao */

#nav_main {
	float:right;
	list-style-image: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 16px 0 0;
}
#nav_main li {
	float:left;
	margin:17px 0 0 30px;
}
a {

}
#nav_main a {
	color:#4ca1a5;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#nav_main a:hover {
	color:#2b7c80;
}


/* Lightbox*/
.thumbnail {
	background-image:url(images/imgbg.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:250px;
	margin:0 22px;
	padding:10px;
	position:relative;
	width:285px;
}

.thumbnail img {
	padding: 5px;
	margin-bottom: 10px;
}

a.lb, img {
	border: none;
	text-decoration: none;	
	}
	
.thumbnail .projeto {
	background:transparent url(images/titlebg.png) repeat scroll 0 0;
	border: none;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
	left:0;
	margin:15px 0 0 15px;
	padding:15px;
	position:absolute;
	top:0;
}	

#topo {
	margin-top:20px;
	text-align: right;
}

#topo a {
	font-size: 0.8em;
}

#footer {
	background-image:url(images/linha.gif);
	background-repeat:repeat-x;
	color:#666666;
	font-size:0.8em;
	margin-top:5px;
	margin-bottom: 20px;
	padding:10px;
	text-align:center;
	}