{literal}
* {
	font-family: arial;
}
body,html {
	margin:0;padding:0;
	width: 100%;
	height: 100%;
}
 #logo {
	vertical-align: bottom;
	background-image: url(../img/topleft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 216px;
	height: 216px;
	font-size: 90%;
	padding-bottom: 5px;
 }
 .hdrbg {
	background-image: url(../img/hdr-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FEFFCC;
 }
 .mnutop {
	display: block;
	float: left;
	width: 156px;
	height: 28px;
	background-image: url(../img/mnutopbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 7px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mnuleft {
	display: block;
	width: 180px;
	height: 32px;
	background-image: url(../img/menuleftbgoff.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 7px;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 12px;
}
.mnuleft:hover {
	background-image: url(../img/menuleftbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
table,tr,td {
	margin: 0;
	padding: 0;
	cellspacing: 0;
	border-collapse: collapse;
}
.mesinfo {
	display: block;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
	font-size:smaller;
	font-weight:bold;
}

#paginador {
	background-color: #f93;
	text-transform: uppercase;
	padding: 5px;
}
{/literal}