.cab {
	width: 100%;
	vertical-align: middle;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.lat_izquierda {
	overflow: auto;
	position: relative;
	visibility: visible;
	float: left;
	height: auto;
}

.lat_derecha {
	overflow: auto;
	visibility: visible;
	align: right;
	float: right;
	width: auto;
	height: auto;
	text-align: right;
}

#cabecera_izquierda {
	overflow: auto;
	position: relative;
	visibility: visible;
	float: left;
	height: auto;

}

#cabecera_derecha {
	overflow: auto;
	visibility: visible;
	align: right;
	float: right;
	width: auto;
	height: auto;
	display: inline;
}

#subcabecera_izquierda {
	overflow: visible;
	position: relative;
	visibility: visible;
	float: left;
	height: auto;
	top: 3px;
	align: left;
	width: auto;
}

#subcabecera_derecha {
	overflow: visible;
	position: relative;
	visibility: visible;
	align: right;
	float: right;
	height: auto;
	top: 3px;
	display: inline;
}

#cuerpo {
	width: 96%;
	left: 2%;
	top: 0%;
	position: absolute;
	z-index: 101;
}

.lateralIzqd {
	position: absolute;
	height: 100%;
	width: 2%;
	left: 0px;
	top: 0px;
}

.lateralDcho {
	//position: absolute;
	//top: 0%;
	//overflow: hidden;
	//height: 100%;
	//width: 2%;
	//left: 98%;
	overflow: visible;
	position: relative;
	visibility: visible;
	align: right;
	float: right;
	height: 100%;
	top: 0px;
	left: 0px;
	display: inline;
	z-index: 1;
}

.SubPie {
	width: 100%;
	display: block;
}
 
.FondoIzq {
	position: absolute;
	height: 2%;
	width: 2%;
	bottom: 0px;
	left: 0px;
}

.FondoDcha {
	position: absolute;
	height: 2%;
	width: 2%;
	right: 0px;
	bottom: 0px;
}
