div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index:151;

	border: 5px solid #fff;
	margin: -5px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	/*padding-bottom:46px;*/
}

	div.jquery-image-zoom a {
		background: url(../imagenes/cerrar.png)  no-repeat;
		display: block;
		width: 44px;
		height: 45px;

		position: absolute;
		right: -17px;
		top: -17px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -17px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index:151;
	}

	div.jquery-image-zoom a:hover {
		background-position: left -45px;
	}

	/*div.jquery-image-zoom img, 
	div.jquery-image-zoom embed, 
	div.jquery-image-zoom object, 
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
	}*/
	
div.fondo_titulo_foto
{
	position:relative;
	overflow:hidden;
	display:block;
	background:white;
}

div.fondo_titulo_foto div
{
	color:#666666;
	margin-top:6px;
	margin-left:15px;
	margin-right:25px;
	width:95%;	
	font-size:13px;
	text-align:left;
	margin-bottom:8px;
	line-height:16px;
}	
