﻿/* CSS Document */


body {
	 line-height:17px;
	 margin:0;
	 padding:0;
	 background:#fff url('images/back.png') repeat-y;
	 font: normal 0.8em Trebuchet MS, Arial, sans-serif;
	 color:#fff
}


a:link { font-weight: normal; color:#e1e1e1; text-decoration: underline; }
a:visited { font-weight: normal; color:#e1e1e1; text-decoration: underline; }
a:hover { font-weight: normal; color:#ffffff; text-decoration: none; }


/* 
---------------------------------------
CONTEUDO
---------------------------------------
*/

#conteiner {
	position: relative;
	top: 0%;

}


#conteudo {
	height:auto;
	clear:both;
	color:#606060;
	font: normal 1.1em Arial, Trebuchet MS, sans-serif;
	line-height:22px;
	text-align:justify;
}


img {
	
	border:0
}


.texto {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height:790px;
	padding:0;
	background:#fefefe url('images/back-fumaca.jpg') no-repeat top;

}

.texto a:link { font-weight: bold; color:#606060; text-decoration: none; }
.texto a:visited { font-weight: bold; color:#606060; text-decoration: none; }
.texto a:hover { font-weight: bold; color:#606060; text-decoration: underline; }

