table#portada {
	width: 560px;
	height: 460px;
  margin-left: 20px;
  font-family: Arial;
  font-size: 11px;
  text-align: left;
	border: 0px;
	background-image: url(../images/portadas/ocio/fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #989797;
	font-size: 13px;
	font-weight: bold;
}

table#portada td#imagenes {
	height: 64px;
}

table#portada td#titulo {
	padding-top: 20px;
	height: 20px;
	font-size: 15px;
	font-style: italic;
}

table#enlaces td {
	width: 160px;
	border: 1px solid #E1E1E9;
	color: #CDCDCD;
	background-color: #FFFFFF;
	height: 16px;
}

table#enlaces td#espacio {
	border: 0px;
	width: 50px;
}

table#enlaces a {
	display: block;
	color: #979797;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
	height: 22px;
	background:none;
	
}

table#enlaces a:hover {
	background-image: url(../images/portadas/ocio/rollover.gif);
	color: #FFFFFF;
	height: 22px;
}

table#enlaces div {
	padding-top: 4px;
	padding-left: 5px;
	height: 21px;
}