/* 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:650px;
	padding:125px 0 25px 145px;
	color:#FFF;
}
#abertura.capa p{
	width:650px;
	padding:0 0 8px 145px;
	color:#FFF;
}
/*capa*/

/*thumbs*/
#abertura #thumbs{
	position : absolute;
	left : 480px;
	top : 80px;
	width : 400px;
	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:1200px;
	left:630px;
	overflow:hidden;
	position:absolute;
	top:30px;
}
#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 #texto h3{
	font-size:20px;
	font-weight:bold;
	padding-bottom:11px;
	text-align:left;
	height:55px;
	color:#47423a;
	/*line-height:55px;*/
}
#conteudo #texto h3 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*/
