/* configurações do body */

body {
    background-color: darkblue;
    font-family:"Arial"; font-size:12px;
}

/* configurações da header */

header {
    background-color: darkkhaki;
    border: solid #E2BA5C;
    border-radius: 10px;
    text-align: center;
    font-family: cursive;
    font-weight: 900;
    font-size: medium;
    width: 1300px;
    height: auto;
    margin: 0px 40px 0px 20px 
}
p.rightblue {
             color: darkblue;
             text-align: center;
             float: right;
}
p.rightgreen {
               color: green;
               text-align: center;
               float: right;
}
p.leftblack {
             color: black;
             text-align: center;
             float: left;
}

/* configurações da seção nav */

nav {
    background-color: beige;
    border: solid #E2BA5C;
    border-radius: 10px;
    text-align: center;
    width: 150px;
    height: auto;
    margin: 0px 0px 0px  20px;
    padding: 0px;
    float: left;
}
button.nav {
    text-align: center;
    border-radius: 10px;
    font-size: 11px; 
    width: 140px;
}
button:hover {
    background-color: gray;
}

/* configurações da seção navindice */

nav {
    background-color: beige;
    border: solid #E2BA5C;
    border-radius: 10px;
    text-align: center;
    width: 150px;
    height: auto;
    margin: 0px 0px 0px  20px;
    padding: 0px;
    float: left;
}
button.navindice {
    text-align: center;
    border-radius: 10px;
    font-size: 11px; 
    width: auto;
}
button:hover {
    background-color: yellowgreen;
}
li.indice {
    display: inline;
}
div.livros {
    background-color: skyblue;
}

/* configurações da aside */

aside {
    background-color: beige;
    border: solid #E2BA5C;
    border-radius: 10px;
    text-align: center;
    width: 150px;
    height: auto;
    margin: 0px 40px 0px  0px;
    padding: 3px;
    float: right;
}

/* configurações da section */

section {
    background-color: darkkhaki;
    border: solid #E2BA5C;
    border-radius: 10px;
    padding: 10px;
    text-align: justify;
    font-family: cursive;
    font-weight: 600;
    font-size: 20px;
    width: auto;
    height: auto;
    margin: 0px 206px 0px 180px
}
blockquote.destaque {
    background-color: lightblue;
    border-radius: 10px;
    padding: 10px;
    font-family: "Times New Roman";
    font-size: 20px;
    letter-spacing: 1px;
}
h1 {text-align: center;}
p.blue {color: darkblue;}
p.green {color: green;}
h1.blue {color: darkblue;}
h1.green {color: green;}
h2.blue {color: darkblue;}
h2.green {color: green;}
h3.blue {color: darkblue;}
h3.green {color: green;}
tr.blue {color: darkblue;}
table {border-collapse: collapse;
       margin-left: auto; margin-right: auto;
       background: white;     
}
td {border: 1px solid #000;
    text-align: center;
    padding: .5em .75em;
}

/* configurações do contato */

fieldset {
	background-color: #f1f1f1;
    width: 500px;
	border: solid 1px #000000;
	border-radius: 10px;
    margin-left: auto; margin-right: auto;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0 10px;
}
fieldset.confirma {
	background-color: #f1f1f1;
    text-align: justify;
    width: 500px;
	border: solid 1px #000000;
	border-radius: 10px;
    margin-left: auto; margin-right: auto;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0 10px;
}
h2.contato { 
    background-color: #800000;
    border: solid 1px #000000;
	border-radius: 10px;
    color: #ffffff;
}
ul.contato {
	background-color: #ffffff;
	border: 1px solid #000000;
    border-radius: 10px;
	list-style: none;
	margin: 12px;
	padding: 12px;
}
li {
	
}

label {
	display: inline-block;
	padding: 3px 6px;
	text-align: right;
	vertical-align: top;
}
.large {
	width: 250px;
}
.enviar {
	background-color: #800000;
	border: 1px solid #000000;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #333;
	cursor: pointer;
	color: #ffffff;
	margin: 12px;
	padding: 8px;
}

nav.lista {
    border: none;
    float: none;
    text-align: center;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0px;
}
lista.dica {
    width: auto;
    height: auto;    
}
nav.recomenda {
    background-color: beige;
    border: solid #E2BA5C;
    border-radius: 10px;
    text-align: center;
    width: 1300px;
    height: auto;
    margin: 0px 40px 0px 20px
    padding: 1px;
}
ul.nav {
    list-style-type: none;
    padding: 0px
}

ul li {
    position: relative;
}
li ul {
    position: absolute;
    left: 150px;
    top: 0;
    display: none;
}

div.caixa {
           background-color: beige;
           text-align: justify;
           text-indent:50px; 
           margin: 30px; 
           padding: 30px;
}
ol.vademecum {
    background-color: aquamarine; 
    font-size:20px; 
    text-align: justify; 
    margin-left:50px; 
    margin-right:auto; 
    font-weight: bold;
    line-height: 2em;    
}
div.video {
    display: inline-block;
    text-align:center;
}
#todoconteudo {
    width: 1366px;
    padding-top: 5px;
    padding-bottom: 5px; 
}
p.right {
    text-align: right;
}

/* configuração da biblioteca */

div.livro {
     background-image: url('imagem/capa.png');
     background-repeat: no-repeat;
     display:inline-block;
     padding: 5px;
     float: left;
     width: 180px;
     height: 261px;
}
button.livro {
    background-color: transparent;
    border: none;
    padding: 25px 20px 30px 30px;
    float: left;
    width: 165px;
    height: 246px;
    font-family: "Times New Roman";
    color: gold;
    letter-spacing: 1px;    
}