@charset "UTF-8";

/* links */

a:link {
	text-decoration: none;
	border: 0;
	outline: 0;
}
a:visited {
	text-decoration: none;
	border: 0;
	outline: 0;
}
a:hover {
	text-decoration: none;
	border: 0;
	outline: 0;
}
a:active {
	text-decoration: none;
	border: 0;
	outline: 0;
}
/*******************************************/

/* class*/
.texto_personalizacao {font-size: 14px; color: #6d6e70; font-weight: bold; outline: 0; }
.linha {font-size: 6px; color: #6d6e70; outline: 0; }
.legenda {font-size: 9px; color: #8e1227; outline: 0; }
/*******************************************/

#info_livro {
	position:absolute;
	left:0px;
	top:320px;
	width:193px;
	height:434px;
	background-color: #F2787D;
	z-index: 12;
	outline: 0;
}

#tudo {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
	min-width: 900px;
	max-width: 1400px;
	min-height: 600px;
	max-height: auto;
}
#conteudo {
	position:absolute;
	left:194px;
	top:141px;
	width:830px;
	height:613px;
	clear: both;
	float: none;
	z-index:5;
	border: 0;
	padding: 0;
	outline: 0;
}

