.fizq {
	background-image: url(img/fizq.png);
	background-repeat:  repeat-y;
	background-position: right;
}
.foncab {
	background-image: url(img/cab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fder {
	background-image: url(img/fder.png);
	background-repeat:  repeat-y;
	background-position: left;
}

.fconte1 {
	background-image: url(img/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fconte2 {
	background-image: url(img/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

.tablas {
	border: thin solid #E8E8E8;
	background-color: #E8E8E8;
}

