#superior{
	height: 85px;
}
#productos{
	/*position:absolute;*/
	height:242px;
	*width: 100%;
	/*width: 100%;
	max-width: 706px;
	min-width: 100px;*/
	background-color:#FFFFFF;
	overflow:auto;
	white-space:nowrap;
	vertical-align:top;
}
#productos .foto_producto{
	/*cursor:pointer;*/
}
#productos table{
	margin-top:10px;
	font-family: "Microsoft Sans Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#666666;
}
#productos table a{
	color:#666666;
	text-decoration:none;
}
#productos img{ border:none;}
#productos td{
	text-align:center;
}
#productos_scrollContainer{
	text-align:center;
}
#descripciones{
	/*position:absolute;
	width: 100%;
	max-width: 706px;*/
	height: 129px;
	overflow:auto;
	background-color:#FCE0AE;
	top:385px;
	*top:382px;
}
#descripciones .descripcion{
	font-family: "Microsoft Sans Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding:16px 30px 4px 30px;
	color:#666666;

}
#descripciones .descripcion H3{
	font-family: "Microsoft Sans Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size: 1.5em;
	color:#FF9933;
}
