/* - - - - - - - - - - - - - - - - - - - - -
LIGHTBOX
- - - - - - - - - - - - - - - - - - - - - */
form {margin:0;padding:0}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:412px;
	margin:-220px 0 0px -300px;
	border:1px solid #fff;
	background:#ffffff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background:#c9c9c9 url(../imagenes/comun/backgrounds/bg-lightbox.gif) repeat left top;
	-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;
}

#lightbox .done img{
	width:100%;
	height:100%;
}
#definition{
	padding:2px;
}
#ficha
{
	width:100%;
	height:275px;	
}
div.headFicha
{
	height:20px;
	widht:100%;
	clear:both;
	background:none !important;
}
div.tienda
{
	padding:4px;
	float:left;
	color:#fff;
	width:88%;
	background-color:#EA1B42;
}
div.cerrar
{
	float:right;
	background-color:#009BA2;
	padding:4px 0 4px 3px;
	width:10%;
	text-align:center;
}
div.cerrar a 
{
	color:#fff;
}
div.cerrar a:hover
{
	color:#001F20;
}
div.contentFicha
{
	width:100%;
	height:275px;
	padding:1px 0 0 0;
	clear:both;
	
}
div.detailFicha
{
	float:left;
	width:240px;
	height:392px !important;
	padding:50px 0 0 40px;
}
div.detailFicha div.logo
{
	width:200px;	
	padding:10px 0 0 0px;
	height:248px;
}

div.description {
	width:254px;
	height:125px;
	color:#ffffff !important;
	text-align:left;
	padding:10px 5px 10px 25px;
	margin:0px 0 0 -40px;
	background-color:#EA1B42;
	
}

div.description dl {margin:0px !important;padding:0 !important;height:22px;width:100%;clear:both}
div.description dd {width:60px;margin:0 !important;padding:0 !important;float:left;text-transform:capitalize}
div.description dt {margin:0px 0 0 0 !important;padding:0 !important;float:left;}
div.description dt a{font-size:9px;color:#fff;}
div.description dt a:hover{color:#fff;text-decoration:underline;}
div.imgFicha 
{
	float:right;
	width:310px;
	
}
div.footerFicha
{
	height:40px;
	padding-top:10px !important;
	width:100%;
	text-align:center;
	background:#000 !important;
	color:#fff;
	margin:1px 0 0 0;
	padding:0;
}
div.footerFicha a.prev, div.footerFicha a.next
{
	height:24px;margin:4px 0 0 0;
	line-height:24px;
	vertical-align:middle;	
	display:inline-block;
	width:80px;
	padding-top:4px;
}
div.footerFicha span.disabled img
{
	filter:gray();
}
div.footerFicha span.disabled
{
	height:24px;margin:4px 0 0 0;
	line-height:24px;
	vertical-align:middle;	
	display:inline-block;
	width:80px;
	padding-top:4px;
}
div.imgFicha img.photo{
	display:block; 
	background:#fff url(../imagenes/comun/bullets/loading.gif) no-repeat 50% 50%; 
	width:310px;
	height:412px;
}
div.imgFicha div.photo{
	display:block; 
	background:#fff; 
	width:310px;
	height:412px;
}
div.imgFicha div.photo span {
	display:block;
	height:412px;
	line-height:412px;
	vertical-align:middle;
	text-align:center;
}