body {
	margin:0px;
	padding:0px;
	background-image: url(../images/fondo_home.gif);
	/*background-color: #DADADA;*/
	background-repeat: repeat-x;
	background-position: center top;
}

.fondo_bgleft {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: scroll;
}
	
.fondo_bgright {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}
