@charset "utf-8";

div.tapete {
	width: 698px;
	background-image: url(../img/site/blog_comments_bottom.png);
}

	div.tapete div.top {
		background-image: url(../img/site/blog_comments_top.png);
	}

	div.tapete div.center {
		width: 648px;
		background-image: url(../img/site/blog_comments_center.png);
	}

		div.tapete div.center h1 {
			text-align: left;
			padding: 0px 0px 15px 10px;
		}
		
		div.tapete div.center h3 {
			text-align: left;
			
		}
		
/*--------------- HISTORIA e AMBIENTES -----------------------------*/

div.tapete.historia div.center h1,
div.tapete.ambientes div.center h1 {
	padding-left: 0px;
	font-size: 26px;
	width: 500px;
}

div.tapete.historia div.center h3,
div.tapete.ambientes div.center h3 {
	width: 500px;
}

div.tapete.historia div.center p,
div.tapete.ambientes div.center p {
	color: #fff;
	line-height: 18px;
	text-indent: 40px;
	padding-bottom: 5px;
}

div.tapete.historia div.center ul,
div.tapete.ambientes div.center ul {
	color: #fff;
	padding-bottom: 10px;
	list-style-position: inside;
	line-height: 18px;
}

/*--------------- EQUIPE -----------------------------*/

div.tapete.equipe p.h1 {
	height: 88px;
	background: none;
}

div.tapete.equipe p.h1 a.h1 {
	width: 288px;
	height: 80px;
	background-image: url(../img/site/title_equipe.png);
	background-position: left top;
	padding-top: 0px;
}

div.tapete.equipe div.center div.membro {
	width: 156px;
	height: 178px;
	float: left;
	margin: 3px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
}

	div.tapete.equipe div.center div.membro img {
		width: 136px;
		margin-top: 12px;
	}
	
	div.tapete.equipe div.center div.membro p {
		text-align: center;
		line-height: 28px;
		font-weight: bold;
		font-size: 14px;
	}

div.tapete.equipe div.center div.membro:hover {
	text-decoration: underline;
}

div.tapete.equipe div.center div.membro.f1 {
	background-image: url(../img/site/equipe_frame1.png);
}

div.tapete.equipe div.center div.membro.f2 {
	background-image: url(../img/site/equipe_frame2.png);
}

div.tapete.equipe div.center div.info {
	display: none;
	color: #fff;
	text-indent: 5px;
	float: left;
	width: 470px;
}

	div.tapete.equipe div.center div.info h2 {
		color: #FABC72;
		line-height: 40px;
		text-decoration: underline;
	}
	
	div.tapete.equipe div.center div.info p {
		line-height: 24px;
	}
	
		div.tapete.equipe div.center div.info p span.bold {
			color: #99ff55;
			font-size: 13px;
		}
		
		div.tapete.equipe div.center div.info p span.voltar {
			background-color: #FABC72;
			color: #4F240D;
			height: 20px;
			font-weight: bold;
			padding: 4px 5px;
			cursor: pointer;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		
		div.tapete.equipe div.center div.info p span.voltar:hover {
			text-decoration: underline;
			background-color: #fff;
		}

