/*===========================
Adicional
===========================*/

h1 { 
	text-align:center; 
}

#geral { 
	font:70% Tahoma;
}

/* ==========================  
Menu
========================== */

body {
	padding:0px;
	margin:0px;
	background-color:#183274;
}

#menu ul {
  padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	background-color:#EDEDED;
	list-style:none;
	font:100% Tahoma;
}

#menu ul li { 
	display: inline; 
}
	
#menu ul li a {
	padding: 2px 29px;
	float:left;
/* visual do link */
	background-color:#F0F2EA;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
}
		
#menu ul li a:hover {
	background-color:#D6D6D6;
	color: #0000ff;
	border-bottom:3px solid #5176E7;
}

/* ==========================  
Layout
========================== */

#geral {
	font:10pt Tahoma;
	width:738px;
	top:0%;
	background-color:#EEEDED;
	margin-left: -50px;
	margin-right: -50px;
	left: 18%;
	position: absolute;
	height: 562px;
}
	
#esquerda{
	width:100px;
}

#direita { 
	width:200px;
}

img.imagem{
	border-width: 0px;
}

#esquerda { 
	height:100%;
	float:left;
	text-align: center;
}

#direita { 
	float:right;
	/*Formato texto*/
	font:9pt Tahoma;
	color: #5176E7;
}

#conteudo {
	text-align: justify;
	top:120px;
	/*Formato texto*/
	font:11pt Tahoma;
	color: #5176E7;
	background-color:#E8E6E6;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	left: 102px;
	/*overflow: scroll;*/
	height: 442px;
	width: 414px;
}

#cima {
	text-align: center;
	width:738px;
	Height: 120px;	
	background-image:url('../img/biblioteca.jpg');
}

#topo{
	width :738px;
	height: 3px;
	background-color:#5176E7;
}

#copyright{
	position:absolute;
	top:100%;
	font-size: 80%;
	color: #5176E7;
	left: 340px;
	margin-left: 250px;
}

/*====================== 
tipo span
========================*/

.fontColor{
	color: rgb(128, 0, 64); 
}

.font01{
	font:10pt Tahoma;
	color: #5176E7;
	text-decoration: none;
	/*font-weight: bold*/
}

span.font02{
	font-family: Tahoma; 
	color: rgb(128, 0, 64); 
	font-size: 9pt;
}

span.font03{
	font-family: Tahoma;
	color: rgb(0, 64, 128); 
	font-size: 9pt;
}

span.font04{
	font-family: Tahoma; 
	color: rgb(128, 255, 255); 
	font-size: 9pt;
}

/*=================================
formata link
=================================*/
a.one:link {color: #0000ff}
a.one:visited {color: #0000ff}
a.one:hover {color: #0000ff}
