/* Overlay */
#simplemodal-overlay {background-color:#fff; cursor:wait;}

/* Container */
#simplemodal-container{
	padding: 20px;
	width: 660px;
	background-color:#fff;
	border: 1px solid #024282;
	font-size: 12px;
}
#simplemodal-container a.modalCloseImg{
	background:url(../img/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

.imagen_vista {
	float: left;
	padding-right: 27px;
	clear: left;
}
.tit_light {
	font-weight: bold;
	color: #F3561D;
}

.fecha_light {
	font-weight: bold;
	padding-top: 5px;
	color: #024282;
}

#texto_lightbox {
	color: #666666;
}
