.contenedor_general {
	position: absolute;
	top: 50%;
	left:50%;
	width: 800px;
	height: 470px;
	margin-top: -235px;
	margin-left:-400px;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
}
.contenedor_pagina {
	height: 100%;
	width: 80%;
	margin:auto;
	
}
.pie {
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 40px;
	background-color: #FFFFFF;
}

.contenedor {
	height: 470px;
	width: 800px;
}
body {
	margin: 0px;
	height: 100px;
}
.contenedor-flash {
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.contenedor-tapa {
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #CCCCCC;
}
.contenedor-texto {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: #CCCCCC;
	display: none;
}

.pie {
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 40px;
	background-color: #FFFFFF;
}
