@charset "utf-8";
/* CSS Document */

.conteudo2 img, .conteudo3 img {
 	float:left;
	margin:0.5em;
	border:#006600 solid 1px;
	}

.conteudo1 img {
	float:left;
	margin:0.5em;
	}
	
#painel1 {
 	width:20em;
	float:left;
	border:#CCCCCC solid 1px;
	}

#painel2 {
	float:left;
	width:20em;
	margin-right:1.5em;
	margin-left:1.4em;
	border:#CCCCCC solid 1px;
	}

#painel3 {
 	float:left;
  	width:20em;
	border:#CCCCCC solid 1px;
	}
	
.titulo1, .titulo2, .titulo3 {
	border-bottom:#CCCCCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#066313;
	background-image:url(../imagens/site/tabBack.jpg);
	background-repeat:no-repeat;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	cursor: pointer;
	}

	
.conteudo1, .conteudo2, .conteudo3 {
	background-color:#eee;
	padding:0.5em;
	font-size:0.8em;
	}

.conteudo1 a:link, .conteudo1 a:visited, .conteudo2 a:link, .conteudo2 a:visited, .conteudo3 a:link, .conteudo3 a:visited {
	text-decoration:none;
	color:#000000;
	}

.conteudo1 a:hover, .conteudo2 a:hover, .conteudo3 a:hover {
	color:#066313;
	text-decoration:underline;
	}



.blank {
	color:#eee;
	}

