@import url("reset.css");

body{
	text-align: center;
	font: 62.5% Helvetica, Arial;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#logo{
	height: 130px;
	margin: 0 auto 0;
	padding-bottom: 60px;
	background: url(img/logo.gif) no-repeat center center;
	width: 700px;
	border-bottom: 1px solid #D0D0D3;
}
#content{
	margin: 10px 50px 0;
}
a{
	color: #737477;
	text-decoration: none;
}
a:hover{
	color: #221E1F;
}

/* menu */
#menu{
margin: auto;
padding: 40px 0 30px;
	width: 640px;
		border-bottom: 1px solid #D0D0D3;
}
#menu li{
	float: left;
	margin: 0 17px 0 0;
}
#menu li.last{
	margin: 0;
}
#menu a.typeface-js{
	color: #221E1F;
	font-family: Futura Std; font-stretch: condensed; font-weight: light; font-size: 20px;
	text-transform: uppercase;
}
#menu a.typeface-js:hover{
	color: rgb(0, 0, 0);
	font-family: Futura Std; font-stretch: condensed; font-weight: light; font-size: 20px;
	text-transform: uppercase;
}
#menu a.typeface-js .a { display: none; }
#menu a.typeface-js .b{ display: block; color: #737477;}
#menu a.typeface-js:hover .a{ display: block;  }
#menu a.typeface-js:hover .b{ display: none; } 
/* pie */
#data{
	margin: 20px 0 0;
}
#data .typeface-js{
	font-family: Futura Std; font-stretch: condensed; font-weight: light; font-size: 15px;
}
#footer, #data{
	clear: both;
	text-align: center;
		color: #737477;
}
#footer{
	padding-top: 20px;
}
/* titulos */
h1, h2{
	height: 30px;
	width: 100%;
}
h3{
	padding: 10px 0 0;
}
h1 span, h2 span{
	display: none;
}
h1#h1_coleccion{
	background: url(img/rotulo_coleccion.jpg) no-repeat center center;
}
h2#h2_coleccion{
	background: url(img/primaveraverano0809.gif) no-repeat center center;
}
h1#h1_comocomprar{
	background: url(img/rotulo_como_comprar.jpg) no-repeat center center;
}
h1#h1_contactenos{
	background: url(img/rotulo_contactenos.jpg) no-repeat center center;
}
h1#h1_dondeestamos{
	background: url(img/rotulo_donde_estamos.jpg) no-repeat center center;
}
h1#h1_empresa{
	background: url(img/rotulo_empresa.jpg) no-repeat center center;
}
h1#h1_prensa{
	background: url(img/rotulo_prensa.jpg) no-repeat center center;
}
h1#h1_staff{
	background: url(img/rotulo_staff.jpg) no-repeat center center;
}
/* coleccion */
#detalle{
	width: 350px;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#detalle img{
	width: 282px;
	height: 423px;
}
.informacion{
	margin-top: 10px;
}
#detalle .info{
	float: left;
	width: 280px;
}
#miniaturas{
	width: 310px;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#miniaturas li{
	margin: 0 10px 10px 0;
	width: 140px;
	float: left;
}
#miniaturas li img{
	width: 137px;
	height: 205px;
}
/* contenido */
#contenido{
	padding: 20px 50px;
}
#contenido p{
	margin: 10px 0 0;
}
#contenido ul{
	margin-top: 10px;
}
/* staff */
#produccion{
	text-align: center;
}
table#tablastaff{

}
.contenido2{
	padding: 10px 0;
	text-align: center;}
input#btnEnviar{
	background: url(../graficos/btn_enviar1.png) no-repeat 0 0;
	width: 74px;
	height: 32px;
	border: none;
}
/* nav */
#nav{
	height: 22px;
	clear: both;
	width: 282px;
	text-align: center;
}
a.antes{
	float: left;
	display: block;
	width: 12px;
	height: 22px;
	background: url(img/arrowl.gif) no-repeat 0 0;
}
a.despues{
	float: right;
	display: block;
	width: 12px;
	height: 22px;
	background: url(img/arrowr.gif) no-repeat 0 0;
}
#nav span{
	padding: 15px;
	text-align: center;
}