/* CSS Document */
.body_1 {
	margin: 0px;
	overflow:hidden;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../_imagenes/bg.gif);
	background-color: #818181;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #818181;
		background-repeat: repeat;
		background-position: left top;
		background-image: url(../_imagenes/bg.gif);
	}
