body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: url(../imagens/background.jpg) top center repeat-x;
}

a, a:link, a:visited, a:active{
	color:inherit;
	text-decoration:none;
}
img{
	border:none;
}

/* Menu */
.bg-menu{ background: url(../imagens/bg-menu.png) top center no-repeat; }

.menu{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2C406B;
}

.menu:hover{ 
	background: url(../imagens/hover.png) -5px 20px  no-repeat;
	font-weight:bold;
}

/* Menu */

/*************/

/* Conteúdo em Geral */
.titulos{
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #2C406B;
}
.textos{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666;
}
.titulos-chamada{
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #FFFFFF;
}
.textos-chamada{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}
.chamada{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #2C406B;
}
/* Conteúdo em Geral */

/*************/
/* Rodapé */
.titulo-rodape{
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FFFFFF;
}
.texto-rodape{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.rodape{
	font-family: "Open Sans", serif;
	font-size:12px;
	color:#FFFFFF;
}
/* Rodapé */

/*************/

/* Banner */
#area-banner{
	position:relative;
	width:918px;
	height:393px;
	background: url(../imagens/bg-banner.png) center center no-repeat;
}

#banner{
	position:absolute;
	z-index:1;
	top:5px;
	left:5px;
	width:906px;
	height:381px;
	overflow:hidden;
	float:left;
}


/* Banner */
