﻿* {
	border-width: 0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#contenedor h2{
	padding: 10px;
	font-size:large;
}

#cargando{
	position:absolute;
	top:10px;
	right:50px;
	background-color:aqua;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}


#menu{
	width:100%;
	background-image:url('/imagenes/top.jpg') ;
	height: 50px;
}

#menucat{
	width:500px;
	float:left
}

#logopay{
margin-bottom:20px;
}

#resultados {
	width:69%;
	background-color: #E4E4E4;
	height:250px;
	float:left;	
}

#detalle {
	width:69%;
	background-color:#EEEEEE;
	height:250px;
	float: left;
}

#canasto {
	float: right;
	width: 30%;
	background-color: gray;
	color:white;
	height:500px;
}

#menuOpciones {
	height:70px;
	vertical-align:middle;
	padding:15px;
	font-size:larger;
	color:#C0C0C0;
	float:right;
}

#menuOpciones1 {
	padding:0px;
	font-size:larger;
	color:#C0C0C0;
	margin-right:10px;
}


#listaCategorias{
	margin-right:20px;
}

#listaCanasto, #listaResultados, #listaDetalle
{
	padding: 15px;
	overflow: auto;
	height:60%;
}

.productoResultado
{
	width:470px;
	padding:4px;
	margin:2px;
	background-color:white;
	font-size:large;
	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:bolder;
	cursor:pointer;
	color:purple;
	float:right;
	text-align:right;
}

.agregarProducto:hover
{
	width:20%;
	font-weight:bold;
	color:red;
}