.fondo {
	background-attachment: fixed;
	background-image: url(../img/fondo_splash.jpg);
	background-repeat:   repeat-x;
	background-color: #4E93BC;
}
.tabla {
	border: 1px solid #DAD8ED;
}
.fndtabla {
	background-attachment: scroll;
	background-image: url(../img/fnd_tabla.jpg);
	background-repeat:   repeat-x;
	border: 1px solid #DAD8ED;

}
.SeparadorTabla {
	border-top: 0px none #DAD8ED;
	border-right: 1px solid #DAD8ED;
	border-bottom: 0px none #DAD8ED;
	border-left: 0px none #DAD8ED;

}
.SepTablaInferior {

	border-top: 0px solid #DAD8ED;
	border-right: 0px none #DAD8ED;
	border-bottom: 1px solid #DAD8ED;
	border-left: 0px none #DAD8ED;
}
