/* CSS Document */

.thumbnail{
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail    .pop{ /*CSS for enlarged image*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #959595;
	position: absolute;
	left: -1000px;
	border: 1px solid #444444;
	visibility: hidden;
	width: 185px;
	background-image: url(../img/fnd-popup.png);
	padding: 5px;
	/*filter: alpha(opacity=30);
	opacity: .3;*/
	background-color: #000000;
	background-repeat: no-repeat;
}
.cab-pop     /*CSS for enlarged image*/
/*.thumbnail span p { 
	border-width: 0;
	width: 185px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333333;
}*/
  {
	margin-bottom: 10px;
	background-color: #8F0111;
	font-family: "Tahoma. Verdana", Arial;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	display: block;
}
.resaltarCajaInfo {
	font-weight: bold;
}
.thumbnail em {
	font-style: normal;
	font-weight: bold;
}



.thumbnail img {
	border: 0px;
}
.thumbnail:hover    .pop{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 435px;
	top: auto;
	position: absolute;
	z-index: 100;
	
}
