@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
		padding: 10px;
		float:right;
	}
	
	.lbGallery ul 
	.lbGallery ul li 
	.lbGallery ul img {
	border: thin solid #CCC;
	}

	
	.lbGallery_ref {
	background-color: #FFF;
	padding:8px;
	float:right;
	}
	
	.lbGallery_ref ul 
	.lbGallery_ref ul { list-style: none; }
	.lbGallery_ref ul li { display: inline; }
	.lbGallery_ref ul li img {
	border: thin solid #FFF;

}
	.lbGallery_ref ul li a:hover img {
	border: thin solid #666;
}
	
	.lbGallery_ref ul a:hover { color: #fff; }
	
	#content #reference_gal2{
	position:absolute;
	top: 700px;
	float:right;
	width: 750px;
	margin-bottom: 15px;
	background-image: url(../images/bg_foto.png);
	background-repeat: no-repeat;
}
	

