.center {
	position: absolute;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-top: -250px;


    width: 800px;
	margin-left: -400px;

}

.container {
	height: 470px;
	width: 800px;
	float: left;
	
}

.container_intro {
	height: 440px;
	width: 800px;
	float: left;
	text-align: center;
	vertical-align: middle;
	
}



.skipintro {
	height: 30px;
	width: 800px;
	float: left;
	clear: none;	
}

.main {
	height: 500px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/fons_degrad.jpg);
	background-repeat: repeat-x;
}
.menu {
	height: 30px;
	width: 550px;
	float: left;
	clear: none;
	text-align: left;
}

.flashPlayer {
	height: 22px;
	width: 247px;
	float: left;
	clear: none;
	padding-top: 8px;
	text-align: right;
}


.inferior {
	height: 100px;
	width: 100%;
	float: left;
}
.content {
	height: 470px;
	width: 100%;
	float: left;
}
.esq {
	height: 370px;
	width: 200px;
	float: left;
	background-image: url(images/bus_esq.jpg);
	background-repeat: no-repeat;
	}
	
.dret {
	height: 370px;
	width: 600px;
	float: left;
}
