@charset "utf-8";
/* CSS Document */
/* menu principal */
.select-menu   
{
	display:block;
	float:left;
	font-weight:bold;
	height: 45px;
	padding-top: 40px;
	width: 250px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/set_menu1.jpg);
	background-position: 230px 33px;
	background-repeat: no-repeat;
	line-height: 43px;
	padding-bottom: 20px;
	text-decoration: none;
	color: #FFF;
}

/****************** MENU **********************/
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:45px;
	font-size:15px;
	font-weight:bold;
	top: 25px;
	background-image: url(../images/bar_menu.jpg);
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height: 45px;
}

	
ul#menu li a
{
	display:block;
	float:left;
	color:#8e929d;
	text-decoration:none;
	font-weight:bold;
	height: 45px;
	padding-top: 15px;
	width: 250px;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/set_menu2.jpg);
	background-position: 230px 20px;
	background-repeat: no-repeat;
}
	
ul#menu li a:hover
{
	color:#FFF;
	height:57px;
	background-image: url(../images/set_menu3.jpg);
	background-repeat: no-repeat;
	background-position: 230px 20px;
	text-decoration: underline;
}


/* ---*/
#principal {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/fundobg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}

#principal #topo img {
	margin-left: 435px;
	margin-top: 15px;
}

#rodape{
	min-height: 87px;
	position:relative;
	z-index: 10;
	width: 1000px;
	min-width: 10px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
	background-image: url(../images/rodape2.jpg);
	color: #871518;
	line-height: 15px;
}
.rodape_logo1 {
	width:auto;
	height:auto;
}
.rodape_logo2 {
	width:670px;
	height: 20px;
	margin-left: 200px;
	margin-top: -90px;
	text-align: left;
}
.rodape_logo3 {
	width:auto;
	height:auto;
	float: right;
	margin-top: -72px;
}

