/* CSS Document */

/* Iconos de la ficha de hotel */
#contLegend img{
	border:0px;
	display:block;
}

.contLogo{
	display:block;
	float:left;
	padding:3px;
}

a.tooltip {
	position: relative;
	text-decoration: none;
}

a.tooltip:hover {
	z-index:999; 
	background-color:#FFF;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block; 
	position: absolute; 
	top:1.5em; left:1.5em; 
	width:150px; 
	padding:5px;
	background-color: #FFFFE1;
	border:1px solid #000;
	color: #333; 
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
a.tooltip:hover span table {
	font-size:10px;
}
.verMasIcon{
	text-decoration:underline;
	cursor:hand;
}

/* pop up con la info. de iconos */
.contIconos{
	width:460px;
	height:390;
	border: 1px solid #7C6A32;
	background-color:#F4F2ED;
}
.margenInt{
	padding:0px 4px 4px 4px;
}
.cabIconos{
	background-image:url(../img/piezas/fnd_cab_popup.gif);
	background-repeat:repeat-x;
	height:32px;
}
.titPopup{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#7C6A32;
	display:block;
	text-align:center;
	padding:5px;
}
.infoIcono{
	border: 1px solid #DFDFDF;
	width:144px;
	height: auto!important; 
	height:162px;
	min-height:162px;
	margin:2px;
	float:left;
	background-color:#FFF;
}
.titIcono{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
	padding-top:2px;
	text-transform: uppercase;
}
.imgIcono{
	float: left;
	margin-top: 2pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 4pt;
}
.txtExpIcono{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	display:block;
	padding:2px 4px 4px 4px;
}
.clear{
	clear:both;
}
.txtCerrar{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#7C6A32;
	display:block;
	text-align:center;
	padding:2px;
	text-decoration:underline;
}

