/* Os estilos de cada info vão neste CSS */

/*capa*/
#abertura.capa{
	background-image:url(img/capa.jpg);
	background-repeat:no-repeat;
	height:700px;
}
#abertura.capa h2{
	font-size:26px;
	width:415px;
	padding:30px 0 15px 35px;
	color:#FFF;
}
#abertura.capa p{
	width:415px;
	padding:0 0 8px 35px;
	color:#FFF;
}
#abertura.capa b{color:#FFF;}
/*capa*/

/*thumbs*/
#abertura #thumbs{
	position: absolute;
	left: 120px;
	top: 211px;
	width: 695px;
	z-index: 12;
	padding: 10px 0px 0px 10px;
/*background-image:url(img/bg-texto.png);
	border:1px solid #000;
	box-shadow: 1px 2px 6px rgba #000;
	-moz-box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
	*/
}
#abertura #thumbs h3{
	width:197px;
	height:200px;
	display:block;
	float:left;
	margin:0 30px 30px 0;
	color: #fff;
	position:relative;
}
#abertura #thumbs h3 span {
	width:191px;
	height:142px;
	top:0;
	left:0;
	position:absolute;
	border:3px solid #f90;
	display:none;
}
#abertura #thumbs h3 a:hover span {
	display:block;
}
#abertura #thumbs h3 img{
	margin:0px;
	border: none;
	box-shadow: 1px 2px 6px rgba #000;
	-moz-box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
	border:1px solid #999;
}
#abertura #thumbs h3 a{
	display:block;
	overflow:hidden;
	text-decoration:none;
}
#abertura #thumbs h3 a:hover{
}
#abertura #thumbs h3 a:hover img{
}
#abertura #thumbs h3 a:active img{
	box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;	
}
#abertura #thumbs h3 a strong {
	
	float:left;
	padding:10px 0;
	color:#fff;
	text-decoration:none;
}
/*thumbs*/
/*capa*/
