.backdrop
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:100;
	display:none;
}

.testimonio-lb{
		display: none;
		color: rgb(0, 180, 94);
		line-height: 1;
		font-size: 16px;
		text-align: justify;
		margin: 9px 0;
	}
.box
{
	position:fixed;
	top:50%;
	left:50%;
	margin-top: -225px;
	margin-left: -300px;
	width:600px;
	min-height:450px;
	background-color:#ffffff;
	border: 7px solid #46678c;
	z-index:999;
	padding:10px;
	display:none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.close{
	width: 23px;
	height: 23px;
	background-size: 23px;
	cursor: pointer;
	float: right;
	margin-top: -9px;
	margin-right: -10px;
	opacity: .5;
	background-image: url(../img/close_icon.png);
}
.close:hover{
	opacity: .8;
}
#lb-titulo{
	background-color: rgba(6, 72, 124, 0.66);
	padding: 4px;
	color: #fff;
}
#lb-descripcion{
	background-color: rgba(6, 72, 124, 0.66);
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}