#contenido {
	width:580px;
	height:860px;
	padding-left: 23px;
}
.caja {
	width:170px;
	height:190px;
	float:left;
	border:3px solid #ededed;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.caja:hover {
	border-color:#FF9900;
	color: #FF6600;
}

#botones {
	width:158px;
	height:45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#botones a {
	float:left;
	margin-top: 5px;
}


/*-------------botones anterior-siguiente------------ --*/
#botones a.anterior {
	width:79px;
	height:45px;
	background-image:url(/images/bt/anterior_out.gif);
	background-repeat:no-repeat;
	display:block;
}

#botones a.anterior:hover {
	background-image:url(/images/bt/anterior_over.gif);
}
#botones a.anterior_off {
	width:79px;
	height:45px;
	background-image:url(/images/bt/anterior_out.gif);
	background-repeat:no-repeat;
	display:block;
}

#botones a.siguiente {
	width:79px;
	height:45px;
	background-image:url(/images/bt/siguiente_out.gif);
	background-repeat:no-repeat;
	background-position: center center;
	display:block;
}

#botones a.siguiente:hover {
	background-image:url(/images/bt/siguiente_over.gif);
}
#botones a.siguiente_off {
	width:79px;
	height:45px;
	background-image:url(/images/bt/siguiente_out.gif);
	background-repeat:no-repeat;
	background-position: center center;
	display:block;
}
.id {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#tabla.producto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
#producto {
	padding-left: 16px;
	padding-bottom: 430px;
}
#producto #descripcionprod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	width: 250px;
}
#producto #imagenproducto img {
	border: thin solid #CCCCCC;
	width: 300px;
	height: 300px;
}
#imagenproducto, #descripcionprod {
		float:left;
	overflow:hidden;
}
#offer {
	padding-left: 11px;
}
.ban_newsletter {
	margin: 0px;
	padding-left: 0px;
	clear: none;
	float: none;
	height: 0px;
	width: 0px;
}
#hpmain {
	padding-left: 8px;
}