@charset "utf-8";
.td_top_left {
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body {
	background-color: #FFFFFF;
}.td_top_center {
	background-color: #FFF;
}
.td_top_right {
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.td_btm_left {
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.td_btm_right {
	background-image: url(../images/fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

