body {
	background: #fff;
	margin: 0px;
	font-size:8pt;
	background-color: #FFF;
}

.buttonStyle {
	font-family: Arial;
	font-size: 9pt;
	padding: 0px 8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-style: solid;
	border: 1px #ff0000 solid;
	background: #ddd url(rojo.png) repeat-x scroll left top;
	background-color: #ddd; /* color de fondo botones*/
}

.headingStyle {
	font-size: 28px;
	text-align: center;
	color: #000;
	font-family: Arial;
	background: #fff; /* color del fondo titulo*/
	height: 50px;
	font-weight: bold;
}

.menubarStyle {
	background: #fff; /* color de fondo de los botones*/
	padding: 5px;
	border-top: 1px solid #aba899;
	border-bottom: 1px solid #aba899;
	text-align: left;
}

.mainTable {
  background: #ffffff;
  width: 98%;
  border: 0px solid #ccc; /* contorno general color */
}

.canvasStyle {
	width: 100%;
	height:500px;  /* color marco mapa*/
}

.tableCanvasStyle {
  width: 98%;
  overflow-y: scroll;
  height: 500px;
}
