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: 68px;
	left: 316px;
	width: 358px;
	height: 102px;
}

#central {
	position: absolute;
	top: 206px;
	left: 23px;
	height: 229px;
	overflow: hidden;
}

#central p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#central p a {
	color: #ffffff;
	text-decoration: none;
}

#central1, #central2, #central3 {
	position: relative;
	background-repeat: no-repeat;
	width: 291px;
	height: 229px;
	margin: 0 12px;
	float: left;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

#central1 {
	background-image: url(../imagenes/fondo1-trans.png);
}

#central2 {
	background-image: url(../imagenes/fondo2-trans.png);
}

#central3 {
	background-image: url(../imagenes/fondo3-trans.png);
}

#fotos1, #fotos2, #fotos3 {
	position: absolute;
	bottom: 15px;
	left: 16px;
	width: 260px;
	height: 142px;
	overflow: hidden;
}

#fotos1 img, #fotos2 img, #fotos3 img {
	border: 2px solid #ffffff;
	width: 256px;
	height: 138px;
	top: 0;
	right: 0;
}
