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

body {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #F9F2E4;
	margin: 0px;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 999;
	background-repeat: no-repeat;
}
.container .enlaces {
	font-size: 12px;
	color: #4C3624;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 703px;
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	text-align: right;
}
.container .enlaces a {
	text-decoration: none;
	font-weight: normal;
	color: #4C3623;
}
.container .enlaces a:hover {
	text-decoration: underline;
}
.fondo2 {
	background-repeat: no-repeat;
	background-position: 10% 50px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
}
.fondo3 {
	background-repeat: repeat-x;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 233px;
	width: 100%;
	height: 450px;
	background-image: url(../imagenes/index-trama.png);
}
.cabecera {
	background-color: #4C3623;
	height: 90px;
	width: 280px;
	float: left;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 620px;
}
#idioma {
	width: 187px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 25px;
	padding-top: 7px;
}
#idioma li {
	display: block;
	width: 91px;
	float: left;
	margin-left: 2px;
}
#idioma a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #4C3623;
	color: #FFFFFF;
	display: block;
}
#idioma li a:hover {
	background-color: #A7774C;
}
#idioma ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4D3624;
	font-weight: bolder;
}
.nav a {
	color: #4C3624;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EFE8DB;
	margin: 0px;
	font-weight: bold;
}
#contenido {
	width: 900px;
	margin-top: 15px;
	float: left;
}
#contenido .perfumes {
	float: left;
	height: 380px;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#contenido .perfumes .nombre {
	height: 24px;
	background-image: url(../imagenes/banda_marron.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 15px;
	margin-top: 20px;
}
#contenido .bannerperf {
	float: left;
	width: 304px;
	background-color: #FFFFFF;
	height: 415px;
}
#contenido .destacado {
	float: left;
	height: 100px;
	width: 285px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #6A4A30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6A4A30;
	font-weight: bold;
	margin-left: 298px;
	margin-top: 100px;
}
#contenido h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #92BBCD;
	font-weight: bold;
	font-style: italic;
}
#contenido .item {
	float: left;
	height: 230px;
	width: 139px;
	margin-right: 10px;
	background-image: url(../imagenes/item.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EFE8DB;
}
#contenido .item .descripcion {
	margin-top: 30px;
	padding-left: 10px;
	font-size: 12px;
	float: left;
	height: 50px;
	width: 100px;
}
#contenido .item .cesta {
	float: left;
	height: 23px;
	width: 25px;
	margin-top: 55px;
}

