	

/* 
----------------------------------------------------------------------------------------*/
*{
	font-family:Arial, Helvetica, sans-serif;
}

#info h2 { font-size:24px; line-height: 28px; margin:0 3px 3px 3px; *margin-top:10px; }
#info h3 { font-size:18px; line-height: 22px; margin: 5px 3px; color:#666;}
#info p { font-size:12px; line-heitgh: 18px; margin: 10px 3px;}
#info p strong { font-size:12px;}
#info a {color:#f90; font-weight:bold; padding: 0 3px; }
#info a:hover { text-decoration:underline;}


#texto.abertura {
	display:block;
	position:relative;
	left: 0px;
	z-index:9;
	padding: 20px 20px 0 20px;
	border-bottom:solid 1px #eaece7;
	background-color:#FFF;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width: 250px;
}
#texto.interna {
	display:block;
	position:relative;
	z-index:9;
	padding: 20px;
	*padding-top:0px;
	border-bottom:solid 1px #eaece7;
	background-color:#fff;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width: 896px;
	height: auto;
	
}


p.credito {
	float:left;
	clear:left;
	display:block;
	width: 936px;
	padding: 10px 20px;
	margin-left: -20px!important;
	background: #676767;
	color:#eaece7!important;
	text-indent: 43px;
	position:absolute;
	bottom:-45px;
	left: -20px;
	border-top: solid 1px #eaece7;

}
p.credito1 {
	float:left;
	clear:left;
	display:block;
	width: 250px;
	padding: 10px 20px;
	margin-left: -20px!important;
	background: #676767;
	color:#eaece7!important;
	text-indent: 3px;
	position:absolute;
	bottom:-10px;
}

#foto {  float:left; position:absolute; z-index:1; top:0; width:100%; height:650px;}


/*
----------------------------------------------------------------------------*/
#info.mais{
	background-image : none;
	height : auto;
	border-bottom : none;
}
#info.mais h3{
	margin : 10px 0 10px 26px;
	font-size : 22px;
	color : #5d5850;
}
#info.mais h4{
	margin : 10px 0 10px 5px;
	font-size : 14px;
	color : #5d5850;
}
#info.mais p{
	margin : 10px 0 10px 10px;
	width : 220px;
	height : 100px;
	float : left;
}
#info.mais p a {
	font-weight : bold;
	color : #47423a;
	text-decoration:none;
	font-size:11px;
}
#info.mais p a img{
	float : left;
	margin : 3px;
	border : 3px solid #fff;
}
#info.mais p{
	text-indent: -3px;
}
#info.mais p a:hover{
	color : #ff9900;
}
#info.mais p a:hover img{
	border : 3px solid #ff9900;
}
