/* GERAL */

* {
	
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/fundo.jpg);
	background-color: #DEE5ED;
	background-repeat: repeat-x;
}
#tudo {
	width:780px;
	margin:0 auto;
}

#texto_interno {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#696969;
	margin-right:10px;
	float:left;
	display:inline;
}
.videos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	width:200px;
	margin-right:40px;
	color:#696969;
	float:left;
	display:inline;
}
.livros {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	width:480px;
	color:#696969;
	float:left;
}

/********************
Menu
********************/
#menu {
	width:232px;
	margin-left:10px;
	vertical-align:top;
	font-size:12px;
	color:#696969;
}
#menu li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #696969;
	font-size: 11px;
	height: 29px;
	overflow: hidden;
}

#menu li a {
	color: #3a79aa;
	font-size: 1.1em;
	font-weight:bold;
	display: block;
	width: 202px;
	height: 22px;
	padding: 6px 0px 0px 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left;
}

#menu li a:hover {
	color: #1b4668;
	background-position: right;
}

#menu li .menu { background-image: url(../imagens/menu.png);border-bottom:1px solid #ccc; }
	
/* CAPA */

#principal {
	width:759px;
	background-color:#FFFFFF;
	float:left;
	display:inline;
	margin-left: 10px;
}
#aguia {
	position:relative;
	width:273px;
	z-index:1;
	height:175px;
	top:0px;
	background-image:url(../imagens/aguia.jpg);
	left:75%;

}
#left {
	width:262px;
	display:inline;
	float:left;
}
#right {
	width:497px;
	display:inline;
	float:left;
}
#login {
	height:120px;
	width:212px;
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	vertical-align:top;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#696969;
}
.selos {
	width:212px;
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	vertical-align:top;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#696969;
}
#destaque {
	height:110px;
	width:485px;
	margin-bottom:15px;
	border:1px solid #8e8e8e;
	color:#696969;
	display:inline;
	float:left;
}
.noticia_capa {
	width:200px;
	float:left;
}
.boxLivros {
	width:72px;
	margin-top:10px;
	margin-right:22px;
	margin-left:22px;
	display:inline;
	float:left;
}
.boxQuadro {
	width:65px;
	height:94px;
	background:#FFFFFF;
	padding: 0px 0px 3px 0px;
	border: 1px solid #efe9c7;
	display:inline;
	float:left;
	cursor:pointer;
}
.boxQuadrohover {
	width:65px;
	height:94px;
	background:#FFFFFF;
	padding: 0px 0px 3px 0px;
	border: 1px solid #b7a95a;
	display:inline;
	float:left;
	cursor:pointer;
}
.boxDetalhes {
	width:72px;
	height:18px;
	margin: 8px 0px 0px 0px;
	display:inline;
	float:left;
	background-image:url(../imagens/btn_detalhes.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.boxDetalheshover {
	width:72px;
	height:18px;
	margin: 8px 0px 0px 0px;
	display:inline;
	float:left;
	background-image:url(../imagens/btn_detalhes_over.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#livros {
	height:165px;
	width:475px;
	padding-top:5px;
	padding-left:10px;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#696969;
	display:inline;
	background-color:#FAFAE4;
	border:1px solid #F0EACE;
	margin-bottom:15px;
	float:left;
}
#agenda {
	width:220px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	margin-right:20px;
	color:#696969;
	display:inline;
	float:left;
}
.linha {
	background:#e9e9e9;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
	
}
#autor {
	width:247px;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#696969;
	display:inline;
	float:left;
}
#informativos {
	width:247px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:15px;
	line-height:18px;
	color:#696969;
	display:inline;
	float:left;
}
.boxNews {
	height:22px;
	display:inline;
	float:left;
}
.boxCampo {
	height:22px;
	display:inline;
	margin-bottom:5px;
	float:left;
}

/* TOPO */

#topo {	
	height:175px;
	width:780px;
	margin:0 auto;
	background-image:url(../imagens/topo.jpg);
	float:left;
	display:inline;
}

/* RODAPÉ */
#rodape {
	width:760px;
	height:54px;
	margin:0 auto;
	float:left;
	display:inline;
	
}
#rodape_credito {
	padding-top:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#404040;
	float:right;
}

/* FORM */

.input {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:12px; 
	color: #696969;
	padding-left: 5px;
	padding-top: 1px;
	background-color:#FFFFFF;
	border: #d0d9e4 solid 1px;
}
.inputhover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
	padding-left: 5px;
	padding-top: 1px;
	color: #404040;
	background-color:#FFFFFF;
	border: #97acc6 solid 1px;
}

/* FONTES */

.laranjaTitulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #de7300;
	text-decoration:none;
	line-height:18px;
}
.laranjaTitulo:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#de7300;
	line-height:18px;
}
.preto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #696969;
	text-decoration:none;
	line-height:20px;
}
.preto:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #696969;
	text-decoration:none;
	line-height:20px;
}
.cinza {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #B6B6B6;
	text-decoration:underline;
}
.cinza:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #B6B6B6;
	text-decoration:none;
}
.azul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #3a79aa;
	text-decoration:none;
}
.azul:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #275274;
	text-decoration:none;
}

.imgbiografia{
	border:#d9d9d9 1px solid;
	margin-right: 5px;
	padding:7px;
}
