/* @override 
	http://localhost/alacena/css/10_pedidos_online_listado.css
	http://www.block.es/alacena/css/10_pedidos_online_listado.css
*/

.bandaInfo{
	background: url(../includes/imagenes/fondo_BandaRoja.png) no-repeat;
	height: 33px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 28px;
}

#numeroProductosCesta{
	left: 20px;
	position: absolute;
	top: 9px;
}

#verCarrito{
	position: absolute;
	left: 417px;
	top: 6px;
	background: url(../includes/imagenes/boton_ver_carrito.png) no-repeat;
	width: 156px;
	height: 20px;
}

#realizarCompra{
	left: 604px;
	position: absolute;
	top: 6px;
	width: 129px;
	height: 20px;
	background: url(../includes/imagenes/boton_realizar_compra.png) no-repeat;
}

#nombreCategoria{
	position: relative;
	font: 21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a20d0d;
	border-bottom: 1px solid #f27600;
	height: 29px;
	text-transform: uppercase;
	padding-bottom: 0;
}

#tablaProductos{
	position: relative;
	width: 743px;
}

/* @group Linea Productos */

.lineaProductos{
	position: relative;
	margin-top: 17px;
	float: left;
	width: 742px;
}

.listadoProductosNombre {
	font-family: Lucida, Verdana, sans-serif;
	background: url(../includes/imagenes/fondo_articuloListado.png) no-repeat 0 23px;
	height: 24px;
	clear: both;
	color: #a20d0d;
	width: 537px;
	margin-bottom: 12px;
	float: right;
	position: relative;
}

.listadoProductosNombre a{
	/*color: #a20d0d;*/
}

.listadoProductosImagen {
	float: left; 
	width:180px; 
	height:158px; 
	
}
.listadoProductosDescripcion {
	width: 537px;
	position: relative;
	float: right;
	overflow: hidden;
}

.listadoProductosDescripcion a{
	font: 12px Lucida, Verdana, sans-serif;
}

/* @group propiedades */
.propiedades{
	position: relative;
	width: 537px;
	float: right;
	clear: right;
	margin-top: 10px;
	display: inline-block;
}
.propiedad{
	float: left;
	width: 260px;
	*width: 265px;
	font: 11px Tahoma;
	color: #a20d0d;
	text-align: right;
	overflow: hidden;
	margin-bottom: 4px;
}
.menosDeDosPropiedades{
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}
.propiedadDescripcion{
	display: inline-block;
	width: 160px;
	vertical-align: middle;
	float: left;
	padding-right: 6px;
}
.propiedadCantidad{	color: #a20d0d;
	border: 1px solid #a20d0d;
	text-align: center;
	float: left;
}
.propiedadUnidades{
	margin-left: 4px;
	float: left;
}
.propiedadPrecio{
	margin-left: 4px;
	float: left;
}

/* @end */

/* @group Linea precio */

.lineaPrecio{
	background-color: #e2dbd1;
	height: 26px;
	width: 742px;
	float: left;
	clear: both;
	margin-top: 3px;
}

.listadoProductosPrecio {
	background-color: #a20d0d;
	color: white;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	position: relative;
	text-align: right;
	padding-left: 7px;
	width: 85px;
	height: 16px;
	padding-top: 5px;
	padding-right: 2px;
	padding: 5px;
}

.agregarCesta{
	position: absolute;
	margin-right: 0;
	left: 576px;
	padding: 3px;
	z-index: 10;
}

.infoProducto{
	position: absolute;
	margin-right: 0;
	left: 460px;
	padding: -3px;
	z-index: 9;
}

.listadoProductosMasInfo {
	position: relative;
	float: left;
	left: 10px;
	padding-top: 5px;
}



/* @end */

#info{
	background-color: #fbffb0;
	padding: 5px;
	border: 1px solid #b5b8b8;
}

/* @end */	

	
	
	
	
	
	
	
