@charset "utf-8";
html {
	height:100%;
}
body {
	background:#fff url(graficos/fondo.png) repeat-x; 
	margin:0; 
	padding:0; 
	border:0; 
	text-align:center; 
	font-size:76%; 
	font-family: arial, sans-serif;
	height:100%;
}
#wrapper {
	width:900px; 
	margin:0 auto; 
	text-align:left; 
	position:relative; 
	overflow:hidden;
}
* html #wrapper {
	overflow:visible; 
	z-index:500;
}
#header {
	height:180px;
}
#header h1 {
	width:293px; 
	height:0; 
	padding:180px 0 0 0; 
	overflow:hidden; 
	background:url(graficos/logo.png) no-repeat;
	margin:0; 
	float:left;
}
#header h2 {
	color:#F60;
	cursor:default;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:20px;
}
.escena {
	width:1000px;
	height:450px;
	margin:0 auto;
	text-align:left; 
	position:relative; 
	overflow:hidden;
}
#home {
	background:#FFF url(graficos/foto-home2.jpg) left no-repeat;
}
#nosotros {
	background:#FFF url(graficos/foto-fondo.jpg) left no-repeat;
}
#contacto {
	background:#FFF url(graficos/foto-contacto.jpg) left no-repeat;
}
#compras {
	background:#FFF url(graficos/foto-noche.jpg) left no-repeat;
}
#productos {
	background:#FFF url(graficos/foto-productos.jpg) left no-repeat;
}
#sweaterh {
	background:#FFF url(graficos/foto-sweater-h.jpg) left no-repeat;
}
#sweaterd {
	background:#FFF url(graficos/foto-sweater-d.jpg) left no-repeat;
}
#remerah {
	background:#FFF url(graficos/foto-remera-h.jpg) left no-repeat;
}
#noche {
	background:#FFF url(graficos/foto-sweater-h.jpg) left no-repeat;
}
#jeans {
	background:#FFF url(graficos/foto-jeans.jpg) left no-repeat;
}
* html #escena {
	overflow:visible; 
	z-index:500;
}
.centro {
	width:1000px;
	float:right;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#C33;
}
#texto {
	width:700px;
	margin-left:270px;
	padding-right:20px;
}
#titulo {
	color:#039;
	font-size:1.6em;
	width:700px;
	padding-right:80px;
	padding-top:25px;
}
#pie {
	width:100%;
	height:50%;
	padding-top:20px;
	background:#333;
	color:#CCC;
	clear:both;
	border-top:#C33 5px solid;
}
#pie a {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
}
#pie a:hover {
	color:#FFF;
}
	
	
