
/****************************************** productos ***********************************/

div.producto
{
	width: 300px;
	background-image:url(../images/fondoPromocionDestacada.png);
	background-position: top left;
	margin: 0px 0 10px 20px;
	height: 230px;
	float:left;
	position:relative; 
}
a.detallePromocion
{
	display:block;
	width: 118px;
	height: 40px;
	background-image: url(../images/masInfo.png);
	position: absolute;
	right:10px;
	bottom:5px;
	text-decoration: none;
}
a.detallePromocion span
{
	visibility: hidden;
}
div.producto p.tituloPromocion
{
	width:280px;
	position: absolute;
	left:15px;
	top:15px;
}
p.tituloDetalleProduto
{
	margin: 0 0 0 0;
	font-size: 13px;
	border-bottom: 1px solid #b2b2b2;
	color:#b753b4;
}
p.tituloProducto
{
	margin:0 0 0 0;
	padding: 0 0 0 5px;
	line-height: 20px;
	color:#000;
	background-color:#c7c7c7; 
	text-transform: uppercase;
	
}
p.precioPromocion
{
	position: absolute;
	bottom:-2px;
	left:13px;
	width: 60px;
	text-align: center;
}
div.datosProducto
{
	width: 260px;
	position:absolute;
	left:15px;
	top:40px;
	padding: 0 0px;
	position: relative;
}
div.datosProductoSinFoto
{
	width: 294px;
	position:absolute;
	left:15px;
	top:40px;
}
div.fotoProducto
{
	position:absolute;
	width: 160px;
	position: absolute;
	right:0px;
	bottom:25px;
}
div.fotoProducto a
{
	text-decoration: none;
}
div.fotoProducto a img
{
	width: 160px;
}
.oculta
{
	display: none;
}
.precio
{
	line-height:25px;
	width: 100%;

}
/**************************************************************************** visualizador de productos *************************************************************/
div#promociones
{
	background-image: url(../images/zonaPromociones.png);
	background-position:0 0;
	background-repeat: no-repeat;
	width: 879px;
	height: 290px;
	padding: 0px 0 0 65px;
}
div.destacado
{
	width: 268px;
	position:relative;
	height: 230px;
	float: left;
	background-image: url(../images/fondoPromocionDestacada.png);
	background-repeat: no-repeat;
}

div#zona_visualizador
{
	background-image: url(../images/zonaPromociones.png);
	background-repeat: no-repeat;
	width: 879px;
	height: 290px;
	margin:20px 0 0 0;
	padding: 20px 0 0 65px;
	position: relative;
}
div#container_visualizador
{
	width: 879px;
	height: 290px;
	background-image: url(../images/visualizador.png);
	background-repeat: no-repeat;
	background-position: top left;
}
p.productos_visibles
{
	top:178px;
}
p.productos_ocultos
{
	top:0;
}
div#capaDetalle
{
	position: absolute;
	left: 300px;
	top: 150px;
	padding: 0;
	z-index: 10000;
	width: 600px;
	height: 799px;
	background-image:url(../images/capaDetalle.png);
}
div#capaAJAX
{
	position: absolute;
	left:20px;
	height: 580px;
	width: 
}
div.detalleProducto
{
	width: 280px;
	position: absolute;
	top:60px;
	left:10px;
}
div.fotoDetalleProducto
{
	position:absolute;
	width: 220px;
	top:80px;
	left:350px;
}
div.fotoDetalleProducto img
{
	width: 220px;
}
a#cerrar
{
	display: block;
	width: 129px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right:15px;
	top:20px;
	color:#fff;
	cursor:pointer;
}
a#boton_visualizador
{
	display: block;
	width: 190px;
	height: 32px;
	text-decoration: none;
	position: absolute;
	top:0px;
	left:540px;
}
a#boton_visualizador span
{
	visibility: hidden;
}
.mostrar_productos
{
	display: block;
	width: 190px;
	height: 32px;
	background-image: url(../images/mostrar_productos.png);
}
.ocultar_productos
{
	display: block;
	width: 190px;
	height: 32px;
	background-image: url(../images/ocultar_productos.png);
}
div.container
{
position: absolute;
width: 804px;
height: 250px;
margin: 0 auto;
left:100px;
top:25px;
overflow:hidden;   	
}

div.container div.promos
{ 
	 width: 1000000px;
	 position: relative;
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
}
div.container ul li a
{
	position: relative;
	width: 268px;
	height: 145px;
	text-decoration: none;
	color: #545454;
}
a span.nombre_producto
{
	display: block;
	text-transform: uppercase;
	width: 255px;
	height: 25px;
	position: absolute;
	top:4px;
	left:6px;
	color: #f6c617;
	line-height: 25px;
}
a span.datos_descripcion_producto
{
	display: block;
	width: 90px;
	height: 112px;
	position: absolute;
	left:167px;
	color: #fff;
	top:40px;
	font-size: 10px;	
}
#horizontal_carousel .previous_button 
{
  position: absolute;
  top: 120px;
  left: 55px;
  width: 48px;
  height: 48px;
  background: url(../images/retroceder.png);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled 
{
  background: url(../images/retrocederDes.png);
  cursor:default;
}
     

#horizontal_carousel .next_button 
{
  position: absolute;
  top: 120px;
  left: 900px;
  width: 48px;
  height: 48px;
  background: url(../images/avanzar.png);
  z-index: 100;
  cursor:pointer;
} 
#horizontal_carousel .next_button_disabled 
{
  background: url(../images/avanzarDes.png);
  cursor:default;
}
div.descripciones
{
	width: 270px;
	height: 200px;
	position: relative;
	top:20px;
	left:10px;
}
div.descripciones p
{
	margin: 0 0 0 0;
}
div.fotoPromocionInicio
{
	width: 160px;
	position: absolute;
	right:0px;
	bottom:25px;
}

div.fotoPromocionInicio img
{
	width: 160px;
}

