#menu{
	width: 898px;
	margin-top: 20px;
	height: 70px;
}

#menuOpciones{
	vertical-align: middle;
	padding: 20px;
}

#listaCategorias{
	margin-right: 20px;
}

#contenedor{
	float:left;
	width: 900px;
}
#listaResultados, #listaDetalle{
	padding: 40px;
	height: 60%;
}

#listaCanasto{
	padding: 40px 0px;
	height: 60%;
}

#resultados{
	width: 600px;
	background: #fcfcfc;
	float: left;
}

#detalle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	width: 600px;
	background-color: #fff;
	float: left;
}

#canasto{
	float: right;
	width: 282px;
	background-color: #ffffff;
	color: white;
	height: 400px;
	overflow: hidden;
	display: inline;
}

#cargando{
	position: absolute;
	top: 10px;
	right: 50px;
	background-color: red;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.productoResultado{
	width: 470px;
	padding: 4px;
	margin: 2px;
	background-color: white;
	height: 15px;
}

.productoResultado:hover{
	background-color: #eeeeee;
}

.nombreProducto{
	width: 300px;
	float: left;
	cursor: pointer;
}

.precioProducto{
	width: 70px;
	font-weight: bold;
	text-align: right;
	float: left;
}

.agregarProducto{
	width: 70px;
	font-weight: bold;
	cursor: pointer;
	color: #ff8e29;
	float: right;
	text-align: right;
}

.agregarProducto:hover{
	text-decoration: underline;
}

.detalleNombre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin-top:10px;
}

.detalleAgregar{
	float: right;
	padding: 2px 0px;
	width: 120px;
	border: 0px;
	overflow: hidden;
	background: #0082d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
}

.resaltar_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
}

.detalleDescripcion{
}

.detallePrecio{
	font-size: 16px;
	padding: 20px;
	font-weight:bold;
}

.detalleCategoria{
	margin-top: 20px;
}

.detalleFoto{
	float: left;
	padding: 5px;
	top: 0px;
	/*border: 1px solid #eaeaea;*/
	max-height: 110px;
}

.filaCanasto{
	background: #fff;
	padding: 2px;
	color: #575757;
	width: 280px;
}

.totalCanasto{
	background: #fff;
	border: 1px solid #eaeaea;
	color:#0082d1;
	font-size:14px;
	font-weight: bold;
}

.canastoNombre{
	width: 110px;
}

.canastoPrecio{
	width: 40px;
	text-align: right;
}

.canastoCantidad{
	width: 70px;
	text-align: right;
}

.canastoQuitar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	text-align: right;
	padding-left: 2px;
	text-decoration:none;
}

.canastoQuitar:hover{
	text-decoration:underline;
}

#btnFinalizar{
	padding: 2px 0px;
	margin-top:10px;
	margin-bottom:10px;
	width: 100px;
	border: 0px;
	overflow: hidden;
	background: #0082d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
}

#finalizacion{
	position:absolute;
	width: 400px;
	left: 225px;
	top:200px;
	background-color: white;
	border: 2px gray solid;
	padding: 15px;
}

#ventanaModal{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:900px;
	height:790px;
	text-align: center;
	z-index: 1000;
	background: url(../img/fondomodal.png);
}

#ventanaModal div{
	margin: 100px auto;
}