body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1024px;
	height: 770px;
	background-color: #F1EAD4;
}
.contenedor
{
	width: 1024px;
	float: none;
	height: 770px;
}
.flash
{
	width: 1024px;
	float: none;
	height: 500px;
}

.inferior
{
	width: 1024px;
	float: none;
	height: 50px;
	margin-top: 100px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
