/* CSS Document */

#conteudo h2 {
	background: url(../imagem/tit_quem_somos.gif) no-repeat;
	}

#conteudo #equipe {
	/*background: #ffdb98 url(../imagem/bg_corner_top.gif) no-repeat;*/
	background-color: #ffdb98;
	padding-top: 5px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	}
	#conteudo #equipe h3 {
		background: url(../imagem/tit_equipe_tecnica.gif) no-repeat;
		height: 19px;
		text-indent: -9999em;
		margin: 0 0 12px 5px;
		}
	
	/*#conteudo #equipe .bottom {
		background: url(../imagem/bg_corner_bottom.gif) no-repeat;
		height: 9px;
		}*/
	
	#conteudo #equipe ul {
		margin-left: 5px;
		list-style: none;
		overflow: hidden;
		}
		#conteudo #equipe ul li {
			float: left;
			}
			#conteudo #equipe ul li h4 {
				font-size: 10px;
				}
				#conteudo #equipe ul li h4 a {
					color: #000;
					}
			
			#conteudo #equipe ul li.col-1, #conteudo #equipe ul li.col-2 {
				width: 160px;
				}
			
			#conteudo #equipe ul li.col-3 {
				width: 110px;
				}