@CHARSET "UTF-8";

html, body{
	padding-top: 32px;
	font-family: Arial, Verdana;
	background: #fff url("img/bkg.jpg") repeat-x top;
}

/*

	TEXTO

*/

.txt{
	color: #333;
}

.txt h1{

	color: #202f5c;
	font-size: 20px;
	font-family: Geneva, Verdana, Arial;
	font-weight: bold;
	
}

.txt h2{

	color: #202f5c;
	font-size: 16px;
	font-family: Geneva, Verdana, Arial;
	font-weight: bold;
	
}

.txt h2 a{
	text-decoration: none;
}

.mapa{

	padding-bottom: 50px;
	
}

/*

	DESTAQUE

*/

.atalhos{
	text-align: center;
}

.destaque{
	width: 170px;
	padding-left: 10px;
}

.destaque h2{
	color: #999;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.destaque p{
	color: #999;
	text-align: left;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	word-spacing: 2px;
}

.icone{
	background: url("img/fundo_ico.gif") no-repeat top;
	width: 187px;
}

.icone img{
	padding: 8px;
}

/*

	MIOLO

*/

.miolo{
	padding-top: 20px;
	padding-bottom: 20px;
}

/*

	RODAPE

*/

.rodape{
	
	background: #fff url("img/rodape.jpg") no-repeat;
	height: 31px;
	
	color: #fff;
	line-height: 31px;
	font-size: 10px;
	
	padding-left: 30px;

}

.reflexo{
	background: #fff url("img/reflexo.jpg") no-repeat;
	height: 28px;	
}

/*

	HEADER

*/

.header{
	height: 108px;
	background: url("img/header.jpg") no-repeat;
}

.header #data{
	color: #fff;
	position: relative;
	top: 70px;
	text-align: center;
	width: 230px;
}

.logo{
	padding-left: 30px;
	padding-bottom: 10px;
}

/*

	MENU

*/

.menu{
	height: 52px;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li{
	float: left;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	line-height: 52px;
}

.menu li a{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 80px;
	text-align:center;
}

.menu li a:hover{
	color: #09F;
}