@charset "UTF-8";
/* CSS Document */

#categoria{
	float:left;
	height:30px;
	width:60px;
	background-color:#b2a8cd;
	margin-bottom:-10px;
}

#hotel{
	float:left;
	line-height:30px;
	width:240px;
	border-left:1px solid white;
	background:#e7e5f3;
	margin:0px;
}

#txt{
	float:left;
	line-height:20px;
	width:60px;
	background:#999999;
	text-align:center;
	COLOR:WHITE;
	font-size:0.9em;
	font-weight:bold;
}

#txt2{
	float:left;
	line-height:20px;
	width:240px;
	background:#999999;
	text-align:center;
	COLOR:WHITE;
	font-size:0.9em;
	font-weight:bold;
	border-left:1px solid white;
}

#txt3{
	float:left;
	line-height:20px;
	width:40px;
	background:#999999;
	text-align:center;
	COLOR:WHITE;
	font-size:0.9em;
	font-weight:bold;
		border-left:1px solid white;

}



#noinfo{
	float:left;
	width:40px;
	height:30px;
	border-left:1px solid white;
	background:#d3cedf url(img/icon-aspa.png) 13px center no-repeat;
	margin:0px;
}

a.book, a.book:visited{
	display:block;
	float:left;
	width:60px;
	height:50px;
	border-left:1px solid white;
	background:#d3cedf url(img/icon-book.png) 15px center no-repeat;
	margin:0px;
}

a.book:hover {
	background:#c3bfbf url(img/icon-book.png) 15px center no-repeat;
}



a.moreinfo, a.moreinfo:visited {
	display:block;
	float:left;
	height:50px;
	width:60px;
	border-left:1px solid white;
	background:#d3cedf url(img/icon-pdf.png) 12px center no-repeat;
}

a.moreinfo:hover {
	background:#9f8db2  url(img/icon-pdf.png) 12px center no-repeat;
}

a.map, a.map:visited {
	display:block;
	float:left;
	height:50px;
	width:60px;
	border-left:1px solid white;
	background:#d3cedf url(img/icon-map.png) 12px center no-repeat;
}

a.map:hover {
	background:#9f8db2 url(img/icon-map.png) 12px center no-repeat;
}

.clear{
	clear:both;
	height:2px;
	padding:0px;
}

