.logo {
	width:550px;
	margin:auto;
	display:block;
}

.menu {
	text-align:center;
  width:100%;
	height:130px;
}

.barra {
	text-align:center;
	margin-left:auto;	
	margin-right:auto;	
	display:block;;
}

.l {
	display: inline-block;
}

.Library {
	float:left;
  background: url('livros3.png');
	background-size: 75% 100%;
	background-repeat: no-repeat;
	background-position: center; 
  height: 80px;
  width: 120px;
}

.Library:hover {
  background: url('livros4.png');
	background-size: 75% 100%;
	background-repeat: no-repeat;
}

.selec {
	float:left;
  background: url('livros5.png');
	background-size: 75% 100%;
	background-repeat: no-repeat;
	background-position: center; 
  height: 80px;
  width: 120px;
}

.imTexto {
	margin:auto;
	display:block;
  background: url('pergaminho.png');
	background-size: 95% 100%;
	background-repeat: no-repeat;
  height: 800px;
  width: 800px;
}

p.texPer {
	text-align: justify;
	font-family: 'Indie Flower', cursive;
	position:relative;
	margin-left: 27%;
	margin-right: 20%;
}

h1.texPer {
	text-align: center;
	font-family: 'Indie Flower', cursive;
	position:relative;
	margin-left: 25%;
	margin-right: 20%;
	padding-top: 8%;
}


/*----------------Livros.html--------------------*/

table{
	text-align:center;
	margin-left:auto;	
	margin-right:auto;
}

#menuP {
	display:none;
	width:60px;
	height:50px;
	position: absolute;
	margin-top: 50px;
	margin-left:-10px;
	z-index: -3;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1011;
	background: url('menup.png');
}

#menuL {
	visibility: hidden;
	position:absolute;
	width: 300px;
	height: 500px;
	margin-top:20px;
	margin-left:-10px;
	z-index: 1010;
	background: url('menul.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.imLiv {
	cursor: pointer;
	margin:auto;
	display:block;
  background: url('pergaminho3.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
  height: 200px;
  width: 400px;
}

p.texLiv {
	text-align: center;
	font-size: 13px;
	font-family: 'Indie Flower', cursive;
	position:relative;
	margin-left: 40%;
	margin-right: 10%;
	margin-top:1%;
	padding-top:0;
	line-height:95%;
	font-weight: normal;
}

h1.texLiv{
	text-align: center;
	font-size: 16px;
	font-family: 'Indie Flower', cursive;
	position:relative;
	margin-bottom:0;
	padding-top: 11%;
	font-weight: bold;
}

.subLiv{
	position:relative;
  height: 35px;
  width:	170px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Indie Flower', cursive;
	margin-top:-7%;
	margin-left: 45%;
}

.subLivIm{
	vertical-align:middle;
	width:35px;
	height:35px;
	padding-left:10px;
}

.livro {
	float: left;
	margin-left: 10%;
	margin-top: 11%;
	width: 130px;
	height: 120px;
}

.texMenu {
	color: black;
	font-size: 25px;
	font-family: 'Indie Flower', cursive;
	padding-top:60px;
	line-height:95%;
}

.table{
	position:relative;
	width:1000px;
}

.seta {
	width:20px;
	height:20px;
}

#tela {
	visibility: hidden;
	width: 700px;
	height: 550px;
	background-size: 100% 95%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;	
}

#fecha {
	float: right;
	border: solid 1px gray;
	z-index: -1;
	cursor: pointer;
	background-image: url('xis.png');
	background-size: 20px 20px;
	
	height:20px;
	width:20px;
	margin-top:0;
	margin-right:0;
}

#esq {
	width: 260px;
	height: 350px;
	/*background-repeat: no-repeat;
	background-position: center;*/
	float: left;
  margin-left: 75px;
  margin-top: 90px;	
}

#tEsq{
	text-align: center;
	position:relative;
	font-size: 25px;
	font-family: 'Indie Flower', cursive;
	font-weight: bold;
}
#pEsq{
	text-align: center;
	font-size: 17px;
	font-family: 'Indie Flower', cursive;
	position:relative;
	margin-top:0;
	padding-top:0;
	line-height:95%;
	font-weight: normal
}

#dir {
	width: 240px;
	height: 350px;
	border: solid 1px gray;
	/*background-repeat: no-repeat;
	background-position: center;*/
	float: right;
  margin-right: 45px;
  margin-top: 90px;
}

/*-----------------FAQ.html-----------------------*/

.faqs{
	margin:auto;	
	display:block;
	width: 650px;
	height:1200px;
}

.perg{
	margin:auto;
	display:block;
  background: url('barra.png');
	background-size: 500px 95px;
	background-repeat: no-repeat;
  width: 500px;
	height: 200px;
}

h1.texFAQ{
	position:absolute;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Indie Flower', cursive;
	padding-top: 0px;
	margin-left: 110px;
}

p.texFAQ{
	position:absolute;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Indie Flower', cursive;
	padding-top: 60px;
	margin-left: 90px;
	margin-right: 30%;
	line-height: 95%;
	text-align: left;
}


/*-----------------contato.html-----------------------*/

#imCont {
	width:75%;
	margin-left:120px;
}



