body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

table td {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	padding: 0;
}

#contenedor {
	position: relative;
	width: 990px;
	height: 547px;
	background-image: url(../imagenes/fondoinicio.jpg);
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 71px;
	left: 232px;
	width: 528px;
	height: 151px;
}

#central {
	position: absolute;
	top: 248px;
	left: 0;
	width: 990px;
	height: 148px;
	overflow: hidden;
	background-image: url(../imagenes/fondoanim-trans.png);
}

#central_anim {
 position: relative;
 width: 3960px;
 height: 148px;
 overflow: hidden;
}

#central img {
	border: 2px solid #ffffff;
	margin: 6px 1px;
	padding: 0;
}

#entrada {
	position: absolute;
	top: 426px;
	left: 234px;
	width: 515px;
	height: 34px;
}

#entrada img, #entrada a {
	border: 0;
	text-decoration: none;
}