@charset "UTF-8";
/* CSS Document */

body {
	background: #000000 none no-repeat fixed;
	color: #999;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px auto 0px ;
	padding: 0px;
	}
	
	img {
   border: 0;
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
}

#content{
	background: #000;
	margin: 0px auto 0px;
	width: 900px;
		
}

#header{
		background: url(images/header_fondo.jpg) repeat-y right;
		height:113px;
		z-index:0;
		margin-bottom: 10px;
		}

#botonera{
		margin-bottom: 10px;
		}

#menu{
		margin-right: 10px;
		width: 234px;
		float: left;
		margin-bottom: 10px;
		}

#banner{
	   	width: 652px;
		height: 340px;
		z-index:0;
		float: left;
		margin-bottom: 10px;
		}
		
#store{
		width: 652px;
		float: left;
		margin-bottom: 10px;
		}
		
#footer{
	height: 50px;
	float:left;
	width: 653px;
	text-align: center;
	overflow: auto;
	left: 137px;
	top: 2006px;
		}
		

	
