/* Os estilos de cada info vão neste CSS */

/*capa*/
#abertura.capa{
	background-image:url(img/capa.jpg);
	background-repeat:no-repeat;
	height:600px;
}
#abertura.capa h2{
	font-size:26px;
	width:330px;
	padding:25px 0 15px 25px;
	/*color:#FFF;*/
}
#abertura.capa p{
	width:330px;
	padding:0 0 8px 25px;
	/*color:#FFF;*/
}
#abertura.capa a{
	font-size:12px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
}
#abertura.capa a:hover {
	color:#ff9900;
	text-decoration:underline;
}
/*capa*/

/*thumbs*/
#abertura #thumbs{
	position : absolute;
	left : 11px;
	top : 436px;
	width : 495px;
	z-index : 12;
	height: 168px;
}
#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{
	border : 3px solid #ff9900;
	width : 83px;
	height : 61px;
	display : block;
	overflow : hidden;
}
#abertura #thumbs h3 a:hover{
	border : 3px solid #47423a;
	width : 83px;
	height : 61px;
}
#abertura #thumbs h3 a img{
	margin : -3px;
}
#abertura #thumbs h3 a:hover img{
	margin : -3px;
}
/*thumbs*/
/*capa*/

/*------------------------------------ MENU ------------------------------------------*/

#menu {
	position : absolute;
	left : 0px;
	top : 250px;
	width : 936px;
	height : 36px;
	border-top : 1px solid #d5d0cb;
	border-bottom : 1px dotted #ebe9e6;
	z-index : 20;
}
#menu h2 {
	width : auto;
	height : 40px;
	line-height : 40px;
	float : left;
	font-size:12px;
	/*font-weight:normal;*/
}
#menu h2 a {
	width : auto;
	height : 13px;
	line-height : 13px;
	float : left;
	margin : 13px 0 0 0;
	padding : 0 15px;
	border-right : 1px solid #bbb7b3;
	color : #a39e98;
	display : block;
}
#menu h2.mne {
	border:medium none;
	float:right;
	padding:0 15px 0 0;
	color:#F90
}
#menu h2.mne a {
	border:medium none;
	float:right;
	color:#F90;
	padding:0 0;
}
#menu h2 a:hover, #menu h2.sel a, .p0 #menu h2.mn0 a, .p1 #menu h2.mn1 a, .p2 #menu h2.mn2 a, .p3 #menu h2.mn3 a, .p4 #menu h2.mn4 a, .p5 #menu h2.mn5 a, .p6 #menu h2.mn6 a, .p7 #menu h2.mn7 a, .p8 #menu h2.mn8 a, .p9 #menu h2.mn9 a, .p10 #menu h2.mn10 a, #menu.mais h2.mne a {
	color : #ff9900;
}
h2.mne a:hover {
	text-decoration:underline;
}

/*internas*/
#conteudo #texto{
	display:block;
	overflow:hidden;
	position:absolute;
	top:30px;
	/*left:630px;
	width:300px;*/
	left:470px;
	width:455px;
	height:1600px;
	/*background-color:#FFF;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	padding:5px;*/
}
#conteudo #texto h2{
	margin-top:18px;
	font-size:20px;
	font-weight:bold;
	padding-bottom:11px;
	text-align:left;
	height:55px;
	color:#47423a;
	line-height:55px;
}
#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{
	margin-top:18px;
	font-size:20px;
	font-weight:bold;
	padding-bottom:11px;
	text-align:left;
	height:55px;
	color:#47423a;
	line-height:29px;
}
#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 a{
	font-size:12px;
	font-weight:bold;
	color:#ff9900;
	text-decoration:none;
}
#conteudo a:hover {
	color:#ff9900;
	text-decoration:underline;
}

