/* @override 
	http://localhost/alacena/css/11_pedidos_online_ficha.css
	http://localhost/alacena/css/11_pedidos_online_imprimir.css
*/

body {
	background-image: none;
}
#envoltorio{
	background: url(../includes/imagenes/logo_alacena.png) no-repeat center 20px;
	width: 764px;
}
#columnaCentro{
	margin-top: 120px;
}
.pageHeading{
	margin-top: 136px;
	display: none;
}
#fondoGrisHome,#fondoGrisEstrecho{
	display: none;
}
#cabecera{
	display: none;
}
#columnaIzquierda{
	display: none;
}
#pie{
	visibility: hidden;
}
#fondoPie{
	visibility: hidden;
}
.bandaInfo{
	display: none;
}
a{
}

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

#nombreCategoria{
	border-bottom: 1px solid #ff7f00;
	position: relative;
	margin-top: 19px;
}
	
.cajaProducto{
	background:  url(../includes/imagenes/fondo_articulo.png) no-repeat;
	width: 520px;
	position: relative;
	height: 304px;
	float: left;
	top: 10px;
}	
	
.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{
	line-height: 18px;
	width: 345px;	
	float: left;
	margin-left: 25px;
	margin-top: 19px;
	height: 73px;
	overflow: hidden;}
.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;
}
.tituloIngredientes{
	position: absolute;
	top: 164px;
	left: 10px;
}
.textoIngredientes{
	clear: both;
	position: absolute;
	line-height: 18px;
	width: 490px;	top: 180px;
	left: 10px;
	height: 75px;
	overflow: hidden;
}
.propiedades{
	display: none;
}
.cajaConsejos{
	background:  url(../includes/imagenes/fondo_consejos.png) no-repeat;
	width: 207px;
float: right;
	height: 302px;
	position: relative;
	top: 10px;
}
.tituloConsejos{
	top: 14px;
	left: 63px;
	position: relative;
}

.imagenConsejos{
	position: relative;
	top: 17px;
	left: 11px;
	width: 56px;
	height: 83px;
}
.nombreConsejos{
	position: relative;
	top: -55px;
	left: 75px;
	width: 103px;
	overflow: hidden;
	height: 51px;
}
.descripcionConsejos{
	position: relative;
	top: -28px;
	left: 13px;
	width: 181px;
	height: 165px;
	overflow: hidden;
}
#botonesImprimir, #pieCajaProducto, .agregarCesta, .enviarAmigo{
	display: none;
}
