/* @override 
	http://localhost/web_alacena/css/11_pedidos_online_ficha.css
	http://localhost/alacena/css/11_pedidos_online_ficha.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{
	border-bottom: 1px solid #ff7f00;
}

#fichaProducto {
	position: relative;
}

.cajaProducto{
	position: relative;
	top: 10px;
	width: 520px;	
	float: left;
	background: url(../includes/imagenes/fondo_articulo_cuerpo.png) repeat-y;
}	
.cajaProductoCabecera{
	background: url(../includes/imagenes/fondo_articulo_cabecera.png);
	height: 40px;
}
	
.nombreProducto{
	background-color: #ff7f00;
	height: 31px;
	position: relative;
	top: 9px;
	left: 6px;
	width: 504px;
	line-height: 29px;
	text-align: center;
}

.imagenProducto{
	position: relative;
	width: 136px;
	height: 101px;
	float: left;
	margin-top: 19px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.descripcionProducto{
	position: relative;
	float: left;
	width: 335px;
	margin-left: 25px;
	margin-top: 19px;
	line-height: 18px;	
}

.lineaPrecioProducto{
	float: left;
	top: 131px;
	position: absolute;
	left: 163px;
	width: 350px;
	height: 20px;
	background-color: #837670;
	display: none;
}	
.precioProducto{
	background-color: #b21010;
	height: 20px;
	width: 91px;
	text-indent: 5px;
	line-height: 19px;
	float: left;
	margin-left: 23px;
	position: absolute;
}
.ingredientes{
	position: relative;
	line-height: 18px;
	width: 496px;	
	margin-left: 9px;
	clear: both;
	margin-bottom: 17px;
}
.tituloIngredientes{
	position: relative;
}
.textoIngredientes{
	position: relative;
	line-height: 18px;
}

/* @group propiedades */
.propiedades{
	position: relative;
	margin-left: 8px;
}
.propiedad{
	float: left;
	width: 248px;
	font: 11px Tahoma;
	color: #a20d0d;
	text-align: right;
	margin-bottom: 4px;
}
.propiedadDescripcion{
	overflow: hidden;
	display: inline-table;
	width: 154px;
	text-align: right;
	float: left;
	margin-right: 3px;
}
.propiedadCantidad{
	color: #a20d0d;
	border: 1px solid #a20d0d;
	text-align: center;
	float: left;
	margin-right: 3px;
}
.propiedadUnidades{
	float: left;
	margin-right: 3px;
}
.propiedadPrecio{
	width: 39px;
	float: left;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
/* @end */
#botones{
	position: relative;
	clear: both;
	top: 17px;
	z-index: 10;
	width: 497px;
	left: 9px;
}
.agregarCesta{
	position: relative;
	z-index: 10;
	left: 202px;
}
.agregarCesta img{
	background-color: #f9f8f6;
}


.enviarAmigo{
	position: relative;
	z-index: 10;
	left: 206px;
}
#pieCajaProducto{
	position: relative;
	height: 28px;
	background: url(../includes/imagenes/fondo_articulo_pie.png) no-repeat 0;
}

#botonesImprimir {
	position: relative;
	background-color: white;
	height: 23px;
}

.imprimir{
	position: relative;
	left: 426px;
	top: 7px;
}
.volver{
	position: relative;
	top: 7px;
	left: 276px;
}

.cajaConsejos{
	position: relative;
	background:  url(../includes/imagenes/fondo_consejos.png) no-repeat;
	width: 211px;
	float: right;
	height: 302px;
	top: 10px;
}
.tituloConsejos{
	position: relative;
	top: 14px;
	width: 181px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 22px;
}

.imagenConsejos{
	position: absolute;
	left: 10px;
	top: 50px;
	width: 56px;
	height: 56px;
}
.nombreConsejos{
	position: absolute;
	left: 75px;
	width: 118px;
	overflow: hidden;
	top: 50px;
}
.descripcionConsejos{
	position: absolute;
	left: 13px;
	width: 181px;
	height: 175px;
	overflow: hidden;
	clear: both;
	float: left;
	top: 114px;
}
#info{
	background-color: #fbffb0;
	padding: 5px;
	border: 1px solid #b5b8b8;
}
