@charset "utf-8";
#textoProducto {
	width: 650px;
	float: left;
	padding-bottom: 20px;
}
#descargaArchivo {
	width: 100px;
	float: right;
	padding-right: 15px;
}

#menuProductos {
	width: 120px;
	float: left;
}
#ventanaProductos {
	width: 700px;
	float: right;
	border: 1px solid #CCC;
}
