@charset "UTF-8";
/* CSS Document */

a:link {
	color:#AE0000;
	text-decoration: none;
	font-weight: semi-bold;
}
a:visited {
	text-decoration: none;
	color:#AE0000;
	font-weight: semi-bold;
}
a:hover {
	text-decoration: none;
	color:#FFA6A6;
	font-weight: semi-bold;
}
a:active {
	text-decoration: none;
	font-weight: semi-bold;
	
}
.style2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	text-height: 20px;
	text-align: left;
    margin-bottom:6px
}
.titulo {
	font-family: 'Poppins';
	font-weight:bolder;
	color:#FFF;
	font-size: 30px;
	margin-top: -60px;
	margin-left:220px;
}
.Texto {
	font-family: 'Cantarell', sans-serif;
	color:#333;
	font-size: 14px;
}
.Texto_a {
	font-family: 'Poppins';
	font-weight:500;
	color:#AE0000;
	font-size: 16px;
}
.Texto_livro {
	font-family: 'Poppins';
	font-size: 24px;
	font-style: normal;
	color: #CC9966;
	text-decoration: none;
	text-align: left;
}

.caixa {
	border: 0;
	margin: 0px;
	width: 800px;
}

.caixa2 {
	border: 0;
	margin: 0px;
	width: 800px;
	max-height: 50px;
}
.versalete{
	font-size: 11.0px;
}
.versalete-title{
	font-size: 13px;
	font-weight:600;
}
.link_branco{
	color: #FFFFFF;
	
}
.link_branco:hover{
	color: #CCCCCC;
	
}
.estante{
	font-family: 'Poppins';
	color:#FFF;
	font-weight:bold;
	letter-spacing: 8px;

}
.cabecalho{
	background-color:#666;
	height:120px;
	width: 150%;
	position:fixed;
	margin-top: -50px;
	margin-left: -50px;
	margin-right: -50px;
}
img{
	margin-top: 30px;
	margin-left:105px;
}