@charset "utf-8";
/* CSS Document */
body {
	text-align: center; /* center div in IE */
 for ie div centering, reset in wrapper */
}
#lightbox {
	position: fixed; /* keeps the lightbox window in the current viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(overlay.png);
	background-repeat: repeat;
}
#lightbox p {
	text-align: right;
	color: #fff;
	margin-right: 20px;
	font-size: 20px;
}
#lightbox img {
	box-shadow: 0 0 25px #111;
	-webkit-box-shadow: 0 0 25px #111;
	-moz-box-shadow: 0 0 25px #111;
	max-width: 940px;
	border: 10px solid #D5075E;
	border-radius: 25px;
}
.foto {
	border-radius: 15px;
	border: 3px solid #D5075E;
}
