#conteudo {
    position: relative;
    left: 157px;
    width: 468px;
}

#conteudo h1 {
    font-size: 200%;
    color: #f30013;
    margin-top: 15px;
    margin-bottom: 30px;
}

#conteudo > h1 {
    margin-top: 50px;
}

#conteudo h2 {
    font-size: 140%;
    margin-bottom: 30px;
    background-color: #771453;
    color: #eef;
    padding: 4px 0 4px 10px;
}

#conteudo h3 {
    font-size: 120%;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #c30055;
}

#conteudo h4 {
    font-size: 140%;
    margin-bottom: 30px;
    color: #c30055;
}

#conteudo h5 {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0 15px 0;
    color: #c30055;
}

#conteudo h6 {
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0 15px -10px;
    color: red;
}

/*#capa h2 {
    font-size: 120%;
    padding: 4px 4px 4px 14px;
    color: #fee;
    background-color: #e30013;
    margin-bottom: 15px;
}

#capa div {
    margin-bottom: 30px;
    width: 220px;
    float: left;
}

#capa div p {
    margin-right: 0;
}

#ferramentas, #configuracao {
    height: 133px;
}

#configuracao, #aspa, #contato {
    margin-left: 27px;
}

#capa div p {
    padding: 0 4px 0 14px;
}

#capa div ul {
    margin-top: 10px;
    padding: 0 4px 0 14px;
} */

#capa #destaque {
    margin: 0 0 20px 0;
    /*padding: 20px 0 20px 0;*/
/*    border-top: 5px solid #771453;
    border-bottom: 5px solid #771453;*/
    text-align: center;
}

#capa #destaque li {
    display: inline;
}

#capa #destaque img {
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

#capa #link {
    margin: 0 30px 30px 50px;
}

#capa #link li {
    margin-top: 0.7em;
    list-style-type: circle;
}

#foto {
    position: absolute;
    top: 20px;
    left: 40px;
}

#livros {
/*    text-align: center;*/
    margin-bottom: 100px;
    position: relative;
}

.livro, .livro_hover_ie {
    height: 140px;
    display: inline;
    /*clear: both;*/
}

.livro img, .livro_hover_ie img {
    height: 140px;
    margin: 0 8px 0 8px;
}

.livro div {
    display: none;
    /*clear: right;*/
}

.livro_hover_ie div p {
    margin: 0;
    padding: 0;
    width: 421px;
}

.livro:hover div, .livro_hover_ie div {
    display: inline;
    padding: 20px;
    text-align: left;
    position: absolute;
    top: 140px;
    left: 4px;
    width: 421px;
    background-color: #ced;
}

.livro_hover_ie div {
    left: 0px;
}

.nota {
    clear: both;
    color: red;
    margin: 30px 30px 40px 10px;
    font-weight: bold;
}

.nota_centro {
    text-align: center;
    color: red;
    margin: 10px 30px 20px 10px;
    font-weight: bold;
}

.principal {
    font-size: 100%;
    margin: 20px 40px 30px 40px;
}

.principal li {
    list-style-type: circle;
    margin-bottom: 1.5em;
    text-align:justify;
}

.principal label {
   font-weight: bold;
}

.secundario {
    margin: 10px 10px 10px 30px;
}

.secundario li {
    list-style-type: square;
    margin-bottom: 0.4em;
}

.info {
    margin-bottom: 30px;
}

.info .tel, .info .fax {
    font-weight: bold;
}

.info .tel {
    margin-top: 8px;
}

#livros_public .capa_texto {
	height:165px;
	width:468px;
	margin-bottom:10px;
}

#livros_public .capa {
	float:left;
	width:116px;
	text-align:right;
}

#livros_public .texto {
	float:right;
	width:342px;
	margin-left:10px;
	text-align:justify;
}


