/* MENU */
.tbl {
	float: left;
	text-align: center;
	width: 100%;
	background: url(../img/bgbot.jpg) center center no-repeat;
	margin: 0;
	padding: 0;
}

.tblSep {
	width: 0;
}

.btnLeft {
	width: 0;
}

.btnLeftHL {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center no-repeat;
}

.btnMain {
	font-family: Courier;
	font-size: 10 px;
	font-weight: Bold;
	color: #f0e2bc;
	text-align: Center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btnMain a {
	color: #FFFFFF;
	text-decoration: None;
}

.btnMainHL {
	font-family: courier;
	font-size: 10px;
	font-weight: Bold;
	color: #f0e2bc;
	text-align: Center;
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 6px; /*shift text down 1px for selected and active item*/
	background: black url(../img/bgbot1.jpg) center center repeat-x;
}

.btnMainHL a {
	color: #FFFFFF;
	text-decoration: None;
}

.btnRight {
	width: 0;
	border-right: 1px solid #FFF;
}

.btnRightHL {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center repeat-x;
	border-right: 1px solid #FFF;
}

.btnRightPatch {
	width: 0;
}

.btnRightHLPatch {
	width: 0;
	background: black url(../img/bgbot1.jpg) center center repeat-x;
}
/* END MENU */

#menudelaizquierda {
	position: absolute;
	top: 375px;
	left: 91px;
	width: 45px;
	height: 371px;
	display: inline;

}

#menudeladerecha {
	position: absolute;
	top: 410px;
	left: 1215px;
	width: 44px;
	height: 121px;
	

}