@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;}


.capa a.comeca {
	background:transparent url(img/comeca.png) repeat scroll 0 0;
	display:block;
	margin-top: 15px;
	height:25px;	
	text-indent:-5000px;
	width:64px;
	position:absolute;
	
}
.capa a.comeca:hover {
	background-position:0 -25px;
}

.capa{
	background: url(img/capa.jpg);
	width:936px;
	height:650px;}
#abertura{
	left: 150px;
	top: 120px;
	width:640px;
	position:absolute;
	color:#FFF;
	}
#abertura p{
	color:#fff;}
	
#abertura h2{
	color:#fff;}

#nav{ position:absolute;
	display:block;
	
	
	z-index:999!important; }

#nav h2.prox a{
    background-image: url(img/proximo.png);
    left: 878px;
    top: 272px;
	width: 50px;
	height: 48px;
	position:absolute;
	}



#nav h2.ant a{
    background-image: url(img/anterior.png);
    height: 48px;
    left: 0;
    top: 272px;
    width: 50px;
	margin-left: -2px;
	position:absolute;
}

#nav h2 a:hover {
	background-position : 0 -48px;
	
}

.texto{
	color: #fff;
	width: 190px;
	left: 664px;
	top: 145px;
	position: absolute!important;}
	
.texto h2{
	font-size: 30px;
	margin-bottom: 2px;
}

.texto p b{
	color: #cccb8e!important; }
	
.texto p em{
	color: #c4c4c2;
	font-size: 11px!important; }
	