#legenda{
	font-size:11px;
	color:#fff;
	font-style:italic;
	position:absolute;
	top:493px;
	left:0;
	z-index:10;
	background-color:#000;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	padding:2px;
	width:446px;
}
#legenda2{
	font-size:11px;
	color:#fff;
	font-style:italic;
	position:absolute;
	top:479px;
	left:0;
	z-index:10;
	background-color:#000;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	padding:2px;
	width:446px;
}
#credito{
	font-size:11px;
	color:#beb7af;
	font-style:italic;
	position:absolute;
	top:511px;
	left:0;
	z-index:10;
	/*background-color:#000;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);*/
	padding:2px;
}
#conteudo #fundo{
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0px;
	width:943px;
	height:1600px;
	background-position:0px 47px;
}
.bg1{background-image:url(img/foto-01.jpg); background-repeat:no-repeat;}
.bg2{background-image:url(img/foto-02.jpg); background-repeat:no-repeat;}
.bg3{background-image:url(img/foto-03.jpg); background-repeat:no-repeat;}
.bg4{background-image:url(img/foto-04.jpg); background-repeat:no-repeat;}
.bg5{background-image:url(img/foto-05.jpg); background-repeat:no-repeat;}
.bg6{background-image:url(img/foto-06.jpg); background-repeat:no-repeat;}
.bg7{background-image:url(img/foto-07.jpg); background-repeat:no-repeat;}
.bg8{background-image:url(img/foto-08.jpg); background-repeat:no-repeat;}
.bg9{background-image:url(img/foto-09.jpg); background-repeat:no-repeat;}
.bg10{background-image:url(img/foto-10.jpg); background-repeat:no-repeat;}
.bg11{background-image:url(img/foto-11.jpg); background-repeat:no-repeat;}
.bg12{background-image:url(img/foto-12.jpg); background-repeat:no-repeat;}
.bg13{background-image:url(img/foto-13.jpg); background-repeat:no-repeat;}
.bg14{background-image:url(img/foto-14.jpg); background-repeat:no-repeat;}
.bg15{background-image:url(img/foto-15.jpg); background-repeat:no-repeat;}
.bg16{background-image:url(img/foto-16.jpg); background-repeat:no-repeat;}
.bg17{background-image:url(img/foto-17.jpg); background-repeat:no-repeat;}
.bg18{background-image:url(img/foto-18.jpg); background-repeat:no-repeat;}
.bg19{background-image:url(img/foto-19.jpg); background-repeat:no-repeat;}
.bg20{background-image:url(img/foto-20.jpg); background-repeat:no-repeat;}
.bg21{background-image:url(img/foto-21.jpg); background-repeat:no-repeat;}
.bg22{background-image:url(img/foto-22.jpg); background-repeat:no-repeat;}
.bg23{background-image:url(img/foto-23.jpg); background-repeat:no-repeat;}
.bg24{background-image:url(img/foto-24.jpg); background-repeat:no-repeat;}
.bg25{background-image:url(img/foto-25.jpg); background-repeat:no-repeat;}
.bg26{background-image:url(img/foto-26.jpg); background-repeat:no-repeat;}
.bg27{background-image:url(img/foto-27.jpg); background-repeat:no-repeat;}
.bg28{background-image:url(img/foto-28.jpg); background-repeat:no-repeat;}
.bg29{background-image:url(img/foto-29.jpg); background-repeat:no-repeat;}
.bg30{background-image:url(img/foto-30.jpg); background-repeat:no-repeat;}

p.continua,
p.continua a{
	width : 250px;
	height : 25px;
	display : block;
}
p.continua{
	border : 1px solid #ff9900;
	margin:0 0 0 95px;
}
p.continua a{
	background-color : #ff9900;
	color : #fff;
	text-align : center;
	line-height : 25px;
	font-size : 12px;
	color : #fff;
	font-weight : bold;
	text-transform : uppercase;
	text-decoration:none;
}
p.continua a:hover{
	background-color : #fff;
	color : #ff9900;
}
/*internas*/

/*mais*/
#mais {
	width:960px;
	height:1000px;
	position:absolute;
	left:0px;
	z-index:9;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
#mais #texto {
	width:960px;
	height:1000px;
	left:0;
	position:absolute;
}
/*mais*/
