.tableTop {
	background-image: url(images/back_tableSup.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	background-position: center;
}
.tableLeft {
	background-image: url(images/back_tableEsq.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff6600;
}
.tableInf {
	background-image: url(images/back_tableInf.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
	background-position: top;
}
.table_topMain {
	background-image: url(images/backformTop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.backInf {
	background-image: url(images/back_inf01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.divEntrada {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}

