@charset "utf-8";
/* CSS Document */

#contenedor {
	position:relative;
	width:950px;
	height:570px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: visible;
	margin: auto;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}
body {
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}

#flashhome {
	position:absolute;
	width:952px;
	height:115px;
	z-index:1;
}
