/*isto é um comentário:
*/

html{
	overflow:hidden;
}

body{
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	overflow:auto;
	background-color:#FFF;
	margin:0;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

.clear{
	clear:both;
}

#container{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0;
}

.menu{
	width:200px;
	height:100%;
	text-align:center;
	float:left;
	margin-left:70px;
	margin-top:50px;
	overflow:hidden;
}

.menu a{
	text-decoration:none;
	color:#FFF;
}

.menu a:hover, menu a:active{
	text-decoration:underline;
	color:#FFF;
}


.menu ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	margin-right:0;
}

.menu ul li{
	display:block;
	width:100%;
	background-color:#FF2B9E;
	margin-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.book a{
	position:absolute;
	background-image:url(../imgs/book.png);
	height:20px;
	width:16px;
	left:75px;
	top:685px;
}

.centerdiv{
	height:100%;
	width:100%;
	background-image:url(../imgs/background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:300px 60px;
	position:absolute;
	left:215px;
}

.centerdivtext{
	position:absolute;
	height:100%;
	width:100%;
	right:0;
	left:87px;
	overflow:auto;
}

.centerdivtext div{
	position:absolute;
	background-color:#FF2B9E;
	width:450px;
	opacity:0.9;
	color:#FFF;
	font-size:13px;
	line-height:1.5;
	padding:10px;
	margin:0;
}

.bold{
	font-weight:bold;
	font-variant:small-caps;
	font-size:13px;
	margin:0;
}

.back a{
	position:absolute;
	background-image:url(../imgs/back.png);
	height:25px;
	width:25px;
	left:1100px;
	top:60px;
	z-index:10;
}

.centerdiv_slides{
	position:absolute;
	height:100%;
	width:100%;
	right:0;
	left:280px;
	overflow:auto;
}

#slides_wrapper{
	position:absolute;
	height:100%;
	width:1200px;
	overflow:hidden;
	margin-top:60px;
	padding-left:135px
}

#slides_wrapper div{
	width:800px;
	height:600px;
}

#slideback{
	display:block;
	width:50%;
	height:100%;
	background-image:url(../slide/transp.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#slideback:hover{
	width:400px;
	height:100%;
	background-image:url(../slide/back.png);
	background-repeat:no-repeat;
	background-size:27px 40px;
	background-position:5px 200px;
	top:0;
	left:145px;
	z-index:100;
	position:absolute;
}

#slideforward{
	width:400px;
	height:100%;
	background-image:url(../slide/transp.png);
	background-repeat:no-repeat;
	top:0;
	left: 545px;
	z-index:100;
	position:absolute;
}

#slideforward:hover{
	width:400px;
	height:100%;
	background-image:url(../slide/forward.png);
	background-repeat:no-repeat;
	background-size:27px 40px;
	background-position:348px 200px;
	top:0;
	left:545px;
	z-index:100;
	position:absolute;
}