/* CSS Document */

 Estilos para la barra 

			table.btnTbl {
				font-size: 12px;
				font-weight: normal;
				font-family: Trebuchet MS, Arial, MS Sans Serif;
				color: #FFFFFF;
			}
			table.btnTbl td.flat {
				color: #2E58B2;
				padding: 0px 6px;
			}
			table.btnTbl td.over {
				color: #000F9D;
				padding: 0px 6px;
				cursor: pointer;
				cursor: hand;
			}
			table.btnTbl td.over img.flat {
				display: none;
			}
			table.btnTbl td.flat img.over {
				display: none;
			}
			tr.menuBar {
				font-size: 12px;
				font-weight: nornal;
				font-family: Trebuchet MS, Arial, MS Sans Serif;
			}
			tr.menuBar td.bar {
				color: #2E58B2;
				padding: 2px 6px;
				font-weight: normal;
			}
		
			table.over {
				font-size: 10px;
				font-weight: normal;
				font-family: Trebuchet MS, Arial, MS Sans Serif;
				color: #000F9D;
				cursor: pointer;
				cursor: hand;
			}
			table.flat {
				font-size: 10px;
				font-weight: normal;
				font-family: Trebuchet MS, Arial, MS Sans Serif;
				color: #2E58B2;
			}
			table.flat td.left {	
				width: 15px;
				height: 24px;
				background-repeat: no-repeat;
				background-image:url(images/btnLeft.png);
				background-position:left top;
			}
			table.flat td.right {	
				width: 15px;
				height: 24px;
				background-repeat: no-repeat;
				background-image:url(images/btnRight.png);
				background-position:left top;
			}
			table.flat td.center {	
				background-image:url(images/btnCenter.png);
				background-repeat:repeat-x;
				background-position:left top;
			}
			table.over td.left {	
				width: 15px;
				height: 24px;
				background-repeat: no-repeat;
				background-image:url(images/btnLeftOv.png);
				background-position:left top;
			}
			table.over td.right {	
				width: 15px;
				height: 24px;
				background-repeat: no-repeat;
				background-image:url(images/btnRightOv.png);
				background-position:left top;
			}
			table.over td.center {	
				background-image:url(images/btnCenterOv.png);
				background-repeat:repeat-x;
				background-position:left top;
			}

