* {margin: 0px; padding: 0px;} /* para todo o layout*/
/*--------------------------------------------------------*/
body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin:10px 0;
}
p{
	line-height: 16px;
	padding-bottom: 5px;
}
a	{
	color: #8B8B8B;
	text-decoration: none;
	font-weight: bold;
}	
a:hover {
	color:#F6F6F6;
	text-decoration:none;
}	
h1	{
	color: #494949;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-bottom:5px;
	border-bottom: 2px solid #EBEBD8;
	}
h4{
	font-size:13px;
	color: #5C5C5C;
	padding-right: 5px;
	padding-left: 5px;
	}
h5{
	font-size:13px;
	color: #5F5F5F;
	padding-right: 5px;
	display: block;
	margin-left: 120px;
	}	
	
#geral{
	width: 778px;
	text-align: center;
	margin: 0px;
	background:#fff url(../img/borda_esq.jpg) repeat-y left top;
	margin:auto;
	}
#capa{
	text-align: center;
	background: #B7B7B7 url(../img/fundo_capa.gif) repeat center center;
	margin: 0px;
	padding: 0px;
	}	
/*----------------------------*/
/* Topo */
/*----------------------------*/	
#topo{
	background: #333 url(../img/topo.jpg) no-repeat 45px center;
	text-align: center;
	width: 778px;
	height: 40px;
	border-bottom: 5px solid #CDCDCD;
	margin:auto;
	}
/*----------------------------*/
/* Titulo */
/*----------------------------*/	
#titulo {
	float: left;
	width: 540px;
	text-align: center;
	background-image: url(../img/titulo.jpg);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	height: 80px;
	}

/*----------------------------*/
/* Menu */
/*----------------------------*/		
#menu {
	list-style: none;
}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
	text-align: left;
}
#menu li{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#menu li a {
	font: normal 11px verdana, arial, tahoma, sans-serif;
	color: #495677;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid #495677;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	float: left;
	
	}
#menu li a:hover {
	color: #000;
	background-color: #F5F5F5;
	}

/*------------------------conteudo--------------------*/
#col_esq {
	width:558px;
	float: left;
	padding-left: 20px;
	
	}
#conteudo_esq {
	float: left;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 25px;
	width: 488px;
	}	
	
#col_dir {
	width:200px;
	text-align: center;
	float: left;
	}
/*----------------------------*/
/* Chamadas */
/*----------------------------*/	
.chamadas{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	}		
.chamadas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: block;
	margin-left: 120px;
}
.chamadasfotos {
	display: block;
	float: left;
	padding: 5px;
	background-color: #EBEBD8;
	margin-right: 5px;
}	
.chamadas a span {
	display:none;
	}
.chamadas a:hover span {
	color: #000;
	background-color: #F5F5F5;
	display: block;
	width: 300px;
	padding: 5px;
	font-size: 11px;
	border:1px solid #B7B7B7;
	text-align:center;
	top: 180px;
	position: absolute;
	font-weight: normal;
}
	
/*----------------------------*/
/* Autores */
/*----------------------------*/	
.autores{
	float: left;
	width: 224px;
	border: 10px solid #F1F1F1;
	}		
.autores p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: block;
	text-align: left;
}
.autoresfotos {
	display: block;
	float: left;
	padding: 5px;
}	
.autores a span {
	display:none;
	font-weight: normal;
	}
.autores a:hover span {
	color: #000;
	background-color: #F5F5F5;
	display: block;
	width: 300px;
	padding: 5px;
	font-size: 11px;
	border:1px solid #B7B7B7;
	text-align:justify;
	top: 150px;
	position: absolute;
}
/*----------------------------*/
/* Rodapé */
/*----------------------------*/	
#rodape		{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 5px solid #CDCDCD;
}
