/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input, img {
	margin: 0px;
	padding: 0px;
	
	
}

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
p  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
html,body {
	height:100%; /* needed for container min-height */
}
body	{
	font: normal 13px/16px "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	background-color:#011a2f;
	color:#ddd;
	}

#container {
	position: relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	width:781px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	clear: both;
}

#tienda1 {
	width:781px;
	height:808px;
	display: block;
	clear: both;
}

#tienda {
	width:780px;
	height:808px;
	display: block;
	background-image: url(images/Tienda.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#tienda3 {
	width:780px;
	height:808px;
	display: block;
	background-image: url(images/carrito2Productos.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	width:780px;
	bottom:0px; /* stick to bottom */
	border-top:1px solid #131313;
	font: normal 10px/10px Arial, Helvetica, Sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	color: #fff;
	clear:both;
}
	
body a:link {
	color:#897C4B;
	text-decoration:none;
	}
body a:visited {
	color:#897C4B;
	text-decoration:none;
	}
body a:hover	{
	color:#9f9057;
	text-decoration:none;
	}

#regresar {
   position:absolute; 
   z-index:4;
   left: 0px; 
   top: 0px; 
}

#regresar img {
	border: 0px;
}
	
#bocadillo {
   display:none;
   position:absolute; 
   z-index:4;
   width: 205px; 
   left: 35px; 
   height: 105px; 
   top: 345px; 
}

#bocadillo img {
	border: 0px;
}


#productos {
   display:none;
   position:fixed; 
   z-index:4;
   width: 600px; 
   bottom: 126px; 
   height: 250px; 
   right: 210px; 
   background: url('images/rebajas.jpg');
   border: 1px solid #131313;
}


#close {
	position: absolute;
	left:0px;
	top:0px;
}

#close img {
	border: 0px;
}

#comprar {
	position: absolute;
	left:194px;
	top:198px;
}
#comprar img{
	border: 0px;
}

#bocadillo2 {
   display:none;
   position:absolute; 
   z-index:4;
   width: 205px; 
   left: 2px; 
   height: 105px; 
   top: 95px; 
}

#bocadillo2 img {
	border: 0px;
}

#e24Overlay {
   display:none;
   position:absolute; 
   z-index:3;
   width: 100%; 
   left: 0px; 
   top: 0px; 
   height: 100%; 
   background-color: #000;
}

