/* Os estilos de cada info vão neste CSS */

/*capa*/
#abertura.capa{
	background-image:url(img/capa.jpg);
	background-repeat:no-repeat;
	height:710px;
}
#abertura.capa h2{
	font-size:26px;
	width:350px;
	padding:30px 0 15px 30px;
	/*color:#FFF;*/
}
#abertura.capa p{
	width:350px;
	padding:0 0 8px 30px;
	color:#000;
}
/*capa*/

/*thumbs*/
#abertura #thumbs{
	position : absolute;
	left : 420px;
	top : 60px;
	width : 500px;
	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;
}
/*thumbs*/
/*capa*/

/*internas*/
#conteudo #texto{
	display:block;
	width:300px;
	height:500px;
	left:630px;
	overflow:hidden;
	position:absolute;
	top:0;
}
#conteudo #texto h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:11px;
	text-align:left;
	height:55px;
	color:#47423a;
	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;
}
#credito{
	font-size:11px;
	color:#beb7af;
	font-style:italic;
	position:absolute;
	top:482px;
}
/*internas*/
