div#fondo h1 { margin: 6px 3px; font-weight: bold; text-align: justify; }

table.hotel { border-collapse: collapse; width: 441px; margin: 0px 0px 2px 2px; cursor: pointer; }
table.hotel td.titulo {
	height: 17px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
table.hotel td.titulo a { color: white; font-weight: bold; padding-left:5px;}
table.hotel td.titulo h1, table.hotel td.titulo h2 { font-size: 12px; font-weight: bold; margin: 0px; padding: 0px; }
table.hotel td.estrellas { width: 110px; padding-right: 3px; text-align: right; }
table.hotel td.introduccion { padding-left: 5px; color: black; }
table.hotel td.introduccion p { margin-top: 1px; margin-bottom: 1px; line-height: 1.3;}
table.hotel td.introduccion div.hotel_logo { float: right; margin: 3px; border: 1px solid darkgray; padding: 2px; background-color: white; }
table.hotel td.direccion { padding-left: 5px; color: black; width: 200px; }
table.hotel td.direccion p { margin-top: 1px; margin-bottom: 1px; line-height: 1.3; background-color: transparent; }
table.hotel td.ver_ficha {
	color: black;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	width: 200px;
}
table.hotel td.fondo_lista { color: black; }
table.hotel td.reservar { width: 100px; vertical-align: middle; }
table.hotel td.reservar a {
	display: block;
	width: 98px;
	height: 22px;
	padding-top: 5px;
	background: url(/images/reservar_lista.gif) no-repeat center center;
	text-align: center;
}

table.paginas { border-collapse: collapse; margin: auto; }
table.paginas td { padding: 5px; }
table.paginas td a, table#paginas td a:visited { display: block; color: black; text-decoration: none; }
table.paginas td a:hover { color: #2955b6; text-decoration: none; }
