@charset "utf-8";
/* CSS Document */

body {
	background: url('images/fundo.png');
	font-family: Verdana, Geneva, sans-serif;	
	padding: 0px;
	margin: 0px;
	color: #444444;
}

img {
	border-style: none;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10pt;
}

div.indice {
	position: absolute;
	top: 99px;
	left: 35px;
}

div.lista_trabalhos {
	background: none;
	margin-top: 58px;
}
div.indice_letras {
	background: none;
	margin-top: 54px;
}

ul.lista_trabalhos {
	background: none;
	width: 400px;
}

ul.lista_trabalhos li {	
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
}

ul.lista_trabalhos li a, ul.lista_trabalhos li a:link, ul.lista_trabalhos li a:visited {
	color: #7C7C7C;
	text-decoration: none;
	background: white;
}

ul.lista_trabalhos li a:hover {
	text-decoration: underline;
}

h1#site {
	font-size: 20pt;
	color: #8D908E;
	font-weight: normal;
	background: white;
	position: relative;
	top: 20px;
	left: 20px;
	display: block;
	width: 200px;
	padding-left: 5px;
	padding-right: 9px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16pt;
	color: #333333;
	font-weight: normal;
	text-transform: lowercase;	
	display: block;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12pt;
	color: #8D908E;
	font-weight: normal;
	text-transform: lowercase;
	background: white;
	display: inline;
	padding: 10px;
	margin-top: 15px;	
}

/*p {
	font-size: 10pt;
	color: #8D908E;
	font-weight: normal;	
	background: white;
	margin-left: 20px;
	margin-top: 0px;
	width: 600px;
	padding: 10px;
}*/

a, a:link, a:visited {
	color: #8D908E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.texto, a.texto:link, a.texto:visited {
	color: #444444;
	text-decoration: none;
}

a.texto:hover {
	text-decoration: underline;
}

div.conteudo {
	background-color: white;
	padding: 15px 25px 25px 25px;
	margin: 0px;
	margin-top: 75px;
	color: #444444;
	font-size: 12pt;
	text-align: left;
	min-height: 550px;	
}

div.texto {
	width: 400px;
	height: 500px;
	padding-right: 25px;	
	font-size: 10pt;
	float: left;
}

div.imagens {
	font-size: 10pt;	
}

div.video {
	font-size: 10pt;	
}

h2.titulo_trabalho {
	font-size: 16pt;
	color: #333333;
	font-weight: normal;
	text-transform: lowercase;	
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
	width: 300px;	
}

h2.titulo_trabalho a, h2.titulo_trabalho a:link, h2.titulo_trabalho a:visited {
	color: #333333;
	text-decoration: none;
}

h2.titulo_trabalho a:hover {
	text-decoration: underline;
}

span.ano {
	font-size: 10pt;
}

p {
	font-size: 10pt;
}

div.texto_trabalho {
	width: 300px;
	height: 450px;	
}

/*****************************************************************************************
	MENU PRINCIPAL
*****************************************************************************************/

div.menu_principal {
	position: absolute;
	top: 70px;
	left: 20px;
	display: block;
	background: none;
	margin-bottom: 25px;
	width: 95%;
}

div.item_menu_principal {
	padding-bottom: 5px;
	padding-top: 5px;
	background: yellow;
}

a.menu_principal, a.menu_principal:link, a.menu_principal:active, a.menu_principal:visited
{
	color: #888888;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 25px;
	background: white;
	padding: 5px;
	display: block;
	float: left;
}

a.menu_principal:hover {
	text-decoration: underline;
}

a.menu_principal#atual {
	color: #222222;
}

div.opcao_idioma {
	float: right;
	width: 50px;
	text-align: right;
	margin-right: 15px;
	margin-top: 0px;
	background: white;
	padding: 5px;
}

div.imagens_trabalho {
	float: right;
}
div.pdf_portfolio {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 80px;
	margin-bottom: 20px;
}

div.voltar {
	font-size: 10pt;
	margin-left: 25px;
	margin-top: 25px;
	font-weight: bold;
	padding-bottom: 25px;
}
a.voltar {
	background-color: white;
	padding: 2px;
}
