/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background-color:#F3DBB7;
}
#exterior{
	display:block;
	margin:auto;
	width:980px;
}

#cabecera{
	display:block;
	float:left;
	width:940px;
	font-size:20px;
	font-weight:bold;
	background-image: url(../img/cabecera.jpg);
	padding-top: 358px;
	padding-left: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
#cabecera span{
	font-size:22px;
	color: #FF2837;
}

#contenido{
	display:block;
	float:left;
	width:950px;
	padding-left: 15px;
	padding-bottom: 60px;
}
p.condiciones_promocion{
	display:block;
	float:left;
	width:950px;
	padding-top: 30px;
	text-align: center;
}
.lista_productos{
	display:block;
	float:left;
	height:360px;
	background-repeat: no-repeat;
}
.lista_productos p.espacio1{
	display:block;
	height: 260px;
}
.lista_productos p.espacio2{
	display:block;
	height: 285px;
}

.lista_productos a.comprar{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	background-image: url(../img/comprar.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 52px;
	float: right;
	width: 160px;
	margin-top: 20px;
}
.producto1{
	background-image:url(../img/producto1.jpg);
	width: 340px;
	padding-right: 30px;
}
.producto2{
	background-image:url(../img/producto2.jpg);
	background-position: -50px 0px;
	width: 280px;
}
.producto3{
	background-image:url(../img/producto3.jpg);
	width: 300px;
	background-position: -40px 0px;
}
.producto4{
	background-image:url(../img/producto4.jpg);
	width: 320px;
	background-position: 0px 15px;
	padding-right: 50px;
}
.producto5{
	background-image:url(../img/producto5.jpg);
	background-position: -50px 15px;
	width: 280px;
}
.producto6{
	background-image:url(../img/producto6.jpg);
	width: 300px;
	background-position: -40px 15px;
}
.producto1 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 240px;
}
.producto2 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 240px;
}

.producto3 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 240px;
}

.producto4 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 260px;
}

.producto5 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 260px;
}

.producto6 a.titulo{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 280px;
	float: right;
	margin-top: 10px;
	height: 260px;
}





#info_cesta{
	padding:15px;
	border:1px solid #333333;
	font-size:11px;
	color:#333333;
}
#info_cesta b{
	display:block;
	font-size:14px;
}
