/* ESTILOS PARA LAS CAJAS O FICHAS DE LAS PROMOCIONES EN EL LISTADO*/
.caja_promocion_galeria{
	float:left;
	width: 700px;
	margin-top:10px;
	margin-left:5px;
	
}
html>body .caja_promocion_galeria{
	margin-left:10px;
}
div#galeria_hold {
	Z-INDEX: 100; 
	OVERFLOW: hidden; 
	WIDTH: 660px; 
	POSITION: relative; 
	HEIGHT: 142px;
}
div#galeria_ventana {
	Z-INDEX: 1; 
	LEFT: 0px; 
	OVERFLOW: hidden; 
	WIDTH: 660px; 
	POSITION: absolute; 
	TOP: 0px;
	HEIGHT: 142px
}
div#galeria_capa {
	Z-INDEX: 1; 
	LEFT: 0px; 
	
	POSITION: absolute; 
	TOP: 0px
}

table#galeria_contenido {
	background-color: #FFFFFF;
}
table#galeria_contenido img{
	border:0px;
	margin:2px 2px 2px 2px;
	
}

.listFichas{
	width: 700px;
	height: 144px;
	margin: 0 auto;
	padding-left: 12px;
	padding-top: 20px;
}
#overflowed{
	z-index: 1; 
	left: 0px; 
	
	width: 660px;
	height: 144px;
	overflow: hidden;
}
#contFichas{
	z-index: 1; 
	left: 0px; 
	/*visibility: hidden;*/ 
	position: relative; 
	top: 0px;
	
	/*overflow: hidden;*/
	/*width: 660px;*/
	height: 144px;
	/*left:0;*/
}
.listFichas #botIzq{
	float: left;
	margin-right: 3px;
}
html>body .listFichas #botIzq{
	margin-right: 8px;
}
.listFichas #botDer	{
	float: right;

}

.ficha{
	background: #fff;
	/*width: 152px;*/
	width: 165px;
	height: 142px;
	
	/*float:left;*/
	/*margin: 0 4px 0 5px;*/
	/*padding: 0 2px 0 6px;*/
}
.ficha div{
	border: 1px solid #202020;
	margin: 0 4px 0 4px;
}
.ficha img{
	margin: 1px;
	border: none;
}
.ficha a:link{
border: 0;
text-decoration: none;
}
.ficha h3{
	font: bold 10px Lucida-sans,Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding: 4px;
	background: #252525 url(../img/fondoFicha.jpg) no-repeat bottom;
}
.ficha a{
color: #fff;
text-decoration: none;
}
.ficha a:hover{
color: #ddd;
text-decoration: underline;
}
