/* Os estilos de cada info vão neste CSS */

/*capa*/
#abertura.capa{
	height:370px;
	background-color:#000;
}
#abertura.capa h2{
	font-size:26px;
	width:900px;
	padding: 25px 0 15px 27px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#abertura.capa p{
	width:400px;
	padding: 0 0 8px 27px;
	color:#FFF;
}


#abertura #thumbs{
	position : absolute;
	left : 27px;
	top : 140px;
	width : 900px;
	z-index : 12;
}
#abertura #thumbs h3{
	width : 89px;
	height : 67px;
	display : block;
	float : left;
	margin : 0 10px 10px 0;
}
#abertura #thumbs h3 img{
	margin : 0px;
	border: none;
}
#abertura #thumbs h3 a{
	width : 89px;
	height : 67px;
	display : block;
	overflow : hidden;
}
#abertura #thumbs h3 a:hover{
	border : 3px solid #ff9900;
	width : 83px;
	height : 61px;
}
#abertura #thumbs h3 a:hover img{
	margin : -3px;
}
/*capa*/

/*internas*/
#conteudo{
	background-color:#000;
	color:#FFF;
}
#conteudo #texto{
	display:block;
	height:620px;
	left:650px;
	overflow:hidden;
	position:absolute;
	top:30px;
	width:280px;
}
#conteudo #texto h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:11px;
	text-align:left;
	height:55px;
	/*color:#47423a;*/
	color:#FFF;
	line-height:3;
}
#conteudo #texto h2 strong{
	width:55px;
	height:55px;
	line-height:55px;
	font-size:22px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-align:center;
	color:#fff;
	background-color:#ff9900;
}
#conteudo #foto {
	display:block;
	position:absolute;
	/*border:solid 5px #ccc;*/
	margin:15px 0 0 0;
}
#flash {
	width : 619px;
	height : 464px;
	display : block;
	position : absolute;
	left : 10px;
	top : 10px;
	overflow : hidden;
	border:3px solid #ff9900;
}
#credito{
	font-size:11px;
	color:#beb7af;
	font-style:italic;
	position:absolute;
	top:485px;
	left : 10px;
}
#legenda {
/*	width:619px;
	padding:6px 0;
	text-align:left;
	display:block;
	background:#000;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	top:451px;
	left:13px;
	position:absolute;
	text-indent:10px;
	color:#fff;
	font-size:11px;*/
	width:619px;
	display:block;
	top:485px;
	left:368px;
	position:absolute;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
/*internas*/
