/* - - - - - - - - - - - - - - - - - - - - -
LIGHTBOX
- - - - - - - - - - - - - - - - - - - - - */
form {margin:0;padding:0;}

#lightbox{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:720px;
	margin:-230px 0 0px -370px;
	background-color:#fff;
	text-align:left;
	border:3px solid #007CC3;
	padding:0 10px;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background:#002E48 url(../images/common/bullets/loading.gif) no-repeat center center;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
#lightbox .done #lbLoadMessage{
	display:none;
	overflow:hidden;
}
#lightbox .done #lbContent{
	display:none;
	overflow:hidden;
}
#lightbox .loading #lbContent{
	display:none;
	overflow:hidden;
}
#lightbox .loading #lbLoadMessage{
	display:none;
	overflow:hidden;
}
#lbLoadMessage {display:none;}
#lightbox .done img {
	width:100%;
	height:100%;
}
#ficha {
	width:100%;
	height:100%;
}

div.cerrar {
	text-align:right;
	padding:4px 0px 4px 0px;
	width:100%;
}
div.cerrar a {
	font-size:1.2em;
	color:#007CC3;
	font-weight:bolder;
}
div.cerrar a:hover {text-decoration:none;}

div.imgFicha {
	display:block;	
	position:relative;
	text-align:center;
	background-color:#fff;
	min-height:430px;
}
h5 {color:#004066}
div.wraptocenter {
    height: 430px;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin:0 auto;
}
div.wraptocenter img {vertical-align:middle;}

