/*
<div id="content">
  <div id="cabecera"></div>
  <div id="contenido"></div>
  <div id="pie"></div>
</div>
*/


body {
	margin:0;
	padding:0;
	text-align:center;
	font:normal 11px Trebuchet MS;
}

#content {
	text-align:left;
	margin:auto;
	/*background-color:#ff0;*/
	/*
	width:774px;
	*/
}

#headerBox{
	width:100%;
	/*background-color:#f00;*/
}

#toptenBox{
	/*width:100%;*/
	width: 933px;
	/*height:650px;*/
	float:left;
}

#pie {
	clear:both;
	width:100%;
	height:50px;
	/*background-color:#0f0;*/
}

body{
	text-align:center;
}

#paquetesBox{
	clear:both;
	float:none;
}
/*************************************/

#content {
	text-align:left;
	margin:auto;
	width:776px;
}

#cabecera {
	width:100%;
	height:100px;
}

#contenido {
	width:100%;
	height:650px;
	float:left;
}

.seleccionProductoBox a{
	display:block;
	height:400px;
}

#promocionesBox {
	background: none;
}

#enlaces {
	float:none;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	height:48px;
}

/*
#auxiliarForm{
	border:1px solid red;
	background:#EEE;
	display:none;
}
*/