#subhotelcnt { 
	position: relative;
	
	}

#subhotel { 
	width: 125px;
	position: absolute;
	left: 0px;
	top: 23px;
	background: #918f80;
	padding: 0;
	margin: 0;
	display: none;
	text-align: center;
	}
#subhotel:hover { 
	display: block;
	}
 
#subhotel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subhotel ul li {
	padding: 3px;
	padding-left: 5px;
	}
	
.direccion{
	color:#FFF !important;
}