@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#menutopo UL {
	padding-left: 2px;
	/*display: inline;*/
	height: 5px;
}

#menutopo LI {
	float: left;
	color: #FFF;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 14px;
	display: inline;
}

#menutopo LI a:link, #menutopo LI a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	display:block;
	vertical-align: middle;}

#menutopo LI a:hover{
	color: #000;
	/* [disabled]background-color: #FFF; */
	display: block;
	line-height: 28px;
	width: 100%;
}

#op_bil {
	background-image: url(../img/bilhetes.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 60px;
	background-position: top;
	text-indent: -9999;
	margin-left: 60px;
}
#op_bil:hover {
	background-image: url(../img/bilhetes.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#op_dia {
	background-image: url(../img/diario.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 60px;
	background-position: top;
	text-indent: -9999;
	margin-left: 60px;
}
#op_dia:hover {
	background-image: url(../img/diario.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


#op_inf {
	background-image: url(../img/ajuda.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 60px;
	background-position: top;
	text-indent: -9999;
	margin-left: 60px;
}
#op_inf:hover {
	background-image: url(../img/ajuda.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#op_lot {
	background-image: url(../img/logout.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 60px;
	background-position: top;
	text-indent: -9999;
	margin-left: 60px;
}
#op_lot:hover {
	background-image: url(../img/logout.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



#rodape {
	background-color: #00A1B2;
	height: 45px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F7BB34;

}
#topo {
	height: 220px;
	width: 900px;
	/*background-image: url(../img/topo.jpg);*/
	/*margin-bottom:-18px;*/
}
#principal {
	/* [disabled]background-color: #FBD364; */
	background-image: url(/img/fundo2025.jpg);
}
#caixamenutopo {
	height: 75px;
	width: 900px;
	/* [disabled]background-color: #FBD364; */
	/* [disabled]background-color: #007F9C; */
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: auto;
	padding-top: 15px;
}

#centro {
	/* [disabled]background-color: #FBD364; */
	padding-left: 10px;
	padding-bottom: 10px;

}
.submenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align: left;
	height: 25px;
	width: 900px;
	display: block;
	clear: both;
}
