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

#arriba{
	background-color:#6a6a6a;
	width:100%;
	height:auto;
	min-height:250px;
	position:absolute;
	top:0%;
}

#medio{
	background-image:url(imagenes/bg.jpg);
	width:100%;
	height:600px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-300px;
}
	

#abajo{
	background-color:#cfcfcf;
	width:100%;
	height:500px;
	position:absolute;
	bottom:0%;
}

body{
	text-align:center;
	margin:0 auto;
	}
	
object{
	outline:none;}
	