/* - - - - - - - - - - - - - - - - - - - - -
LIGHTBOX
- - - - - - - - - - - - - - - - - - - - - */
form {margin:0;padding:0}

#lightbox{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:720px;
	height:540px;
	margin:-270px 0 0px -360px;
	background-color:#fff;
	text-align:left;
	padding:2px;
}
html>body #lightbox{min-height:540px;height:auto !important;}
#lightbox[id]{
	position:fixed;
}

table {
	float:left;
	margin:0;
	vertical-align:middle;	
	background-color:#A21003;
}
#lightbox table td {height:20px;line-height:20px;border-bottom:1px solid #fff;color:#fff;padding-right:5px;}
#lightbox table td.last {border:none;}
#lightbox table td a{color:#fff;}
#lightbox table td a:hover{color:#fff; text-decoration:underline;}
td.caption {text-transform:capitalize;font-weight:bold;padding:0 10px 0 10px;color:#000;}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background:#000 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.headFicha {
	height:24px;
	width:100%;
	clear:both;
	background:#fff !important;
}
div.marca {
	padding:4px 0 4px 4px;
	float:left;
	color:#fff;
	width:650px;
	background-color:#000;
	margin-right:2px;
	border-bottom:1px solid #fff;
}
div.cerrar {
	float:left;
	background-color:#CC1413;
	padding:4px 0 4px 0px;
	width:64px;
	text-align:center;
	border-bottom:1px solid #fff;
}
div.cerrar a {
	color:#fff;
}
div.cerrar a:hover {
	color:#001F20;
}
div.contentFicha {
	width:100%;
	min-height:500px;
	height:100%;
	padding:0;
	clear:both;
	background:url(../images/common/backgrounds/bg_lightbox.gif) repeat-y left top;
}
div.imgFicha {
	float:right;
	display:block;	
	position:relative;
	text-align:center;
	background-color:#fff;
	min-height:410px;
	height:auto;
}
div.wraptocenter {
    height: 520px;
    width:420px;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
    margin:0 auto;
}
div.wraptocenter img {vertical-align:middle;}
div.order { position:absolute;top:20px;right:10px;}
div.order a {color:#A31000}
div.order a:hover {text-decoration:underline;}
div.footFicha {
	background-color:#CC1413 !important;
	height:35px;
	padding-left:4px;
	width:716px;
	margin-top:1px;
	float:left;
	color:#000 !important;
	position:relative;
	margin-top:-17px;
	border-top:1px solid #fff !important;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
div.footFicha .site-info  {
	background:url(../images/common/logo/logo_footer_lightbox.gif) no-repeat left center;
}
