	

/* 
----------------------------------------------------------------------------------------*/
*{
	font-family:Arial, Helvetica, sans-serif;
}

#info h2 { font-size:24px; line-height: 28px; margin:3px; *margin-top:10px; position:relative; z-index: 5; }
#info h3 { font-size:14px; line-height: 20px; 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;
	top:220px;
	left: 0px;
	z-index:9;
	padding: 20px;
	width: 896px;
	color:#eaece7;
}
#texto span.bg {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	border:solid 3px #47432a;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	width: 100%;
	height: 100%;
	z-index: 1;
}
#texto span.bg1 {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	border:solid 3px #47432a;
	border-left:none;
	border-right:none;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width: 100%;
	height: 100%;
	z-index: 1;
}
#texto.abertura h2 {
	color:#f90;
}

#texto.abertura p, #texto.interna p {
	display:block;
	position:relative;
	font-size:12px;
	line-height: 18px;
	z-index:3;
}
#texto.interna h2 {
	text-transform:uppercase;
	color: #fff;
}
#texto.interna {
	display:block;
	position:relative;
	top: 10px;
	left: 10px;
	z-index:9;
	padding: 15px 20px;
	width: 235px;
	height: auto;
	color:#eceae7;	
}
#texto a {
	text-decoration:none;
}
#texto a:hover {
	text-decoration:underline;
}

p.credito {
	float:left;
	clear:left;
	display:block;
	width: 936px;
	padding: 10px 20px;
	margin-left: -20px!important;
	background: #eaece7;
	color:#47432a!important;
	text-indent: 43px;
	position:absolute;
	bottom:-45px;
	left: -20px;
	z-index: 5;
	text-align:right;

}
p.credito1 {
	display:block;
	width: 250px;
	padding: 10px 20px;
	margin-left: -20px!important;
	margin-top: 20px!important;
	background: #676767;
	color:#eaece7!important;
	text-indent: 4px;
	opacity: 0.75!important;
	-moz-opacity: 0.75!important;
	filter: alpha(opacity=75)!important;
	position:relative;
	right: 1px;
 	bottom:0px;
	*bottom: -10px;
	z-index: 5;
}

#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;
}

