@charset "utf-8";
/* CSS Document */

body {

	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
	background-image: url(../img/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;

}

p {

	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #b0aa97;
	line-height: 17px;
	text-align: left;

}

#container {

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

.trabalhos { border: 10px solid white; }
td a:hover img.trabalhos { border: 10px solid #d7d1c7; }

a:link { color: #b0aa97; text-decoration: none; }
a:visited { color: #b0aa97; text-decoration: none; }
a:hover { color: #b0aa97; text-decoration: underline; }
a:active { color: #b0aa97; text-decoration: underline; }

h1 { 

	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #f63a00;
	line-height: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	text-align: left;
}

.texto { 
	 
	font: italic normal normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #b0aa97;
	margin: 0px;
}

.esconde { display: none; }